text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```xml import { Star } from "@server/models"; export default function presentStar(star: Star) { return { id: star.id, documentId: star.documentId, collectionId: star.collectionId, index: star.index, createdAt: star.createdAt, updatedAt: star.updatedAt, }; } ```
/content/code_sandbox/server/presenters/star.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
68
```xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="path_to_url"> <item android:drawable="@drawable/ic_folder_incoming_medium_regular_solid" android:state_selected="true"/> <item android:drawable="@drawable/ic_folder_incoming_medium_regular_outline"/> </selector> ```
/content/code_sandbox/app/src/main/res/drawable/ic_folder_incoming_medium_regular_selector.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
68
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>15G1004</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>ACPISensors</string> <key>CFBundleIdentifier</key> <string>org.hwsensors.driver.ACPISensors</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> <string>6.21-311-g2958f55.1723</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> </array> <key>CFBundleVersion</key> <string>1723</string> <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> <string>7D175</string> <key>DTPlatformVersion</key> <string>GM</string> <key>DTSDKBuild</key> <string>12D75</string> <key>DTSDKName</key> <string>macosx10.8</string> <key>DTXcode</key> <string>0730</string> <key>DTXcodeBuild</key> <string>7D175</string> <key>IOKitPersonalities</key> <dict> <key>ACPI Customizable Monitoring Plugin</key> <dict> <key>IOClass</key> <string>ACPISensors</string> <key>IOMatchCategory</key> <string>FakeSMCPlugin</string> <key>IONameMatch</key> <array> <string>monitor</string> <string>MONITOR</string> <string>MON0000</string> <string>FAN0000</string> <string>MON00000</string> <string>FAN00000</string> <string>acpi-monitor</string> </array> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOACPIPlatformDevice</string> <key>IOResourceMatch</key> <string>FakeSMCKeyStore</string> <key>Platform Profile</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <false/> <key>Tachometers</key> <dict> <key>CPUFan</key> <string>FAN1</string> <key>ExhaustFan</key> <string>FAN4</string> <key>FAN5</key> <string>FAN5</string> <key>Fan 10</key> <string>FANA</string> <key>Fan 6</key> <string>FAN6</string> <key>Fan 7</key> <string>FAN7</string> <key>Fan 8</key> <string>FAN8</string> <key>Fan 9</key> <string>FAN9</string> <key>IntakeFan</key> <string>FAN3</string> <key>PowerFan</key> <string>FAN2</string> <key>System Fan</key> <string>FAN0</string> </dict> <key>Temperatures</key> <dict> <key>Ambient</key> <string>TAMB</string> <key>CPU Heatsink</key> <string>TCPU</string> <key>CPU Proximity</key> <string>TCPP</string> <key>Mainboard</key> <string>TSYS</string> <key>UseKelvins</key> <false/> </dict> <key>Voltages</key> <dict> <key>CPU Core</key> <string>VCPU</string> <key>Memory</key> <string>VMEM</string> </dict> </dict> </dict> </dict> <key>ACPI Debugging Plugin</key> <dict> <key>IOClass</key> <string>ACPIProbe</string> <key>IOMatchCategory</key> <string>FakeSMCPlugin</string> <key>IONameMatch</key> <array> <string>PRB0000</string> <string>acpi-probe</string> </array> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOACPIPlatformDevice</string> <key>IOResourceMatch</key> <string>FakeSMCKeyStore</string> <key>IOUserClientClass</key> <string>ACPIProbeUserClient</string> <key>Platform Profile</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <false/> <key>MethodsToPoll</key> <array/> <key>PollingInterval</key> <integer>2000</integer> <key>PollingTimeout</key> <integer>5000</integer> <key>VerboseLog</key> <true/> </dict> <key>HP</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <true/> </dict> </dict> </dict> </dict> <key>PTID Device Monitoring Plugin</key> <dict> <key>IOClass</key> <string>PTIDSensors</string> <key>IOMatchCategory</key> <string>FakeSMCPlugin</string> <key>IONameMatch</key> <array> <string>PTID</string> </array> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOACPIPlatformDevice</string> <key>IOResourceMatch</key> <string>FakeSMCKeyStore</string> <key>Platform Profile</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <false/> </dict> <key>HP</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <true/> </dict> </dict> </dict> </dict> <key>Thermal Zone Monitoring Plugin</key> <dict> <key>IOClass</key> <string>ACPISensors</string> <key>IOMatchCategory</key> <string>FakeSMCPlugin</string> <key>IOProbeScore</key> <integer>1000</integer> <key>IOPropertyMatch</key> <dict> <key>device_type</key> <string>thermal-zone</string> </dict> <key>IOProviderClass</key> <string>IOACPIPlatformDevice</string> <key>IOResourceMatch</key> <string>FakeSMCKeyStore</string> <key>Platform Profile</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <false/> <key>Temperatures</key> <dict> <key>Thermal Zone</key> <string>_TMP</string> <key>UseKelvins</key> <true/> </dict> </dict> <key>HP</key> <dict> <key>Default</key> <dict> <key>DisableDevice</key> <true/> </dict> </dict> </dict> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOACPIFamily</key> <string>1.0.0b1</string> <key>com.apple.kpi.iokit</key> <string>10.6</string> <key>com.apple.kpi.libkern</key> <string>10.6</string> <key>com.apple.kpi.mach</key> <string>10.6</string> <key>com.apple.kpi.unsupported</key> <string>10.6</string> <key>org.netkas.driver.FakeSMC</key> <string>1212</string> </dict> <key>Source Code</key> <string>"path_to_url"</string> </dict> </plist> ```
/content/code_sandbox/Clover-Configs/Lenovo/G50-80/10.12.5 - Clover/CLOVER/kexts/10.12/FakeSMC.kext/Contents/PlugIns/FakeSMC_ACPISensors.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
2,291
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="H1p-Uh-vWS"> <dependencies> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> <capability name="Constraints to layout margins" minToolsVersion="6.0"/> </dependencies> <scenes> <!--Master--> <scene sceneID="pY4-Hu-kfo"> <objects> <navigationController title="Master" id="RMx-3f-FxP" sceneMemberID="viewController"> <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" barStyle="black" id="Pmd-2v-anx"> <autoresizingMask key="autoresizingMask"/> <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <color key="barTintColor" red="0.20392156859999999" green="0.7843137255" blue="0.44705882349999998" alpha="1" colorSpace="calibratedRGB"/> </navigationBar> <connections> <segue destination="7bK-jq-Zjz" kind="relationship" relationship="rootViewController" id="tsl-Nk-0bq"/> </connections> </navigationController> <placeholder placeholderIdentifier="IBFirstResponder" id="8fS-aE-onr" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-38" y="-630"/> </scene> <!--Detail--> <scene sceneID="yUG-lL-AsK"> <objects> <viewController title="Detail" id="JEX-9P-axG" customClass="DetailViewController" customModule="CandySearch" customModuleProvider="target" sceneMemberID="viewController"> <layoutGuides> <viewControllerLayoutGuide type="top" id="SYR-Wa-9uf"/> <viewControllerLayoutGuide type="bottom" id="GAO-Cl-Wes"/> </layoutGuides> <view key="view" contentMode="scaleToFill" id="svH-Pt-448"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="0Xf-Zh-b8B"> <rect key="frame" x="20" y="74" width="560" height="526"/> <subviews> <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" text="" textAlignment="center" lineBreakMode="tailTruncation" minimumFontSize="10" translatesAutoresizingMaskIntoConstraints="NO" id="IRE-oh-yTL"> <rect key="frame" x="180" y="0.0" width="200" height="34"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <constraints> <constraint firstAttribute="height" constant="34" id="B6e-Cz-cja"/> <constraint firstAttribute="width" constant="200" id="Nnq-GR-Zu4"/> </constraints> <fontDescription key="fontDescription" type="system" weight="medium" pointSize="20"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" verticalCompressionResistancePriority="749" translatesAutoresizingMaskIntoConstraints="NO" id="uF3-jO-3LS"> <rect key="frame" x="0.0" y="34" width="560" height="492"/> </imageView> </subviews> <constraints> <constraint firstItem="uF3-jO-3LS" firstAttribute="leading" secondItem="0Xf-Zh-b8B" secondAttribute="leading" id="7W9-NK-igh"/> </constraints> </stackView> </subviews> <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> <constraints> <constraint firstItem="0Xf-Zh-b8B" firstAttribute="top" secondItem="SYR-Wa-9uf" secondAttribute="bottom" constant="10" id="AAl-Zb-oa4"/> <constraint firstAttribute="leadingMargin" secondItem="0Xf-Zh-b8B" secondAttribute="leading" id="Wdp-ji-AmN"/> <constraint firstItem="GAO-Cl-Wes" firstAttribute="top" secondItem="0Xf-Zh-b8B" secondAttribute="bottom" id="vAJ-U7-v8u"/> <constraint firstAttribute="trailingMargin" secondItem="0Xf-Zh-b8B" secondAttribute="trailing" id="xOH-Jc-nKv"/> </constraints> </view> <toolbarItems/> <navigationItem key="navigationItem" title="Detail" id="mOI-FS-AaM"/> <connections> <outlet property="candyImageView" destination="uF3-jO-3LS" id="i9O-Fz-LgJ"/> <outlet property="detailDescriptionLabel" destination="IRE-oh-yTL" id="ijF-PT-ves"/> </connections> </viewController> <placeholder placeholderIdentifier="IBFirstResponder" id="FJe-Yq-33r" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="709" y="129"/> </scene> <!--Split View Controller--> <scene sceneID="Nki-YV-4Qg"> <objects> <splitViewController id="H1p-Uh-vWS" sceneMemberID="viewController"> <toolbarItems/> <simulatedStatusBarMetrics key="simulatedStatusBarMetrics" statusBarStyle="lightContent"/> <connections> <segue destination="RMx-3f-FxP" kind="relationship" relationship="masterViewController" id="BlO-5A-QYV"/> <segue destination="vC3-pB-5Vb" kind="relationship" relationship="detailViewController" id="Tll-UG-LXB"/> </connections> </splitViewController> <placeholder placeholderIdentifier="IBFirstResponder" id="cZU-Oi-B1e" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-856" y="-330"/> </scene> <!--Master--> <scene sceneID="smW-Zh-WAh"> <objects> <tableViewController title="Master" clearsSelectionOnViewWillAppear="NO" id="7bK-jq-Zjz" customClass="MasterViewController" customModule="CandySearch" customModuleProvider="target" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="r7i-6Z-zg0"> <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Cell" textLabel="Arm-wq-HPj" detailTextLabel="yDq-Gz-FBC" style="IBUITableViewCellStyleSubtitle" id="WCw-Qf-5nD"> <rect key="frame" x="0.0" y="86" width="600" height="44"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="WCw-Qf-5nD" id="37f-cq-3Eg"> <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> <label opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Arm-wq-HPj"> <rect key="frame" x="15" y="6" width="31.5" height="19.5"/> <autoresizingMask key="autoresizingMask"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="yDq-Gz-FBC"> <rect key="frame" x="15" y="25.5" width="40.5" height="13.5"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <fontDescription key="fontDescription" type="system" pointSize="11"/> <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label> </subviews> </tableViewCellContentView> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <connections> <segue destination="vC3-pB-5Vb" kind="showDetail" identifier="showDetail" id="6S0-TO-JiA"/> </connections> </tableViewCell> </prototypes> <sections/> <connections> <outlet property="dataSource" destination="7bK-jq-Zjz" id="Gho-Na-rnu"/> <outlet property="delegate" destination="7bK-jq-Zjz" id="RA6-mI-bju"/> </connections> </tableView> <navigationItem key="navigationItem" id="Zdf-7t-Un8"> <nil key="title"/> <view key="titleView" contentMode="scaleToFill" id="ktS-Qx-ykY"> <rect key="frame" x="180" y="5.5" width="240" height="33"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> <subviews> <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Inline-Logo" translatesAutoresizingMaskIntoConstraints="NO" id="CNi-ht-xL5"> <rect key="frame" x="-54" y="-7" width="349" height="47"/> </imageView> </subviews> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> </view> </navigationItem> </tableViewController> <placeholder placeholderIdentifier="IBFirstResponder" id="Rux-fX-hf1" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="709" y="-630"/> </scene> <!--Navigation Controller--> <scene sceneID="r7l-gg-dq7"> <objects> <navigationController id="vC3-pB-5Vb" sceneMemberID="viewController"> <navigationBar key="navigationBar" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="DjV-YW-jjY"> <autoresizingMask key="autoresizingMask"/> <color key="barTintColor" red="0.20392156859999999" green="0.7843137255" blue="0.44705882349999998" alpha="1" colorSpace="calibratedRGB"/> </navigationBar> <connections> <segue destination="JEX-9P-axG" kind="relationship" relationship="rootViewController" id="GKi-kA-LjT"/> </connections> </navigationController> <placeholder placeholderIdentifier="IBFirstResponder" id="SLD-UC-DBI" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="-45" y="129"/> </scene> </scenes> <resources> <image name="Inline-Logo" width="300" height="100"/> </resources> <inferredMetricsTieBreakers> <segue reference="6S0-TO-JiA"/> </inferredMetricsTieBreakers> </document> ```
/content/code_sandbox/Project 06 - CandySearch/CandySearch/Base.lproj/Main.storyboard
xml
2016-02-14T20:14:21
2024-08-15T20:49:08
Swift-30-Projects
soapyigu/Swift-30-Projects
8,036
3,152
```xml import 'mocha'; import { assert } from 'chai'; import sinon from 'sinon'; import rewiremock from 'rewiremock'; import { WebClient } from '@slack/web-api'; import { WorkflowStep, SlackWorkflowStepMiddlewareArgs, AllWorkflowStepMiddlewareArgs, WorkflowStepMiddleware, WorkflowStepConfig, WorkflowStepEditMiddlewareArgs, WorkflowStepSaveMiddlewareArgs, WorkflowStepExecuteMiddlewareArgs, } from './WorkflowStep'; import { Override } from './test-helpers'; import { AllMiddlewareArgs, AnyMiddlewareArgs, WorkflowStepEdit, Middleware } from './types'; import { WorkflowStepInitializationError } from './errors'; async function importWorkflowStep(overrides: Override = {}): Promise<typeof import('./WorkflowStep')> { return rewiremock.module(() => import('./WorkflowStep'), overrides); } const MOCK_FN = async () => {}; const MOCK_CONFIG_SINGLE = { edit: MOCK_FN, save: MOCK_FN, execute: MOCK_FN, }; const MOCK_CONFIG_MULTIPLE = { edit: [MOCK_FN, MOCK_FN], save: [MOCK_FN], execute: [MOCK_FN, MOCK_FN, MOCK_FN], }; describe('WorkflowStep class', () => { describe('constructor', () => { it('should accept config as single functions', async () => { const ws = new WorkflowStep('test_callback_id', MOCK_CONFIG_SINGLE); assert.isNotNull(ws); }); it('should accept config as multiple functions', async () => { const ws = new WorkflowStep('test_callback_id', MOCK_CONFIG_MULTIPLE); assert.isNotNull(ws); }); }); describe('getMiddleware', () => { it('should not call next if a workflow step event', async () => { const ws = new WorkflowStep('test_edit_callback_id', MOCK_CONFIG_SINGLE); const middleware = ws.getMiddleware(); const fakeEditArgs = createFakeStepEditAction() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeNext = sinon.spy(); fakeEditArgs.next = fakeNext; await middleware(fakeEditArgs); assert(fakeNext.notCalled); }); it('should call next if valid workflow step with mismatched callback_id', async () => { const ws = new WorkflowStep('bad_callback_id', MOCK_CONFIG_SINGLE); const middleware = ws.getMiddleware(); const fakeEditArgs = createFakeStepEditAction() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeNext = sinon.spy(); fakeEditArgs.next = fakeNext; await middleware(fakeEditArgs); assert(fakeNext.called); }); it('should call next if not a workflow step event', async () => { const ws = new WorkflowStep('test_view_callback_id', MOCK_CONFIG_SINGLE); const middleware = ws.getMiddleware(); const fakeViewArgs = createFakeViewEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeNext = sinon.spy(); fakeViewArgs.next = fakeNext; await middleware(fakeViewArgs); assert(fakeNext.called); }); }); describe('validate', () => { it('should throw an error if callback_id is not valid', async () => { const { validate } = await importWorkflowStep(); // intentionally casting to string to trigger failure const badId = {} as string; const validationFn = () => validate(badId, MOCK_CONFIG_SINGLE); const expectedMsg = 'WorkflowStep expects a callback_id as the first argument'; assert.throws(validationFn, WorkflowStepInitializationError, expectedMsg); }); it('should throw an error if config is not an object', async () => { const { validate } = await importWorkflowStep(); // intentionally casting to WorkflowStepConfig to trigger failure const badConfig = '' as unknown as WorkflowStepConfig; const validationFn = () => validate('callback_id', badConfig); const expectedMsg = 'WorkflowStep expects a configuration object as the second argument'; assert.throws(validationFn, WorkflowStepInitializationError, expectedMsg); }); it('should throw an error if required keys are missing', async () => { const { validate } = await importWorkflowStep(); // intentionally casting to WorkflowStepConfig to trigger failure const badConfig = { edit: async () => {}, } as unknown as WorkflowStepConfig; const validationFn = () => validate('callback_id', badConfig); const expectedMsg = 'WorkflowStep is missing required keys: save, execute'; assert.throws(validationFn, WorkflowStepInitializationError, expectedMsg); }); it('should throw an error if lifecycle props are not a single callback or an array of callbacks', async () => { const { validate } = await importWorkflowStep(); // intentionally casting to WorkflowStepConfig to trigger failure const badConfig = { edit: async () => {}, save: {}, execute: async () => {}, } as unknown as WorkflowStepConfig; const validationFn = () => validate('callback_id', badConfig); const expectedMsg = 'WorkflowStep save property must be a function or an array of functions'; assert.throws(validationFn, WorkflowStepInitializationError, expectedMsg); }); }); describe('isStepEvent', () => { it('should return true if recognized workflow step payload type', async () => { const fakeEditArgs = createFakeStepEditAction() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeSaveArgs = createFakeStepSaveEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeExecuteArgs = createFakeStepExecuteEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const { isStepEvent } = await importWorkflowStep(); const editIsStepEvent = isStepEvent(fakeEditArgs); const viewIsStepEvent = isStepEvent(fakeSaveArgs); const executeIsStepEvent = isStepEvent(fakeExecuteArgs); assert.isTrue(editIsStepEvent); assert.isTrue(viewIsStepEvent); assert.isTrue(executeIsStepEvent); }); it('should return false if not a recognized workflow step payload type', async () => { const fakeEditArgs = createFakeStepEditAction() as unknown as AnyMiddlewareArgs; fakeEditArgs.payload.type = 'invalid_type'; const { isStepEvent } = await importWorkflowStep(); const actionIsStepEvent = isStepEvent(fakeEditArgs); assert.isFalse(actionIsStepEvent); }); }); describe('prepareStepArgs', () => { it('should remove next() from all original event args', async () => { const fakeEditArgs = createFakeStepEditAction() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeSaveArgs = createFakeStepSaveEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; const fakeExecuteArgs = createFakeStepExecuteEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; // eslint-disable-line max-len const { prepareStepArgs } = await importWorkflowStep(); const editStepArgs = prepareStepArgs(fakeEditArgs); const viewStepArgs = prepareStepArgs(fakeSaveArgs); const executeStepArgs = prepareStepArgs(fakeExecuteArgs); assert.notExists(editStepArgs.next); assert.notExists(viewStepArgs.next); assert.notExists(executeStepArgs.next); }); it('should augment workflow_step_edit args with step and configure()', async () => { const fakeArgs = createFakeStepEditAction(); const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const stepArgs = prepareStepArgs(fakeArgs) as AllWorkflowStepMiddlewareArgs<WorkflowStepEditMiddlewareArgs>; assert.exists(stepArgs.step); assert.exists(stepArgs.configure); }); it('should augment view_submission with step and update()', async () => { const fakeArgs = createFakeStepSaveEvent(); const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const stepArgs = prepareStepArgs(fakeArgs) as AllWorkflowStepMiddlewareArgs<WorkflowStepSaveMiddlewareArgs>; assert.exists(stepArgs.step); assert.exists(stepArgs.update); }); it('should augment workflow_step_execute with step, complete() and fail()', async () => { const fakeArgs = createFakeStepExecuteEvent(); const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const stepArgs = prepareStepArgs(fakeArgs) as AllWorkflowStepMiddlewareArgs<WorkflowStepExecuteMiddlewareArgs>; assert.exists(stepArgs.step); assert.exists(stepArgs.complete); assert.exists(stepArgs.fail); }); }); describe('step utility functions', () => { it('configure should call views.open', async () => { const fakeEditArgs = createFakeStepEditAction() as unknown as AllWorkflowStepMiddlewareArgs; const fakeClient = { views: { open: sinon.spy() } }; fakeEditArgs.client = fakeClient as unknown as WebClient; const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const editStepArgs = prepareStepArgs( fakeEditArgs, ) as AllWorkflowStepMiddlewareArgs<WorkflowStepEditMiddlewareArgs>; await editStepArgs.configure({ blocks: [] }); assert(fakeClient.views.open.called); }); it('update should call workflows.updateStep', async () => { const fakeSaveArgs = createFakeStepSaveEvent() as unknown as AllWorkflowStepMiddlewareArgs; const fakeClient = { workflows: { updateStep: sinon.spy() } }; fakeSaveArgs.client = fakeClient as unknown as WebClient; const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const saveStepArgs = prepareStepArgs( fakeSaveArgs, ) as AllWorkflowStepMiddlewareArgs<WorkflowStepSaveMiddlewareArgs>; await saveStepArgs.update(); assert(fakeClient.workflows.updateStep.called); }); it('complete should call workflows.stepCompleted', async () => { const fakeExecuteArgs = createFakeStepExecuteEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; // eslint-disable-line max-len const fakeClient = { workflows: { stepCompleted: sinon.spy() } }; fakeExecuteArgs.client = fakeClient as unknown as WebClient; const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const executeStepArgs = prepareStepArgs( fakeExecuteArgs, ) as AllWorkflowStepMiddlewareArgs<WorkflowStepExecuteMiddlewareArgs>; await executeStepArgs.complete(); assert(fakeClient.workflows.stepCompleted.called); }); it('fail should call workflows.stepFailed', async () => { const fakeExecuteArgs = createFakeStepExecuteEvent() as unknown as SlackWorkflowStepMiddlewareArgs & AllMiddlewareArgs; // eslint-disable-line max-len const fakeClient = { workflows: { stepFailed: sinon.spy() } }; fakeExecuteArgs.client = fakeClient as unknown as WebClient; const { prepareStepArgs } = await importWorkflowStep(); // casting to returned type because prepareStepArgs isn't built to do so const executeStepArgs = prepareStepArgs( fakeExecuteArgs, ) as AllWorkflowStepMiddlewareArgs<WorkflowStepExecuteMiddlewareArgs>; await executeStepArgs.fail({ error: { message: 'Failed' } }); assert(fakeClient.workflows.stepFailed.called); }); }); describe('processStepMiddleware', () => { it('should call each callback in user-provided middleware', async () => { const { ...fakeArgs } = createFakeStepEditAction() as unknown as AllWorkflowStepMiddlewareArgs; const { processStepMiddleware } = await importWorkflowStep(); const fn1 = sinon.spy((async ({ next: continuation }) => { await continuation(); }) as Middleware<WorkflowStepEdit>); const fn2 = sinon.spy(async () => {}); const fakeMiddleware = [fn1, fn2] as WorkflowStepMiddleware; await processStepMiddleware(fakeArgs, fakeMiddleware); assert(fn1.called); assert(fn2.called); }); }); }); function createFakeStepEditAction() { return { body: { callback_id: 'test_edit_callback_id', trigger_id: 'test_edit_trigger_id', }, payload: { type: 'workflow_step_edit', callback_id: 'test_edit_callback_id', }, action: { workflow_step: {}, }, context: {}, }; } function createFakeStepSaveEvent() { return { body: { callback_id: 'test_save_callback_id', trigger_id: 'test_save_trigger_id', workflow_step: { workflow_step_edit_id: '', }, }, payload: { type: 'workflow_step', callback_id: 'test_save_callback_id', }, context: {}, }; } function createFakeStepExecuteEvent() { return { body: { callback_id: 'test_execute_callback_id', trigger_id: 'test_execute_trigger_id', }, event: { workflow_step: {}, }, payload: { type: 'workflow_step_execute', callback_id: 'test_execute_callback_id', workflow_step: { workflow_step_execute_id: '', }, }, context: {}, }; } function createFakeViewEvent() { return { body: { callback_id: 'test_view_callback_id', trigger_id: 'test_view_trigger_id', workflow_step: { workflow_step_edit_id: '', }, }, payload: { type: 'view_submission', callback_id: 'test_view_callback_id', }, context: {}, }; } ```
/content/code_sandbox/src/WorkflowStep.spec.ts
xml
2016-07-19T02:46:33
2024-08-16T12:34:33
bolt-js
slackapi/bolt-js
2,729
2,984
```xml <vector xmlns:android="path_to_url" android:width="16dp" android:height="16dp" android:viewportHeight="16" android:viewportWidth="16"> <group> <clip-path android:pathData="M0,0h16v16h-16z" /> <path android:fillColor="#505059" android:fillType="evenOdd" android:pathData="M9.222,1.66L15.774,11.817C16.441,12.85 15.587,14 14.553,14H1.447C0.412,14 -0.441,12.85 0.226,11.817L6.778,1.66C7.346,0.78 8.654,0.78 9.222,1.66ZM8.381,2.202C8.207,1.933 7.793,1.933 7.619,2.202L1.066,12.359C0.885,12.64 1.099,13 1.447,13H14.553C14.901,13 15.115,12.64 14.934,12.359L8.381,2.202Z" /> <path android:fillColor="#505059" android:fillType="evenOdd" android:pathData="M8.001,5.3C8.277,5.3 8.501,5.523 8.501,5.8V8.917C8.501,9.193 8.277,9.417 8.001,9.417C7.724,9.417 7.501,9.193 7.501,8.917V5.8C7.501,5.523 7.724,5.3 8.001,5.3Z" /> <path android:fillColor="#505059" android:pathData="M8.676,11.471C8.676,11.844 8.373,12.146 8.001,12.146C7.628,12.146 7.326,11.844 7.326,11.471C7.326,11.098 7.628,10.796 8.001,10.796C8.373,10.796 8.676,11.098 8.676,11.471Z" /> </group> </vector> ```
/content/code_sandbox/app/src/main/res/drawable/ic_send_disabled.xml
xml
2016-04-30T16:43:17
2024-08-16T19:45:08
android
bitwarden/android
6,085
559
```xml import { colors } from '../styles'; import React from 'react'; import Toggle from 'react-toggle'; import 'react-toggle/style.css'; import styled from 'styled-components'; const Wrapper = styled.div` line-height: 10px; .react-toggle--checked .react-toggle-track { width: 42px; background-color: ${colors.colorPrimaryDark}; } .react-toggle-track:hover { background-color: ${colors.colorPrimaryDark}; } .react-toggle-track { width: 42px; border: 3px solid ${colors.colorPrimaryDark}; background-color: ${colors.colorWhite}; } .react-toggle-track span { display: none; } .react-toggle-thumb { background: ${colors.colorPrimaryDark}; height: 13px; width: 13px; margin: 4px; } .react-toggle--checked .react-toggle-thumb { background: ${colors.colorWhite}; border-color: ${colors.colorPrimaryDark}; height: 13px; width: 13px; margin: 4px 15px 0 0; } .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track { border-color: ${colors.colorPrimaryDark}; background-color: ${colors.colorPrimaryDark}; } .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track { background-color: ${colors.colorWhite}; } `; type Props = { value?: string; name?: string; id?: string; checked?: boolean; defaultChecked?: boolean; 'aria-labelledby'?: string; 'aria-label'?: string; onFocus?: (e: React.FormEvent) => void; onBlur?: (e: React.FormEvent) => void; disabled?: boolean; onChange?: (e: React.FormEvent) => void; icons?: any; }; export default (props: Props) => ( <Wrapper> <Toggle {...props} /> </Wrapper> ); ```
/content/code_sandbox/packages/erxes-ui/src/components/Toggle.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
439
```xml export { type RGBColor, type TextColor, colors, FOREGROUND_COLORS_BY_ANSI, BACKGROUND_COLORS_BY_ANSI, } from './colors'; ```
/content/code_sandbox/app/docker/helpers/logHelper/colors/index.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
36
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import isStrictEqual = require( './index' ); // TESTS // // The function returns a boolean... { isStrictEqual( 3.14, 3.14 ); // $ExpectType boolean isStrictEqual( null, null ); // $ExpectType boolean isStrictEqual( 'beep', 'boop' ); // $ExpectType boolean } // The compiler throws an error if the function is provided an unsupported number of arguments... { isStrictEqual(); // $ExpectError isStrictEqual( 3.14 ); // $ExpectError isStrictEqual( 'beep', 'beep', 3.14 ); // $ExpectError } ```
/content/code_sandbox/lib/node_modules/@stdlib/assert/is-strict-equal/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
184
```xml /* eslint-disable @typescript-eslint/no-var-requires */ /* eslint-disable no-magic-numbers */ /* * This partial adds DllReferencePlugin to the main bundle for referencing * DLL bundles. */ import * as fs from "fs"; import * as Path from "path"; import * as webpack from "webpack"; const filterScanDir = require("filter-scan-dir"); import { loadXarcOptions } from "../util/load-xarc-options"; import { logger } from "@xarc/dev-base"; module.exports = function(options) { const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; const config = options.currentConfig; logger.verbose("add-dll-references configurations", JSON.stringify(config, null, 2)); try { const exists = fs.existsSync( Path.resolve(xarcCwd, xarcOptions.AppMode.src.client, "dll.config.js") ); const filenames = filterScanDir.sync({ dir: Path.resolve(xarcCwd, "dll", "js"), includeRoot: true, filter(file, path, extras) { return extras.ext === ".json" && file.indexOf("-manifest") >= 0; } }); if (exists && filenames.length) { return { plugins: filenames.map( filename => new webpack.DllReferencePlugin({ context: config.context, manifest: require(filename) // eslint-disable-line global-require }) ) }; } } catch (err) { logger.error("add-dll-references failed: %s", err); } return {}; }; ```
/content/code_sandbox/packages/xarc-webpack/src/partials/dll-reference.ts
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
343
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import iterAcovercos = require( './index' ); /** * Returns an iterator protocol-compliant object. * * @returns iterator protocol-compliant object */ function iterator() { return { 'next': next }; /** * Implements the iterator protocol `next` method. * * @returns iterator protocol-compliant object */ function next() { return { 'value': true, 'done': false }; } } // TESTS // // The function returns an iterator... { iterAcovercos( iterator() ); // $ExpectType Iterator } // The compiler throws an error if the function is provided a first argument which is not an iterator protocol-compliant object... { iterAcovercos( '5' ); // $ExpectError iterAcovercos( 5 ); // $ExpectError iterAcovercos( true ); // $ExpectError iterAcovercos( false ); // $ExpectError iterAcovercos( null ); // $ExpectError iterAcovercos( undefined ); // $ExpectError iterAcovercos( [] ); // $ExpectError iterAcovercos( {} ); // $ExpectError iterAcovercos( ( x: number ): number => x ); // $ExpectError } // The compiler throws an error if the function is provided insufficient arguments... { iterAcovercos(); // $ExpectError } ```
/content/code_sandbox/lib/node_modules/@stdlib/math/iter/special/acovercos/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
348
```xml <Project Sdk="Microsoft.NET.Sdk.Razor"> <Import Project="..\..\..\..\configureawait.props" /> <Import Project="..\..\..\..\common.props" /> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>Volo.Abp.SettingManagement.Blazor</RootNamespace> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AutoMapper\Volo.Abp.AutoMapper.csproj" /> <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Components.Web.Theming\Volo.Abp.AspNetCore.Components.Web.Theming.csproj" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Volo.Abp.SettingManagement.Application.Contracts\Volo.Abp.SettingManagement.Application.Contracts.csproj" /> </ItemGroup> </Project> ```
/content/code_sandbox/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.csproj
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
194
```xml import { Accordion, AccordionHeader, AccordionItem, AccordionPanel } from '@fluentui/react-components'; export { Default } from './AccordionDefault.stories'; export { Collapsible } from './AccordionCollapsible.stories'; export { Controlled } from './AccordionControlled.stories'; export { Multiple } from './AccordionMultiple.stories'; export { OpenItems } from './AccordionOpenItems.stories'; export { Sizes } from './AccordionSizes.stories'; export { HeadingLevels } from './AccordionHeaders.stories'; export { Inline } from './AccordionInline.stories'; export { Disabled } from './AccordionDisabled.stories'; export { ExpandIcon } from './AccordionExpandIcon.stories'; export { ExpandIconPosition } from './AccordionExpandIconPosition.stories'; export { WithIcon } from './AccordionWithIcon.stories'; import descriptionMd from './AccordionDescription.md'; export default { title: 'Components/Accordion', component: Accordion, subcomponents: { AccordionItem, AccordionHeader, AccordionPanel, }, parameters: { actions: { argTypesRegex: '^on.*' }, docs: { description: { component: [descriptionMd].join('\n'), }, }, }, argTypes: { navigation: { defaultValue: undefined, control: { type: 'select', options: [undefined, 'linear', 'circular'], }, }, multiple: { defaultValue: false, control: 'boolean', }, collapsible: { defaultValue: false, control: 'boolean', }, as: { control: false, }, }, }; ```
/content/code_sandbox/packages/react-components/react-accordion/stories/src/Accordion/index.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
353
```xml <?xml version="1.0" encoding="utf-8" ?> <services> <admin version="2.0"> <adminserver hostalias="node1" /> <logserver hostalias="node1" /> <slobroks> <slobrok hostalias="node1" /> </slobroks> </admin> <content version="1.0" id="music"> <redundancy>1</redundancy> <documents> <document type="music" mode="index"/> </documents> <group name="mygroup"> <node hostalias="node1" distribution-key="0" /> </group> </content> <content version="1.0" id="mobile"> <redundancy>1</redundancy> <documents> <document type="mobile" mode="index"/> </documents> <group name="mygroup"> <node hostalias="node1" distribution-key="0" /> </group> </content> </services> ```
/content/code_sandbox/config-model/src/test/cfg/routing/content_two_clusters/services.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
237
```xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="path_to_url" android:shape="rectangle"> <solid android:color="@color/colorPrimary" /> <corners android:radius="2dp" /> <size android:width="60dp" android:height="30dp" /> </shape> ```
/content/code_sandbox/app/src/main/res/drawable/btn_pin_solid_bg.xml
xml
2016-06-01T04:36:01
2024-08-14T06:51:22
bilibili-android-client
HotBitmapGG/bilibili-android-client
4,487
80
```xml <?xml version="1.0" encoding="utf-8"?> <layout xmlns:app="path_to_url"> <data> <import type="android.view.View" /> <variable name="fuckgoods" type="com.wingsofts.gankclient.bean.FuckGoods" /> </data> <android.support.v7.widget.CardView xmlns:android="path_to_url" android:layout_marginLeft="2dp" android:layout_marginRight="2dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:background="#fff" android:orientation="vertical" app:cardCornerRadius="5dp" android:paddingTop="10dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:orientation="vertical" android:paddingLeft="16dp" android:paddingBottom="10dp" android:paddingRight="16dp"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@{fuckgoods.desc}" android:textColor="#000" android:textSize="16sp" /> <ImageView android:layout_width="match_parent" android:layout_height="200dp" android:layout_marginTop="10dp" android:scaleType="center" android:visibility="@{fuckgoods.hasImg()?View.VISIBLE:View.GONE}" app:load_image="@{fuckgoods.images[0]}" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <TextView android:layout_marginTop="10dp" android:text="@{fuckgoods.who}" android:layout_weight="1" android:layout_width="0dp" android:layout_height="wrap_content" /> <TextView android:layout_marginTop="10dp" android:text = "@{fuckgoods.create()}" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout> </LinearLayout> </android.support.v7.widget.CardView> </layout> ```
/content/code_sandbox/app/src/main/res/layout/item_fuckgoods.xml
xml
2016-11-22T10:05:33
2024-08-15T20:35:30
GankClient-Kotlin
githubwing/GankClient-Kotlin
1,527
499
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import quinary3d = require( './index' ); /** * Quinary function. * * @param x - input value * @param y - input value * @param z - input value * @param w - input value * @param v - input value * @returns result */ function fcn( x: number, y: number, z: number, w: number, v: number ): number { return x + y + z + w + v; } // TESTS // // The function returns undefined... { const x = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const y = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const z = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const w = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const v = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]; quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], fcn ); // $ExpectType void } // The compiler throws an error if the function is provided a first argument which is not an array of nested arrays... { quinary3d( 'abc', [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( 3.14, [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( true, [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( false, [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( null, [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( [ '1' ], [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( {}, [ 1, 2, 2 ], fcn ); // $ExpectError quinary3d( ( x: number ): number => x, [ 1, 2, 2 ], fcn ); // $ExpectError } // The compiler throws an error if the function is provided a second argument which is not an array of numbers... { const x = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const y = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const z = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const w = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const v = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]; quinary3d( [ x, y, z, w, v, out ], 'abc', fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], 3.14, fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], true, fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], false, fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], null, fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ '1' ], fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], {}, fcn ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], ( x: number ): number => x, fcn ); // $ExpectError } // The compiler throws an error if the function is provided a third argument which is not a valid callback... { const x = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const y = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const z = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const w = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const v = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]; quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], 'abc' ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], 3.14 ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], true ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], false ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], null ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], [ '1' ] ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], {} ); // $ExpectError } // The compiler throws an error if the function is provided an unsupported number of arguments... { const x = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const y = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const z = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const w = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const v = [ [ [ 1.0, 2.0 ], [ 3.0, 4.0 ] ] ]; const out = [ [ [ 0.0, 0.0 ], [ 0.0, 0.0 ] ] ]; quinary3d(); // $ExpectError quinary3d( [ x, y, z, w, v, out ] ); // $ExpectError quinary3d( [ x, y, z, w, v, out ], [ 1, 2, 2 ], fcn, {} ); // $ExpectError } ```
/content/code_sandbox/lib/node_modules/@stdlib/array/base/quinary3d/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,792
```xml import { DebuggerType } from "../enums"; export function getDebugAdapterName(debugType: DebuggerType) { let debuggerName: string; switch (debugType) { case DebuggerType.Flutter: debuggerName = "flutter"; break; case DebuggerType.FlutterTest: debuggerName = "flutter_test"; break; case DebuggerType.Web: debuggerName = "web"; break; case DebuggerType.WebTest: debuggerName = "web_test"; break; case DebuggerType.Dart: debuggerName = "dart"; break; case DebuggerType.DartTest: debuggerName = "dart_test"; break; default: throw new Error(`Unknown debugger type: ${debugType}`); } return debuggerName; } export function getDebugAdapterPort(debuggerName: string) { const debugAdapterNames = [ "flutter", "flutter_test", "web", "web_test", "dart", "dart_test", ]; const index = debugAdapterNames.indexOf(debuggerName); if (index === -1) throw new Error(`Unknown debugger type: ${debuggerName}`); return 4711 + index; } ```
/content/code_sandbox/src/shared/utils/debug.ts
xml
2016-07-30T13:49:11
2024-08-10T16:23:15
Dart-Code
Dart-Code/Dart-Code
1,472
264
```xml /* * * See the LICENSE file at the top-level directory of this distribution * for licensing information. * * Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation, * no part of this software, including this file, may be copied, modified, * propagated, or distributed except according to the terms contained in the * LICENSE file. * * Removal or modification of this copyright notice is prohibited. */ import { address as cryptoAddress, utils } from '@liskhq/lisk-cryptography'; import { objects as objectUtils, dataStructures, objects } from '@liskhq/lisk-utils'; import { isUInt64, validator } from '@liskhq/lisk-validator'; import { codec } from '@liskhq/lisk-codec'; import { GenesisBlockExecuteContext, BlockAfterExecuteContext } from '../../state_machine'; import { BaseModule, ModuleInitArgs, ModuleMetadata } from '../base_module'; import { PoSMethod } from './method'; import { RegisterValidatorCommand } from './commands/register_validator'; import { ReportMisbehaviorCommand } from './commands/report_misbehavior'; import { UnlockCommand } from './commands/unlock'; import { UpdateGeneratorKeyCommand } from './commands/update_generator_key'; import { StakeCommand } from './commands/stake'; import { ChangeCommissionCommand } from './commands/change_commission'; import { VALIDATOR_LIST_ROUND_OFFSET, EMPTY_KEY, MAX_NUMBER_SENT_STAKES, defaultConfig, MAX_CAP, } from './constants'; import { PoSEndpoint } from './endpoint'; import { configSchema, genesisStoreSchema, getAllValidatorsResponseSchema, getClaimableRewardsRequestSchema, getClaimableRewardsResponseSchema, getValidatorRequestSchema, getValidatorResponseSchema, getPoSTokenIDResponseSchema, getLockedRewardRequestSchema, getLockedRewardResponseSchema, getLockedStakedAmountRequestSchema, getLockedStakedAmountResponseSchema, getPendingUnlocksRequestSchema, getPendingUnlocksResponseSchema, getValidatorsByStakeRequestSchema, getValidatorsByStakeResponseSchema, getStakerRequestSchema, getStakerResponseSchema, getRegistrationFeeResponseSchema, getExpectedSharedRewardsRequestSchema, getExpectedSharedRewardsResponseSchema, getConstantsResponseSchema, } from './schemas'; import { RandomMethod, TokenMethod, ValidatorsMethod, GenesisStore, ModuleConfigJSON, ModuleConfig, FeeMethod, PunishmentLockingPeriods, } from './types'; import { equalUnlocking, isUsername, selectStandbyValidators, sortUnlocking, getModuleConfig, getValidatorWeight, isSharingCoefficientSorted, ValidatorWeight, } from './utils'; import { ValidatorStore } from './stores/validator'; import { GenesisDataStore } from './stores/genesis'; import { NameStore } from './stores/name'; import { PreviousTimestampStore } from './stores/previous_timestamp'; import { SnapshotStore, SnapshotStoreData } from './stores/snapshot'; import { StakerStore } from './stores/staker'; import { EligibleValidatorsStore } from './stores/eligible_validators'; import { ValidatorBannedEvent } from './events/validator_banned'; import { ValidatorPunishedEvent } from './events/validator_punished'; import { ValidatorRegisteredEvent } from './events/validator_registered'; import { ValidatorStakedEvent } from './events/validator_staked'; import { InternalMethod } from './internal_method'; import { CommissionChangeEvent } from './events/commission_change'; import { ClaimRewardsCommand } from './commands/claim_rewards'; import { getMainchainID } from '../interoperability/utils'; import { RewardsAssignedEvent } from './events/rewards_assigned'; import { shuffleValidatorList } from '../utils'; export class PoSModule extends BaseModule { public method = new PoSMethod(this.stores, this.events); public configSchema = configSchema; public endpoint = new PoSEndpoint(this.stores, this.offchainStores); private readonly _registerValidatorCommand = new RegisterValidatorCommand( this.stores, this.events, ); private readonly _reportMisbehaviorCommand = new ReportMisbehaviorCommand( this.stores, this.events, ); private readonly _unlockCommand = new UnlockCommand(this.stores, this.events); private readonly _updateGeneratorKeyCommand = new UpdateGeneratorKeyCommand( this.stores, this.events, ); private readonly _stakeCommand = new StakeCommand(this.stores, this.events); private readonly _changeCommissionCommand = new ChangeCommissionCommand(this.stores, this.events); private readonly _claimRewardsCommand = new ClaimRewardsCommand(this.stores, this.events); // eslint-disable-next-line @typescript-eslint/member-ordering public commands = [ this._registerValidatorCommand, this._reportMisbehaviorCommand, this._unlockCommand, this._updateGeneratorKeyCommand, this._stakeCommand, this._changeCommissionCommand, this._claimRewardsCommand, ]; private readonly _internalMethod = new InternalMethod(this.stores, this.events, this.name); private _randomMethod!: RandomMethod; private _validatorsMethod!: ValidatorsMethod; private _tokenMethod!: TokenMethod; private _feeMethod!: FeeMethod; private _moduleConfig!: ModuleConfig; public constructor() { super(); this.stores.register(StakerStore, new StakerStore(this.name, 0)); this.stores.register(ValidatorStore, new ValidatorStore(this.name, 1)); this.stores.register(NameStore, new NameStore(this.name, 2)); this.stores.register(SnapshotStore, new SnapshotStore(this.name, 3)); this.stores.register(GenesisDataStore, new GenesisDataStore(this.name, 4)); this.stores.register(PreviousTimestampStore, new PreviousTimestampStore(this.name, 5)); this.stores.register(EligibleValidatorsStore, new EligibleValidatorsStore(this.name, 6)); this.events.register(ValidatorBannedEvent, new ValidatorBannedEvent(this.name)); this.events.register(ValidatorPunishedEvent, new ValidatorPunishedEvent(this.name)); this.events.register(ValidatorRegisteredEvent, new ValidatorRegisteredEvent(this.name)); this.events.register(ValidatorStakedEvent, new ValidatorStakedEvent(this.name)); this.events.register(CommissionChangeEvent, new CommissionChangeEvent(this.name)); this.events.register(RewardsAssignedEvent, new RewardsAssignedEvent(this.name)); } public get name() { return 'pos'; } public addDependencies( randomMethod: RandomMethod, validatorsMethod: ValidatorsMethod, tokenMethod: TokenMethod, feeMethod: FeeMethod, ) { this._randomMethod = randomMethod; this._validatorsMethod = validatorsMethod; this._tokenMethod = tokenMethod; this._feeMethod = feeMethod; this._internalMethod.addDependencies(this._tokenMethod); this._registerValidatorCommand.addDependencies(this._validatorsMethod, this._feeMethod); this._reportMisbehaviorCommand.addDependencies({ tokenMethod: this._tokenMethod, validatorsMethod: this._validatorsMethod, }); this._unlockCommand.addDependencies({ tokenMethod: this._tokenMethod, }); this._updateGeneratorKeyCommand.addDependencies(this._validatorsMethod); this._stakeCommand.addDependencies({ tokenMethod: this._tokenMethod, internalMethod: this._internalMethod, }); this._claimRewardsCommand.addDependencies({ internalMethod: this._internalMethod, }); } public metadata(): ModuleMetadata { return { ...this.baseMetadata(), endpoints: [ { name: this.endpoint.getAllValidators.name, response: getAllValidatorsResponseSchema, }, { name: this.endpoint.getValidator.name, request: getValidatorRequestSchema, response: getValidatorResponseSchema, }, { name: this.endpoint.getStaker.name, request: getStakerRequestSchema, response: getStakerResponseSchema, }, { name: this.endpoint.getConstants.name, response: getConstantsResponseSchema, }, { name: this.endpoint.getPoSTokenID.name, response: getPoSTokenIDResponseSchema, }, { name: this.endpoint.getClaimableRewards.name, request: getClaimableRewardsRequestSchema, response: getClaimableRewardsResponseSchema, }, { name: this.endpoint.getLockedReward.name, request: getLockedRewardRequestSchema, response: getLockedRewardResponseSchema, }, { name: this.endpoint.getLockedStakedAmount.name, request: getLockedStakedAmountRequestSchema, response: getLockedStakedAmountResponseSchema, }, { name: this.endpoint.getValidatorsByStake.name, request: getValidatorsByStakeRequestSchema, response: getValidatorsByStakeResponseSchema, }, { name: this.endpoint.getPendingUnlocks.name, request: getPendingUnlocksRequestSchema, response: getPendingUnlocksResponseSchema, }, { name: this.endpoint.getRegistrationFee.name, response: getRegistrationFeeResponseSchema, }, { name: this.endpoint.getExpectedSharedRewards.name, request: getExpectedSharedRewardsRequestSchema, response: getExpectedSharedRewardsResponseSchema, }, ], assets: [ { version: 0, data: genesisStoreSchema, }, ], }; } // eslint-disable-next-line @typescript-eslint/require-await public async init(args: ModuleInitArgs) { const { moduleConfig } = args; const config = objects.mergeDeep( {}, { ...defaultConfig, posTokenID: `${args.genesisConfig.chainID}${Buffer.alloc(4).toString('hex')}`, }, moduleConfig, ) as ModuleConfigJSON; validator.validate(this._getConfigSchema(args.genesisConfig.blockTime), config); this._moduleConfig = getModuleConfig(config); const punishmentLockingPeriods: PunishmentLockingPeriods = { punishmentWindowStaking: this._moduleConfig.punishmentWindowStaking, punishmentWindowSelfStaking: this._moduleConfig.punishmentWindowSelfStaking, lockingPeriodStaking: this._moduleConfig.lockingPeriodStaking, lockingPeriodSelfStaking: this._moduleConfig.lockingPeriodSelfStaking, }; this.method.init(this.name, this._moduleConfig, this._internalMethod, this._tokenMethod); this.endpoint.init( this.name, this._moduleConfig, this._internalMethod, this._tokenMethod, punishmentLockingPeriods, ); this._reportMisbehaviorCommand.init({ posTokenID: this._moduleConfig.posTokenID, factorSelfStakes: this._moduleConfig.factorSelfStakes, lockingPeriodSelfStaking: this._moduleConfig.lockingPeriodSelfStaking, reportMisbehaviorReward: this._moduleConfig.reportMisbehaviorReward, reportMisbehaviorLimitBanned: this._moduleConfig.reportMisbehaviorLimitBanned, punishmentLockingPeriods, }); this._registerValidatorCommand.init({ validatorRegistrationFee: this._moduleConfig.validatorRegistrationFee, }); this._unlockCommand.init({ posTokenID: this._moduleConfig.posTokenID, roundLength: this._moduleConfig.roundLength, punishmentLockingPeriods, }); this._stakeCommand.init({ posTokenID: this._moduleConfig.posTokenID, factorSelfStakes: this._moduleConfig.factorSelfStakes, baseStakeAmount: this._moduleConfig.baseStakeAmount, maxNumberPendingUnlocks: this._moduleConfig.maxNumberPendingUnlocks, maxNumberSentStakes: this._moduleConfig.maxNumberSentStakes, }); this._changeCommissionCommand.init({ commissionIncreasePeriod: this._moduleConfig.commissionIncreasePeriod, maxCommissionIncreaseRate: this._moduleConfig.maxCommissionIncreaseRate, }); this.stores.get(EligibleValidatorsStore).init(this._moduleConfig); } public async initGenesisState(context: GenesisBlockExecuteContext): Promise<void> { const assetBytes = context.assets.getAsset(this.name); // if there is no asset, do not initialize if (!assetBytes) { return; } const genesisStore = codec.decode<GenesisStore>(genesisStoreSchema, assetBytes); validator.validate(genesisStoreSchema, genesisStore); // validators property check const posValidatorAddresses = []; const posValidatorNames = []; const posValidatorAddressMap = new dataStructures.BufferMap<GenesisStore['validators'][0]>(); for (const posValidator of genesisStore.validators) { if (!isUsername(posValidator.name)) { throw new Error(`Invalid validator name ${posValidator.name}.`); } if (posValidator.lastCommissionIncreaseHeight > context.header.height) { throw new Error( `Invalid lastCommissionIncreaseHeight ${ posValidator.lastCommissionIncreaseHeight } for ${cryptoAddress.getLisk32AddressFromAddress(posValidator.address)}.`, ); } // sharingCoefficients must be sorted by tokenID if (!isSharingCoefficientSorted(posValidator.sharingCoefficients)) { throw new Error('SharingCoefficients must be sorted by tokenID.'); } posValidatorAddressMap.set(posValidator.address, posValidator); posValidatorAddresses.push(posValidator.address); posValidatorNames.push(posValidator.name); } if (!objectUtils.bufferArrayUniqueItems(posValidatorAddresses)) { throw new Error('Validator address is not unique.'); } if (new Set(posValidatorNames).size !== posValidatorNames.length) { throw new Error('Validator name is not unique.'); } // stakers property check const stakerAddresses = []; for (const staker of genesisStore.stakers) { if (staker.stakes.length > MAX_NUMBER_SENT_STAKES) { throw new Error(`Sent stake exceeds max stake ${MAX_NUMBER_SENT_STAKES}.`); } if (!objectUtils.bufferArrayUniqueItems(staker.stakes.map(v => v.validatorAddress))) { throw new Error('Sent stake validator address is not unique.'); } if (!objectUtils.isBufferArrayOrdered(staker.stakes.map(v => v.validatorAddress))) { throw new Error('Sent stake validator address is not lexicographically ordered.'); } for (const stakes of staker.stakes) { const posValidator = posValidatorAddressMap.get(stakes.validatorAddress); if (!posValidator) { throw new Error('Sent stake includes non existing validator address.'); } for (const sharingCoefficient of stakes.sharingCoefficients) { const targetCoefficient = posValidator.sharingCoefficients.find(co => co.tokenID.equals(sharingCoefficient.tokenID), ); if ( !targetCoefficient || sharingCoefficient.coefficient.compare(targetCoefficient.coefficient) > 0 ) { throw new Error( 'Validator does not have corresponding sharing coefficient or the coefficient value is not consistent.', ); } } // sharingCoefficients must be sorted by tokenID if (!isSharingCoefficientSorted(stakes.sharingCoefficients)) { throw new Error('stakeSharingCoefficients must be sorted by tokenID.'); } } if (staker.pendingUnlocks.length > this._moduleConfig.maxNumberPendingUnlocks) { throw new Error( `PendingUnlocks exceeds max unlocking ${this._moduleConfig.maxNumberPendingUnlocks}.`, ); } const sortingPendingUnlocks = [...staker.pendingUnlocks]; sortUnlocking(sortingPendingUnlocks); for (let i = 0; i < staker.pendingUnlocks.length; i += 1) { const original = staker.pendingUnlocks[i]; const target = sortingPendingUnlocks[i]; if (!equalUnlocking(original, target)) { throw new Error('PendingUnlocks are not lexicographically ordered.'); } } if (staker.pendingUnlocks.some(v => !posValidatorAddressMap.has(v.validatorAddress))) { throw new Error('Pending unlocks includes non existing validator address.'); } stakerAddresses.push(staker.address); } if (!objectUtils.bufferArrayUniqueItems(stakerAddresses)) { throw new Error('Staker address is not unique.'); } // check genesis state if (!objectUtils.bufferArrayUniqueItems(genesisStore.genesisData.initValidators)) { throw new Error('Init validators address is not unique.'); } if (genesisStore.genesisData.initValidators.some(v => !posValidatorAddressMap.has(v))) { throw new Error('Init validators includes non existing validator address.'); } if ( genesisStore.genesisData.initValidators.length > this._moduleConfig.numberActiveValidators ) { throw new Error( `Init validators is greater than number of active validators ${this._moduleConfig.numberActiveValidators}.`, ); } const stakerStore = this.stores.get(StakerStore); const stakeMap = new dataStructures.BufferMap<{ selfStake: bigint; stakeReceived: bigint }>(); for (const staker of genesisStore.stakers) { for (const sentStake of staker.stakes) { const validatorData = stakeMap.get(sentStake.validatorAddress) ?? { selfStake: BigInt(0), stakeReceived: BigInt(0), }; validatorData.stakeReceived += sentStake.amount; if (!isUInt64(validatorData.stakeReceived)) { throw new Error('Stakes received out of range.'); } if (sentStake.validatorAddress.equals(staker.address)) { validatorData.selfStake += sentStake.amount; if (!isUInt64(validatorData.selfStake)) { throw new Error('Self stake out of range.'); } } stakeMap.set(sentStake.validatorAddress, validatorData); } await stakerStore.set(context, staker.address, { stakes: staker.stakes, pendingUnlocks: staker.pendingUnlocks, }); } const validatorStore = this.stores.get(ValidatorStore); const nameSubstore = this.stores.get(NameStore); for (const posValidator of genesisStore.validators) { const stakeInfo = stakeMap.get(posValidator.address) ?? { selfStake: BigInt(0), stakeReceived: BigInt(0), }; await validatorStore.set(context, posValidator.address, { name: posValidator.name, totalStake: stakeInfo.stakeReceived, selfStake: stakeInfo.selfStake, lastGeneratedHeight: posValidator.lastGeneratedHeight, isBanned: posValidator.isBanned, reportMisbehaviorHeights: posValidator.reportMisbehaviorHeights, consecutiveMissedBlocks: posValidator.consecutiveMissedBlocks, commission: posValidator.commission, lastCommissionIncreaseHeight: posValidator.lastCommissionIncreaseHeight, sharingCoefficients: posValidator.sharingCoefficients, }); await nameSubstore.set(context, Buffer.from(posValidator.name, 'utf-8'), { validatorAddress: posValidator.address, }); } const previousTimestampStore = this.stores.get(PreviousTimestampStore); await previousTimestampStore.set(context, EMPTY_KEY, { timestamp: context.header.timestamp, }); const genesisDataStore = this.stores.get(GenesisDataStore); await genesisDataStore.set(context, EMPTY_KEY, { height: context.header.height, initRounds: genesisStore.genesisData.initRounds, initValidators: genesisStore.genesisData.initValidators, }); } public async finalizeGenesisState(context: GenesisBlockExecuteContext): Promise<void> { const assetBytes = context.assets.getAsset(this.name); // if there is no asset, do not initialize if (!assetBytes) { return; } const genesisStore = codec.decode<GenesisStore>(genesisStoreSchema, assetBytes); const methodContext = context.getMethodContext(); if ( this._moduleConfig.useInvalidBLSKey && context.chainID.equals(getMainchainID(context.chainID)) ) { for (const posValidator of genesisStore.validators) { await this._validatorsMethod.registerValidatorWithoutBLSKey( methodContext, posValidator.address, posValidator.generatorKey, ); } } else { for (const posValidator of genesisStore.validators) { await this._validatorsMethod.registerValidatorKeys( methodContext, posValidator.address, posValidator.blsKey, posValidator.generatorKey, posValidator.proofOfPossession, ); } } const stakerStore = this.stores.get(StakerStore); const allStakers = await stakerStore.iterate(context, { gte: Buffer.alloc(20), lte: Buffer.alloc(20, 255), }); for (const stakerData of allStakers) { let stakedAmount = BigInt(0); for (const sentStakes of stakerData.value.stakes) { stakedAmount += sentStakes.amount; } for (const pendingUnlock of stakerData.value.pendingUnlocks) { stakedAmount += pendingUnlock.amount; } const lockedAmount = await this._tokenMethod.getLockedAmount( methodContext, stakerData.key, this._moduleConfig.posTokenID, this.name, ); if (lockedAmount !== stakedAmount) { throw new Error('Staked amount is not locked'); } } const initValidators = [...genesisStore.genesisData.initValidators]; initValidators.sort((a, b) => a.compare(b)); const validators = []; let aggregateBFTWeight = BigInt(0); for (const validatorAddress of initValidators) { validators.push({ address: validatorAddress, bftWeight: BigInt(1), }); aggregateBFTWeight += BigInt(1); } const precommitThreshold = (BigInt(2) * aggregateBFTWeight) / BigInt(3) + BigInt(1); const certificateThreshold = precommitThreshold; await this._validatorsMethod.setValidatorsParams( context.getMethodContext(), context, precommitThreshold, certificateThreshold, validators, ); } public async afterTransactionsExecute(context: BlockAfterExecuteContext): Promise<void> { const { header } = context; const isLastBlockOfRound = await this.method.isEndOfRound( context.getMethodContext(), header.height, ); const previousTimestampStore = this.stores.get(PreviousTimestampStore); const previousTimestampData = await previousTimestampStore.get(context, EMPTY_KEY); const { timestamp: previousTimestamp } = previousTimestampData; await this._updateProductivity(context, previousTimestamp); if (isLastBlockOfRound) { await this._createStakeWeightSnapshot(context); } const didBootstrapRoundsEnd = await this._didBootstrapRoundsEnd(context); if (isLastBlockOfRound && didBootstrapRoundsEnd) { await this._updateValidators(context); } await previousTimestampStore.set(context, EMPTY_KEY, { timestamp: header.timestamp }); } private async _createStakeWeightSnapshot(context: BlockAfterExecuteContext): Promise<void> { const snapshotHeight = context.header.height + 1; const round = await this.method.getRoundNumberFromHeight( context.getMethodContext(), snapshotHeight, ); const snapshotRound = round + VALIDATOR_LIST_ROUND_OFFSET; context.logger.debug(`Creating stake weight snapshot for round: ${snapshotRound.toString()}`); const eligibleValidatorStore = this.stores.get(EligibleValidatorsStore); const eligibleValidatorsList = await eligibleValidatorStore.getAll(context); const validatorWeightSnapshot = []; for (const { key, value } of eligibleValidatorsList) { if ( value.lastReportMisbehaviorHeight === 0 || value.lastReportMisbehaviorHeight < snapshotHeight - this._moduleConfig.punishmentWindowSelfStaking ) { const [address, weight] = eligibleValidatorStore.splitKey(key); validatorWeightSnapshot.push({ address, weight }); } } const snapshotData: SnapshotStoreData = { validatorWeightSnapshot, }; const snapshotStore = this.stores.get(SnapshotStore); const storeKey = utils.intToBuffer(snapshotRound, 4); await snapshotStore.set(context, storeKey, snapshotData); // Remove outdated information const oldData = await snapshotStore.iterate(context, { gte: utils.intToBuffer(0, 4), lte: utils.intToBuffer(Math.max(0, snapshotRound - VALIDATOR_LIST_ROUND_OFFSET - 1), 4), }); for (const { key } of oldData) { await snapshotStore.del(context, key); } } private async _updateValidators(context: BlockAfterExecuteContext): Promise<void> { const { height } = context.header; const round = await this.method.getRoundNumberFromHeight(context.getMethodContext(), height); const nextRound = round + 1; context.logger.debug(nextRound, 'Updating validator list for'); const snapshotStore = this.stores.get(SnapshotStore); const snapshot = await snapshotStore.get(context, utils.intToBuffer(nextRound, 4)); const genesisData = await this.stores.get(GenesisDataStore).get(context, EMPTY_KEY); const methodContext = context.getMethodContext(); const activeValidators = await this._getActiveValidators( context, snapshot.validatorWeightSnapshot, nextRound, ); const validators = []; const activeValidatorMap = new dataStructures.BufferMap<boolean>(); for (const v of activeValidators) { activeValidatorMap.set(v.address, true); validators.push(v); } const randomSeed1 = await this._randomMethod.getRandomBytes( methodContext, height + 1 - Math.floor((this._moduleConfig.roundLength * 3) / 2), this._moduleConfig.roundLength, ); // select standby validators let standbyValidators: ValidatorWeight[] = []; if (nextRound >= genesisData.initRounds + this._moduleConfig.numberActiveValidators) { const candidates = snapshot.validatorWeightSnapshot.filter( v => !activeValidatorMap.has(v.address), ); if (this._moduleConfig.numberStandbyValidators === 2) { const randomSeed2 = await this._randomMethod.getRandomBytes( methodContext, height + 1 - 2 * this._moduleConfig.roundLength, this._moduleConfig.roundLength, ); standbyValidators = selectStandbyValidators(candidates, randomSeed1, randomSeed2); validators.push(...standbyValidators); } else if (this._moduleConfig.numberStandbyValidators === 1) { standbyValidators = selectStandbyValidators(candidates, randomSeed1); validators.push(...standbyValidators); } } // if there is no validator, then no update if (validators.length === 0) { return; } // Update the validators const shuffledValidators = shuffleValidatorList<ValidatorWeight>(randomSeed1, validators); let aggregateBFTWeight = BigInt(0); const bftValidators: { address: Buffer; bftWeight: bigint }[] = []; for (const v of shuffledValidators) { aggregateBFTWeight += v.weight; bftValidators.push({ address: v.address, bftWeight: v.weight, }); } const precommitThreshold = (BigInt(2) * aggregateBFTWeight) / BigInt(3) + BigInt(1); const certificateThreshold = precommitThreshold; await this._validatorsMethod.setValidatorsParams( context.getMethodContext(), context, precommitThreshold, certificateThreshold, bftValidators, ); } private async _updateProductivity(context: BlockAfterExecuteContext, previousTimestamp: number) { const { logger, header, getMethodContext } = context; const methodContext = getMethodContext(); const round = await this.method.getRoundNumberFromHeight(methodContext, header.height); logger.debug({ round }, 'Updating validators productivity for round'); const newHeight = header.height; const missedBlocks = await this._validatorsMethod.getGeneratorsBetweenTimestamps( methodContext, previousTimestamp, header.timestamp, ); const validatorStore = this.stores.get(ValidatorStore); const eligibleValidatorStore = this.stores.get(EligibleValidatorsStore); for (const addressString of Object.keys(missedBlocks)) { const address = Buffer.from(addressString, 'binary'); const validatorData = await validatorStore.get(context, address); validatorData.consecutiveMissedBlocks += missedBlocks[addressString]; if ( validatorData.consecutiveMissedBlocks > this._moduleConfig.failSafeMissedBlocks && newHeight - validatorData.lastGeneratedHeight > this._moduleConfig.failSafeInactiveWindow ) { validatorData.isBanned = true; await eligibleValidatorStore.update( context, address, getValidatorWeight( this._moduleConfig.factorSelfStakes, validatorData.selfStake, validatorData.totalStake, ), validatorData, ); } await validatorStore.set(context, address, validatorData); } const generator = await validatorStore.get(context, header.generatorAddress); generator.consecutiveMissedBlocks = 0; generator.lastGeneratedHeight = newHeight; await validatorStore.set(context, header.generatorAddress, generator); } private async _didBootstrapRoundsEnd(context: BlockAfterExecuteContext) { const { header } = context; const genesisDataStore = this.stores.get(GenesisDataStore); const genesisData = await genesisDataStore.get(context, EMPTY_KEY); const { initRounds } = genesisData; const nextHeightRound = await this.method.getRoundNumberFromHeight( context.getMethodContext(), header.height + 1, ); return nextHeightRound > initRounds; } // _getActiveValidators assumes to be called after initRounds is passed // snapshotValidators is expected to be sorted desc by weight private async _getActiveValidators( context: BlockAfterExecuteContext, snapshotValidators: SnapshotStoreData['validatorWeightSnapshot'], round: number, ): Promise<ValidatorWeight[]> { const genesisData = await this.stores.get(GenesisDataStore).get(context, EMPTY_KEY); // After initRounds, each round introduce one new slot for selected validators if (round < genesisData.initRounds + this._moduleConfig.numberActiveValidators) { const numInitValidators = genesisData.initRounds + this._moduleConfig.numberActiveValidators - round; const numElectedValidators = this._moduleConfig.numberActiveValidators - numInitValidators; let weightSum = BigInt(0); const activeValidators = snapshotValidators.slice(0, numElectedValidators).map(v => { const scaledWeight = this._ceiling(v.weight, this._moduleConfig.weightScaleFactor); weightSum += scaledWeight; return { ...v, weight: scaledWeight, }; }); // when active validators is zero, we don't take average and assign weight = 1 to avoid every validator having 0 weight. if (activeValidators.length === 0) { // when weights for all validators are 1, no need to cap the weight return genesisData.initValidators.slice(0, numInitValidators).map(v => ({ address: v, weight: BigInt(1), })); } const averageWeight = weightSum / BigInt(activeValidators.length); let addedInitValidators = 0; for (const address of genesisData.initValidators) { // only pick upto the numInitValidators if (addedInitValidators === numInitValidators) { break; } // it should not add duplicate address if (activeValidators.findIndex(d => d.address.equals(address)) > -1) { continue; } activeValidators.push({ address, weight: averageWeight }); addedInitValidators += 1; } return this._capWeightIfNeeded(activeValidators); } // Validator selection is out of init rounds const activeValidators = snapshotValidators.length > this._moduleConfig.numberActiveValidators ? snapshotValidators.slice(0, this._moduleConfig.numberActiveValidators) : snapshotValidators; return this._capWeightIfNeeded( activeValidators.map(v => ({ ...v, weight: this._ceiling(v.weight, this._moduleConfig.weightScaleFactor), })), ); } private _capWeightIfNeeded(activeValidators: ValidatorWeight[]) { const capValue = this._moduleConfig.maxBFTWeightCap; // No capping is required if (activeValidators.length < Math.ceil(MAX_CAP / capValue)) { return activeValidators; } // cap the weights return this._capWeight(activeValidators, this._moduleConfig.maxBFTWeightCap); } private _capWeight(validators: ValidatorWeight[], capValue: number) { const maxCappedElements = Math.ceil(MAX_CAP / capValue) - 1; let partialSum = BigInt(0); for (let i = maxCappedElements + 1; i < validators.length; i += 1) { partialSum += validators[i].weight; } for (let i = maxCappedElements; i > 0; i -= 1) { partialSum += validators[i].weight; const cappedWeightRemainingElements = (BigInt(capValue) * partialSum) / BigInt(100) / (BigInt(100) - BigInt(capValue * i) / BigInt(100)); if (cappedWeightRemainingElements < validators[i - 1].weight) { for (let j = 0; j < i; j += 1) { // eslint-disable-next-line no-param-reassign validators[j].weight = cappedWeightRemainingElements; } return validators; } } return validators; } private _ceiling(x: bigint, y: bigint): bigint { if (y === BigInt(0)) { throw new Error('Cannot divide by zero.'); } return (x + y - BigInt(1)) / y; } // updates schema to dynamically assign min/max range values for properties that depend on block time private _getConfigSchema(blockTime = 10) { const SECONDS_IN_A_DAY = 60 * 60 * 24; const blocksPerDay = SECONDS_IN_A_DAY / blockTime; const posSchema = { ...configSchema }; posSchema.properties.failSafeInactiveWindow.minimum = Math.floor(5 * blocksPerDay); posSchema.properties.failSafeInactiveWindow.maximum = Math.floor(365 * blocksPerDay); posSchema.properties.punishmentWindowSelfStaking.minimum = Math.floor(5 * blocksPerDay); posSchema.properties.punishmentWindowSelfStaking.maximum = Math.floor(365 * blocksPerDay); return posSchema; } } ```
/content/code_sandbox/framework/src/modules/pos/module.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
7,761
```xml /********************************************************************************************* ********************************************************************************************** General URL utility functions. For constructing specific URLs (such as ui links to screens, REST or classic links, etc), see the UrlBuilder module. ********************************************************************************************** *********************************************************************************************/ /** * Double encode name, feature/test#1 is encoded as feature%252Ftest%25231 * * Branch names are double-encoded in REST urls due to issues on the backend on certain filesystems. */ export function doubleUriEncode(input: string) { return input == null ? '' : encodeURIComponent(encodeURIComponent(input)); } /** * Appended to the end of various URLs to signal you want all of a resource that is normally paged. */ export const fetchAllSuffix = '?start=0'; /** * Append a slash to the input url if it doesn't end with one already. */ export function ensureTrailingSlash(url: string) { if (url && url.length > 0 && url.charAt(url.length - 1) !== '/') { return `${url}/`; } return url; } export const UrlUtils = { doubleUriEncode, fetchAllSuffix, ensureTrailingSlash, }; ```
/content/code_sandbox/blueocean-core-js/src/js/utils/UrlUtils.ts
xml
2016-01-23T18:02:45
2024-08-13T04:31:34
blueocean-plugin
jenkinsci/blueocean-plugin
2,874
236
```xml export * from '../../dist/types/plugins/encryption-crypto-js/index'; ```
/content/code_sandbox/plugins/encryption-crypto-js/index.ts
xml
2016-12-02T19:34:42
2024-08-16T15:47:20
rxdb
pubkey/rxdb
21,054
15
```xml import { fireEvent, simpleRender } from 'test-utils'; import Button, { Props } from '../Button'; const defaultProps: Props = { children: 'Default', loading: false, disabled: false, onClick: jest.fn() }; function getComponent({ children, loading, disabled, onClick }: Props) { return simpleRender( <Button loading={loading} disabled={disabled} onClick={onClick}> {children} </Button> ); } describe('Button', () => { test('it renders the text', async () => { const { getByText } = getComponent(defaultProps); expect(getByText('Default')).toBeDefined(); }); test('it displays spinner when loading', async () => { const { container } = getComponent({ loading: true, ...defaultProps }); expect(container.querySelector('svg')).toBeDefined(); }); test('it triggers handler on click', async () => { const { container } = getComponent(defaultProps); const component = container.querySelector('button'); fireEvent.click(component!); expect(defaultProps.onClick).toHaveBeenCalledTimes(1); }); }); ```
/content/code_sandbox/src/components/__tests__/Button.test.tsx
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
233
```xml import _ from "lodash"; import React from "react"; import PeriodLockForm from "../containers/PeriodLockForm"; import { IPeriodLock } from "../types"; import { ActionButton } from "@erxes/ui/src/components/ActionButtons"; import Icon from "@erxes/ui/src/components/Icon"; import { formatValue } from "@erxes/ui/src/utils/core"; import FormControl from "@erxes/ui/src/components/form/Control"; import ModalTrigger from "@erxes/ui/src/components/ModalTrigger"; import { useNavigate } from 'react-router-dom'; type Props = { periodLock: IPeriodLock; isChecked: boolean; toggleBulk: (periodLock: IPeriodLock, isChecked?: boolean) => void; }; function displayValue(periodLock, name) { const value = _.get(periodLock, name); return formatValue(value); } function renderFormTrigger(trigger: React.ReactNode, periodLock: IPeriodLock) { const content = (props) => ( <PeriodLockForm {...props} periodLock={periodLock} /> ); return ( <ModalTrigger title="Edit periodLock" trigger={trigger} content={content} /> ); } function renderEditAction(periodLock: IPeriodLock) { const trigger = ( <ActionButton style={{ cursor: "pointer" }} children={<Icon icon="edit-1" />} /> ); return renderFormTrigger(trigger, periodLock); } function PeriodLockRow({ periodLock, isChecked, toggleBulk }: Props) { const navigate = useNavigate() const onChange = (e) => { if (toggleBulk) { toggleBulk(periodLock, e.target.checked); } }; const onClick = (e) => { e.stopPropagation(); }; const onTrClick = () => { navigate(`/erxes-plugin-loan/periodLock-details/${periodLock._id}`); }; return ( <tr onClick={onTrClick}> <td onClick={onClick}> <FormControl checked={isChecked} componentclass="checkbox" onChange={onChange} /> </td> <td key={"code"}>{displayValue(periodLock, "date")}</td> <td onClick={onClick}>{renderEditAction(periodLock)}</td> </tr> ); } export default PeriodLockRow; ```
/content/code_sandbox/packages/plugin-loans-ui/src/periodLocks/components/PeriodLockRow.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
492
```xml import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; // import component import { TemplateChallengeCreateComponent } from './template-challenge-create.component'; const routes: Routes = [ { path: '', component: TemplateChallengeCreateComponent, }, ]; @NgModule({ imports: [RouterModule.forChild(routes)], exports: [RouterModule], }) export class TemplateChallengeCreateRoutingModule {} ```
/content/code_sandbox/frontend_v2/src/app/components/template-challenge-create/template-challenge-create-routing.module.ts
xml
2016-10-21T00:51:45
2024-08-16T14:41:56
EvalAI
Cloud-CV/EvalAI
1,736
87
```xml import { IButtonMutateProps, IFormProps } from '@erxes/ui/src/types'; import React, { useState } from 'react'; import { Button, Form as CommonForm, ControlLabel, FormGroup, SelectTeamMembers, __, loadDynamicComponent, } from '@erxes/ui/src'; import { ModalFooter } from '@erxes/ui/src/styles/main'; import { SelectActions, generateTeamMemberParams } from '../../common/utils'; import { IGrantRequest } from '../../common/type'; import { IUser } from '@erxes/ui/src/auth/types'; import { SmallLoader } from '@erxes/ui/src/components/ButtonMutate'; import CardActionComponent from '../../cards/ActionComponent'; type CheckConfigTypes = { contentType: string; contentTypeId: string; action: string; scope: string; }; type Props = { contentType: string; contentTypeId: string; object?: any; currentUser: IUser; request?: IGrantRequest; loading: boolean; renderButton: (props: IButtonMutateProps) => JSX.Element; cancelRequest: () => void; checkConfig: (props: CheckConfigTypes) => boolean; }; const RequestForm: React.FC<Props> = (props) => { const [state, setState] = useState({ hasConfig: false, request: props.request || { scope: '', action: '', userIds: [], params: {} as any, }, }); const { contentTypeId, contentType, object, loading, checkConfig } = props; const generateDocs = () => { const { request: { action, userIds, params, scope }, } = state; return { contentTypeId, contentType, action, userIds, scope, params: JSON.stringify(params), }; }; const renderComponent = () => { const { request } = state; if (!request?.action) { return null; } const handleSelect = (value, name) => { request[name] = value; setState((prevState) => ({ ...prevState, request })); }; const updatedProps = { action: request.action, initialProps: { type: contentType, itemId: contentTypeId, ...request?.params, }, source: { ...object, type: contentType, pipelineId: object.pipeline?._id, }, onChange: (params) => handleSelect(params, 'params'), }; if (request?.scope === 'cards') { return <CardActionComponent {...updatedProps} />; } return loadDynamicComponent( 'grantAction', { ...updatedProps, }, false, request?.scope, ); }; const renderContent = (formProps: IFormProps) => { const { request, hasConfig } = state; const handleSelect = (value, name, scope?) => { if (name === 'action') { request.params = {}; } request[name] = value; if (scope) { request.scope = scope; } setState((prevState) => ({ ...prevState, request })); }; const onChangeAction = async (value, name, scope?) => { handleSelect(value, name, scope); setState((prevState) => ({ ...prevState, hasConfig: checkConfig({ contentType, contentTypeId, action: value, scope, }), })); }; return ( <> <FormGroup> <ControlLabel>{__('Select person who seeking grant')}</ControlLabel> <SelectTeamMembers label="Choose person who seeking grant" name="userIds" multi={true} initialValue={request.userIds} filterParams={generateTeamMemberParams(object)} onSelect={handleSelect} /> </FormGroup> <FormGroup> <ControlLabel>{__('Choos Action')}</ControlLabel> <SelectActions label="Choose Actions" name="action" initialValue={request.action} onSelect={onChangeAction} /> </FormGroup> {!hasConfig && renderComponent()} <ModalFooter> <Button btnStyle="simple" disabled={loading}> {__('Close')} </Button> {!!Object.keys(props.request || {}).length && ( <Button btnStyle="danger" onClick={props.cancelRequest} disabled={loading} > {loading && <SmallLoader />} {__('Cancel')} </Button> )} {props?.renderButton({ name: 'grant', text: 'Grant Request', values: generateDocs(), isSubmitted: formProps.isSubmitted, object: !!Object.keys(props.request || {}).length ? request : null, })} </ModalFooter> </> ); }; return <CommonForm renderContent={renderContent} />; }; export default RequestForm; ```
/content/code_sandbox/packages/plugin-grants-ui/src/section/components/RequestForm.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,044
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import ssortins = require( './index' ); // TESTS // // The function returns a Float32Array... { const x = new Float32Array( 10 ); ssortins( x.length, 1, x, 1 ); // $ExpectType Float32Array } // The compiler throws an error if the function is provided a first argument which is not a number... { const x = new Float32Array( 10 ); ssortins( '10', 1, x, 1 ); // $ExpectError ssortins( true, 1, x, 1 ); // $ExpectError ssortins( false, 1, x, 1 ); // $ExpectError ssortins( null, 1, x, 1 ); // $ExpectError ssortins( undefined, 1, x, 1 ); // $ExpectError ssortins( [], 1, x, 1 ); // $ExpectError ssortins( {}, 1, x, 1 ); // $ExpectError ssortins( ( x: number ): number => x, 1, x, 1 ); // $ExpectError } // The compiler throws an error if the function is provided a second argument which is not a number... { const x = new Float32Array( 10 ); ssortins( x.length, '10', x, 1 ); // $ExpectError ssortins( x.length, true, x, 1 ); // $ExpectError ssortins( x.length, false, x, 1 ); // $ExpectError ssortins( x.length, null, x, 1 ); // $ExpectError ssortins( x.length, undefined, x, 1 ); // $ExpectError ssortins( x.length, [], x, 1 ); // $ExpectError ssortins( x.length, {}, x, 1 ); // $ExpectError ssortins( x.length, ( x: number ): number => x, x, 1 ); // $ExpectError } // The compiler throws an error if the function is provided a third argument which is not a Float32Array... { const x = new Float32Array( 10 ); ssortins( x.length, 1, 10, 1 ); // $ExpectError ssortins( x.length, 1, '10', 1 ); // $ExpectError ssortins( x.length, 1, true, 1 ); // $ExpectError ssortins( x.length, 1, false, 1 ); // $ExpectError ssortins( x.length, 1, null, 1 ); // $ExpectError ssortins( x.length, 1, undefined, 1 ); // $ExpectError ssortins( x.length, 1, [], 1 ); // $ExpectError ssortins( x.length, 1, {}, 1 ); // $ExpectError ssortins( x.length, 1, ( x: number ): number => x, 1 ); // $ExpectError } // The compiler throws an error if the function is provided a fourth argument which is not a number... { const x = new Float32Array( 10 ); ssortins( x.length, 1, x, '10' ); // $ExpectError ssortins( x.length, 1, x, true ); // $ExpectError ssortins( x.length, 1, x, false ); // $ExpectError ssortins( x.length, 1, x, null ); // $ExpectError ssortins( x.length, 1, x, undefined ); // $ExpectError ssortins( x.length, 1, x, [] ); // $ExpectError ssortins( x.length, 1, x, {} ); // $ExpectError ssortins( x.length, 1, x, ( x: number ): number => x ); // $ExpectError } // The compiler throws an error if the function is provided an unsupported number of arguments... { const x = new Float32Array( 10 ); ssortins(); // $ExpectError ssortins( x.length ); // $ExpectError ssortins( x.length, 1 ); // $ExpectError ssortins( x.length, 1, x ); // $ExpectError ssortins( x.length, 1, x, 1, 10 ); // $ExpectError } // Attached to main export is an `ndarray` method which returns a Float32Array... { const x = new Float32Array( 10 ); ssortins.ndarray( x.length, 1, x, 1, 0 ); // $ExpectType Float32Array } // The compiler throws an error if the `ndarray` method is provided a first argument which is not a number... { const x = new Float32Array( 10 ); ssortins.ndarray( '10', 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( true, 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( false, 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( null, 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( undefined, 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( [], 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( {}, 1, x, 1, 0 ); // $ExpectError ssortins.ndarray( ( x: number ): number => x, 1, x, 1, 0 ); // $ExpectError } // The compiler throws an error if the `ndarray` method is provided a second argument which is not a number... { const x = new Float32Array( 10 ); ssortins.ndarray( x.length, '10', x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, true, x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, false, x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, null, x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, undefined, x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, [], x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, {}, x, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, ( x: number ): number => x, x, 1, 0 ); // $ExpectError } // The compiler throws an error if the `ndarray` method is provided a third argument which is not a Float32Array... { const x = new Float32Array( 10 ); ssortins.ndarray( x.length, 1, 10, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, '10', 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, true, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, false, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, null, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, undefined, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, [], 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, {}, 1, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, ( x: number ): number => x, 1, 0 ); // $ExpectError } // The compiler throws an error if the `ndarray` method is provided a fourth argument which is not a number... { const x = new Float32Array( 10 ); ssortins.ndarray( x.length, 1, x, '10', 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, true, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, false, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, null, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, undefined, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, [], 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, {}, 0 ); // $ExpectError ssortins.ndarray( x.length, 1, x, ( x: number ): number => x, 0 ); // $ExpectError } // The compiler throws an error if the `ndarray` method is provided a fifth argument which is not a number... { const x = new Float32Array( 10 ); ssortins.ndarray( x.length, 1, x, 1, '10' ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, true ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, false ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, null ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, undefined ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, [] ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, {} ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, ( x: number ): number => x ); // $ExpectError } // The compiler throws an error if the `ndarray` method is provided an unsupported number of arguments... { const x = new Float32Array( 10 ); ssortins.ndarray(); // $ExpectError ssortins.ndarray( x.length ); // $ExpectError ssortins.ndarray( x.length, 1 ); // $ExpectError ssortins.ndarray( x.length, 1, x ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1 ); // $ExpectError ssortins.ndarray( x.length, 1, x, 1, 0, 10 ); // $ExpectError } ```
/content/code_sandbox/lib/node_modules/@stdlib/blas/ext/base/ssortins/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
2,385
```xml import { strict as assert } from "assert"; import { DART_DEP_DEPENDENCY_PACKAGE_NODE_CONTEXT, DART_DEP_DEV_DEPENDENCY_PACKAGE_NODE_CONTEXT, DART_DEP_PACKAGE_NODE_CONTEXT, DART_DEP_TRANSITIVE_DEPENDENCY_PACKAGE_NODE_CONTEXT } from "../../../shared/constants.contexts"; import { ensurePackageTreeNode, extApi, getPackages } from "../../helpers"; describe("packages tree", () => { // We have tests that require external packages. before("get packages", () => getPackages()); let depDirect: string; let depDev: string; let depTransitive: string; beforeEach("", () => { // Set some useful vars based on whether "pub deps -json" is supported // to simplify tests. if (extApi.dartCapabilities.supportsPubDepsJson) { depDirect = DART_DEP_DEPENDENCY_PACKAGE_NODE_CONTEXT; depDev = DART_DEP_DEV_DEPENDENCY_PACKAGE_NODE_CONTEXT; depTransitive = DART_DEP_TRANSITIVE_DEPENDENCY_PACKAGE_NODE_CONTEXT; } else { depDirect = DART_DEP_PACKAGE_NODE_CONTEXT; depDev = DART_DEP_PACKAGE_NODE_CONTEXT; depTransitive = DART_DEP_PACKAGE_NODE_CONTEXT; } }); it("includes known packages inside the project in the correct categories", async () => { // If "pub deps json" is supported, the packages will be inside a "direct dependencies" node if (extApi.dartCapabilities.supportsPubDepsJson) { const dependencyGroups = await extApi.packagesTreeProvider.getChildren(undefined); const directDependencies = await extApi.packagesTreeProvider.getChildren(dependencyGroups?.find((node) => node.label === "direct dependencies")); const devDependencies = await extApi.packagesTreeProvider.getChildren(dependencyGroups?.find((node) => node.label === "dev dependencies")); const transitiveDependencies = await extApi.packagesTreeProvider.getChildren(dependencyGroups?.find((node) => node.label === "transitive dependencies")); ensurePackageTreeNode(directDependencies, depDirect, "my_package"); ensurePackageTreeNode(devDependencies, depDev, "flutter_test"); ensurePackageTreeNode(transitiveDependencies, depTransitive, "meta"); } else { const allDependencies = await extApi.packagesTreeProvider.getChildren(undefined); ensurePackageTreeNode(allDependencies, depDirect, "my_package"); ensurePackageTreeNode(allDependencies, depDev, "flutter_test"); ensurePackageTreeNode(allDependencies, depTransitive, "meta"); } }); it("does not include own package inside the project", async () => { // If "pub deps json" is supported, the packages will be inside a "direct dependencies" node if (extApi.dartCapabilities.supportsPubDepsJson) { const dependencyGroups = await extApi.packagesTreeProvider.getChildren(undefined); const directDependencies = await extApi.packagesTreeProvider.getChildren(dependencyGroups?.find((node) => node.label === "direct dependencies")); const self = directDependencies!.find((node) => node.label === "flutter_hello_world"); assert.equal(self, undefined); } else { const allDependencies = await extApi.packagesTreeProvider.getChildren(undefined); const self = allDependencies!.find((node) => node.label === "flutter_hello_world"); assert.equal(self, undefined); } }); }); ```
/content/code_sandbox/src/test/flutter/views/packages_view.test.ts
xml
2016-07-30T13:49:11
2024-08-10T16:23:15
Dart-Code
Dart-Code/Dart-Code
1,472
725
```xml import { mergeDeep } from '@graphql-tools/utils'; describe('mergeDeep', () => { test('merges deeply', () => { const x = { a: { one: 1 } }; const y = { a: { two: 2 } }; expect(mergeDeep([x, y])).toEqual({ a: { one: 1, two: 2 } }); }); test('strips property symbols', () => { const x = {}; const symbol = Symbol('symbol'); x[symbol] = 'value'; const y = { a: 2 }; const merged = mergeDeep([x, y]); expect(merged).toStrictEqual({ a: 2 }); expect(Object.getOwnPropertySymbols(merged)).toEqual([]); }); test('merges prototypes', () => { const ClassA = class { a() { return 'a'; } }; const ClassB = class { b() { return 'b'; } }; const merged = mergeDeep([new ClassA(), new ClassB()], true); expect(merged.a()).toEqual('a'); expect(merged.b()).toEqual('b'); }); test('merges prototype deeply', () => { const ClassA = class { a() { return 'a'; } }; const ClassB = class { b() { return 'b'; } }; const merged = mergeDeep([{ one: new ClassA() }, { one: new ClassB() }], true); expect(merged.one.a()).toEqual('a'); expect(merged.one.b()).toEqual('b'); expect(merged.a).toBeUndefined(); }); it('merges arrays', () => { const x = { a: [1, 2, 5] }; const y = { a: [3, 4] }; expect(mergeDeep([x, y], false, true)).toEqual({ a: [1, 2, 5, 3, 4] }); }); it('merges arrays with the same length', () => { const x = [{ a: 1 }, { b: 2 }]; const y = [{ c: 3 }, { d: 4 }]; expect(mergeDeep([x, y], false, true, true)).toEqual([ { a: 1, c: 3 }, { b: 2, d: 4 }, ]); }); }); ```
/content/code_sandbox/packages/utils/tests/mergeDeep.test.ts
xml
2016-03-22T00:14:38
2024-08-16T02:02:06
graphql-tools
ardatan/graphql-tools
5,331
533
```xml import { Component } from "@angular/core"; import { map, Observable } from "rxjs"; import { ProductSwitcherItem, ProductSwitcherService } from "../shared/product-switcher.service"; @Component({ selector: "navigation-product-switcher", templateUrl: "./navigation-switcher.component.html", }) export class NavigationProductSwitcherComponent { constructor(private productSwitcherService: ProductSwitcherService) {} protected readonly accessibleProducts$: Observable<ProductSwitcherItem[]> = this.productSwitcherService.products$.pipe(map((products) => products.bento ?? [])); protected readonly moreProducts$: Observable<ProductSwitcherItem[]> = this.productSwitcherService.products$.pipe( map((products) => products.other ?? []), // Ensure that organizations is displayed first in the other products list // This differs from the order in `ProductSwitcherContentComponent` but matches the intent // from product & design map((products) => products.sort((product) => (product.name === "Organizations" ? -1 : 1))), ); } ```
/content/code_sandbox/apps/web/src/app/layouts/product-switcher/navigation-switcher/navigation-switcher.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
221
```xml import { FunctionComponent } from 'react'; import { IStepComponentProps, ITxData, ITxFromAddress, ITxGasLimit, ITxGasPrice, ITxNonce, ITxToAddress, ITxValue, TStepAction } from '@types'; export interface IPath { label: string; component: FunctionComponent<IStepComponentProps>; action: TStepAction; } export interface IFullTxParam { gasPrice?: ITxGasPrice; maxFeePerGas?: ITxGasPrice; maxPriorityFeePerGas?: ITxGasPrice; gasLimit: ITxGasLimit; to: ITxToAddress; data: ITxData; nonce: ITxNonce; from: ITxFromAddress; value: ITxValue; chainId: string; type?: number; } ```
/content/code_sandbox/src/features/SendAssets/types.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
192
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import removeLast = require( './index' ); // TESTS // // The function returns a string... { removeLast( 'abc', 1 ); // $ExpectType string } // The compiler throws an error if the function is provided a value other than a string... { removeLast( true, 1 ); // $ExpectError removeLast( false, 1 ); // $ExpectError removeLast( null, 1 ); // $ExpectError removeLast( undefined, 1 ); // $ExpectError removeLast( 5, 1 ); // $ExpectError removeLast( [], 1 ); // $ExpectError removeLast( {}, 1 ); // $ExpectError removeLast( ( x: number ): number => x, 1 ); // $ExpectError } // The compiler throws an error if the function is provided a second argument that is not a number... { removeLast( 'abc', true ); // $ExpectError removeLast( 'abc', false ); // $ExpectError removeLast( 'abc', null ); // $ExpectError removeLast( 'abc', 'abc' ); // $ExpectError removeLast( 'abc', [] ); // $ExpectError removeLast( 'abc', {} ); // $ExpectError removeLast( 'abc', ( x: number ): number => x ); // $ExpectError } // The compiler throws an error if the function is provided an unsupported number of arguments... { removeLast(); // $ExpectError removeLast( 'abc' ); // $ExpectError removeLast( 'abc', 1, 2 ); // $ExpectError } ```
/content/code_sandbox/lib/node_modules/@stdlib/string/base/remove-last-code-point/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
396
```xml /* your_sha256_hash------------- |your_sha256_hash------------*/ /** * Remove an extension from the relevant metadata * files of the JupyterLab source tree so that it * is not included in the build. Intended for testing * adding/removing extensions against development * branches of JupyterLab. */ import * as fs from 'fs-extra'; import * as path from 'path'; import * as utils from './utils'; // Make sure we have required command line arguments. if (process.argv.length < 3) { const msg = '** Must supply a target extension name'; process.stderr.write(msg); process.exit(1); } // Get the package name or path. const target = process.argv[2]; const basePath = path.resolve('.'); // Get the package.json of the extension. const packagePath = path.join(basePath, 'packages', target, 'package.json'); if (!fs.existsSync(packagePath)) { const msg = '** Absolute paths for packages are not allowed.'; process.stderr.write(msg); process.exit(1); } // Remove the package from the local tree. fs.removeSync(path.dirname(packagePath)); // Remove any dependencies on the package (will also run `jlpm integrity`) utils.run(`jlpm remove:dependency ${target}`); ```
/content/code_sandbox/buildutils/src/remove-package.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
264
```xml import { Component, Input, ViewChild } from "@angular/core"; import { ProductTierType } from "@bitwarden/common/billing/enums"; import { OrganizationCreatedEvent, SubscriptionProduct, TrialOrganizationType, } from "../../../billing/accounts/trial-initiation/trial-billing-step.component"; import { VerticalStepperComponent } from "../../trial-initiation/vertical-stepper/vertical-stepper.component"; import { SecretsManagerTrialFreeStepperComponent } from "../secrets-manager/secrets-manager-trial-free-stepper.component"; @Component({ selector: "app-secrets-manager-trial-paid-stepper", templateUrl: "secrets-manager-trial-paid-stepper.component.html", }) export class SecretsManagerTrialPaidStepperComponent extends SecretsManagerTrialFreeStepperComponent { @ViewChild("stepper", { static: false }) verticalStepper: VerticalStepperComponent; @Input() organizationTypeQueryParameter: string; billingSubLabel = this.i18nService.t("billingTrialSubLabel"); organizationId: string; organizationCreated(event: OrganizationCreatedEvent) { this.organizationId = event.organizationId; this.billingSubLabel = event.planDescription; this.verticalStepper.next(); } steppedBack() { this.verticalStepper.previous(); } get createAccountLabel() { const organizationType = this.productType === ProductTierType.TeamsStarter ? "Teams Starter" : ProductTierType[this.productType]; return `Before creating your ${organizationType} organization, you first need to log in or create a personal account.`; } get productType(): TrialOrganizationType { switch (this.organizationTypeQueryParameter) { case "enterprise": return ProductTierType.Enterprise; case "families": return ProductTierType.Families; case "teams": return ProductTierType.Teams; case "teamsStarter": return ProductTierType.TeamsStarter; } } protected readonly SubscriptionProduct = SubscriptionProduct; } ```
/content/code_sandbox/apps/web/src/app/auth/trial-initiation/secrets-manager/secrets-manager-trial-paid-stepper.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
425
```xml export const getAppVersion = (versionString: string) => { return versionString.replace(/-beta.(\d+)/, ' - Beta $1'); }; ```
/content/code_sandbox/packages/components/helpers/appVersion.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
34
```xml const exportHistoriesCreate = ` mutation exportHistoriesCreate($contentType: String!, $columnsConfig: [String], $segmentData: JSON, $name: String) { exportHistoriesCreate(contentType: $contentType, columnsConfig: $columnsConfig, segmentData: $segmentData, name: $name) } `; export default { exportHistoriesCreate }; ```
/content/code_sandbox/packages/core-ui/src/modules/settings/importExport/export/graphql/mutations.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
82
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" android:id="@+id/dialog_root" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="24dp"> <TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/change_icon" android:textSize="20sp"/> <LinearLayout android:id="@+id/icon_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/title" android:layout_marginTop="24dp" android:baselineAligned="false"> <LinearLayout android:id="@+id/layout_one" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="24dp" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:id="@+id/type_one" android:layout_width="72dp" android:layout_height="72dp" android:src="@mipmap/type_one_sunny"/> <RadioButton android:id="@+id/radio_one" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:checked="true" android:text=""/> </LinearLayout> <LinearLayout android:id="@+id/layout_two" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/title" android:layout_centerHorizontal="true" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:id="@+id/type_two" android:layout_width="72dp" android:layout_height="72dp" android:src="@mipmap/type_two_sunny"/> <RadioButton android:id="@+id/radio_two" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="8dp" android:text=""/> </LinearLayout> </LinearLayout> <TextView android:id="@+id/done" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentEnd="true" android:layout_below="@+id/icon_parent" android:layout_marginTop="24dp" android:text="" android:textColor="?colorPrimary"/> </RelativeLayout> ```
/content/code_sandbox/app/src/main/res/layout/dialog_icon.xml
xml
2016-02-20T13:10:14
2024-08-14T07:53:05
SeeWeather
xcc3641/SeeWeather
3,448
573
```xml /** * Wechaty Chatbot SDK - path_to_url * * @copyright 2016 Huan LI () <path_to_url and * Wechaty Contributors <path_to_url * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * */ import * as PUPPET from 'wechaty-puppet' import type { FileBoxInterface, } from 'file-box' import { concurrencyExecuter, } from 'rx-queue' import type { Constructor, } from 'clone-class' import { log, } from '../config.js' import { ContactEventEmitter } from '../schemas/mod.js' import { poolifyMixin, wechatifyMixin, validationMixin, } from '../user-mixins/mod.js' import { deliverSayableConversationPuppet, } from '../sayable/mod.js' import type { SayableSayer, Sayable, } from '../sayable/mod.js' import { stringifyFilter } from '../helper-functions/stringify-filter.js' import type { MessageInterface } from './message.js' import type { TagInterface } from './tag.js' import type { ContactSelfImpl } from './contact-self.js' const MixinBase = wechatifyMixin( poolifyMixin( ContactEventEmitter, )<ContactImplInterface>(), ) /** * All wechat contacts(friend) will be encapsulated as a Contact. * [Examples/Contact-Bot]{@link path_to_url} * * @property {string} id - Get Contact id. * This function is depending on the Puppet Implementation, see [puppet-compatible-table](path_to_url#3-puppet-compatible-table) */ class ContactMixin extends MixinBase implements SayableSayer { static Type = PUPPET.types.Contact static Gender = PUPPET.types.ContactGender /** * The way to search Contact * * @typedef ContactQueryFilter * @property {string} name - The name-string set by user-self, should be called name * @property {string} alias - The name-string set by bot for others, should be called alias * [More Detail]{@link path_to_url} */ /** * Try to find a contact by filter: {name: string | RegExp} / {alias: string | RegExp} * * Find contact by name or alias, if the result more than one, return the first one. * * @static * @param {string | ContactQueryFilter} query `string` will search `name` & `alias` * @returns {(Promise<undefined | ContactInterface>)} If can find the contact, return Contact, or return null * @example * const bot = new Wechaty() * await bot.start() * const contactFindByName = await bot.Contact.find({ name:"ruirui"} ) * const contactFindByAlias = await bot.Contact.find({ alias:"lijiarui"} ) */ static async find ( query : string | PUPPET.filters.Contact, ): Promise<undefined | ContactInterface> { log.silly('Contact', 'find(%s)', JSON.stringify(query, stringifyFilter)) if (typeof query === 'object' && query.id) { let contact: ContactImpl if (this.wechaty.puppet.currentUserId === query.id) { /** * When the contact id is the currentUserId, return a ContactSelfImpl as the Contact */ contact = (this.wechaty.ContactSelf as any as typeof ContactSelfImpl).load(query.id) } else { contact = (this.wechaty.Contact as any as typeof ContactImpl).load(query.id) } // const contact = (this.wechaty.Contact as any as typeof ContactImpl).load(query.id) try { await contact.ready() } catch (e) { this.wechaty.emitError(e) return undefined } return contact } const contactList = await this.findAll(query) if (contactList.length <= 0) { return } if (contactList.length > 1) { log.warn('Contact', 'find() got more than 1 result: %d total', contactList.length) } for (const [ idx, contact ] of contactList.entries()) { // use puppet.contactValidate() to confirm double confirm that this contactId is valid. // path_to_url // path_to_url const valid = await this.wechaty.puppet.contactValidate(contact.id) if (valid) { log.silly('Contact', 'find() contact<id=%s> is valid, return it', idx, contact.id) return contact } else { log.silly('Contact', 'find() contact<id=%s> is invalid, skip it', idx, contact.id) } } log.warn('Contact', 'find() all of %d contacts are invalid', contactList.length) return undefined } /** * Find contact by `name` or `alias` * * If use Contact.findAll() get the contact list of the bot. * * #### definition * - `name` the name-string set by user-self, should be called name * - `alias` the name-string set by bot for others, should be called alias * * @static * @param {string | ContactQueryFilter} [queryArg] `string` will search `name` & `alias` * @returns {Promise<ContactInterface[]>} * @example * const bot = new Wechaty() * await bot.start() * const contactList = await bot.Contact.findAll() // get the contact list of the bot * const contactList = await bot.Contact.findAll({ name: 'ruirui' }) // find all of the contacts whose name is 'ruirui' * const contactList = await bot.Contact.findAll({ alias: 'lijiarui' }) // find all of the contacts whose alias is 'lijiarui' */ static async findAll ( query? : string | PUPPET.filters.Contact, ): Promise<ContactInterface[]> { log.verbose('Contact', 'findAll(%s)', JSON.stringify(query, stringifyFilter) || '') try { const contactIdList: string[] = await this.wechaty.puppet.contactSearch(query) const idToContact = async (id: string) => this.wechaty.Contact.find({ id }).catch(e => this.wechaty.emitError(e)) /** * we need to use concurrencyExecuter to reduce the parallel number of the requests */ const CONCURRENCY = 17 const contactIterator = concurrencyExecuter(CONCURRENCY)(idToContact)(contactIdList) const contactList: ContactInterface[] = [] for await (const contact of contactIterator) { if (contact) { contactList.push(contact) } } return contactList } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'this.wechaty.puppet.contactFindAll() rejected: %s', (e as Error).message) return [] // fail safe } } // TODO // eslint-disable-next-line no-use-before-define static async delete (contact: ContactInterface): Promise<void> { log.verbose('Contact', 'static delete(%s)', contact.id) } /** * Get tags for all contact * * @static * @returns {Promise<TagInterface[]>} * @example * const tags = await wechaty.Contact.tags() */ static async tags (): Promise<TagInterface[]> { log.verbose('Contact', 'static tags() for %s', this) try { const tagIdList = await this.wechaty.puppet.tagContactList() const tagList = tagIdList.map(id => this.wechaty.Tag.load(id)) return tagList } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'static tags() exception: %s', (e as Error).message) return [] } } /** * * Instance properties * @ignore * */ payload?: PUPPET.payloads.Contact /** * @hideconstructor */ constructor ( public readonly id: string, ) { super() log.silly('Contact', `constructor(${id})`) } /** * @ignore */ override toString (): string { if (!this.payload) { return this.constructor.name } const identity = this.payload.alias || this.payload.name || this.id || 'loading...' return `Contact<${identity}>` } /** * > Tips: * This function is depending on the Puppet Implementation, see [puppet-compatible-table](path_to_url#3-puppet-compatible-table) * * @param {(string | ContactInterface | FileBox | UrlLink | MiniProgram | Location)} sayable * send text, Contact, or file to contact. </br> * You can use {@link path_to_url|FileBox} to send file * @returns {Promise<void | MessageInterface>} * @example * const bot = new Wechaty() * await bot.start() * const contact = await bot.Contact.find({name: 'lijiarui'}) // change 'lijiarui' to any of your contact name in wechat * * // 1. send text to contact * * await contact.say('welcome to wechaty!') * const msg = await contact.say('welcome to wechaty!') // only supported by puppet-padplus * * // 2. send media file to contact * * import { FileBox } from 'wechaty' * const fileBox1 = FileBox.fromUrl('path_to_url * const fileBox2 = FileBox.fromFile('/tmp/text.txt') * await contact.say(fileBox1) * const msg1 = await contact.say(fileBox1) // only supported by puppet-padplus * await contact.say(fileBox2) * const msg2 = await contact.say(fileBox2) // only supported by puppet-padplus * * // 3. send contact card to contact * * const contactCard = bot.Contact.load('contactId') * const msg = await contact.say(contactCard) // only supported by puppet-padplus * * // 4. send url link to contact * * const urlLink = new UrlLink ({ * description : 'WeChat Bot SDK for Individual Account, Powered by TypeScript, Docker, and Love', * thumbnailUrl: 'path_to_url * title : 'Welcome to Wechaty', * url : 'path_to_url * }) * await contact.say(urlLink) * const msg = await contact.say(urlLink) // only supported by puppet-padplus * * // 5. send mini program to contact * * const miniProgram = new MiniProgram ({ * username : 'gh_xxxxxxx', //get from mp.weixin.qq.com * appid : '', //optional, get from mp.weixin.qq.com * title : '', //optional * pagepath : '', //optional * description : '', //optional * thumbnailurl : '', //optional * }) * await contact.say(miniProgram) * const msg = await contact.say(miniProgram) // only supported by puppet-padplus * * // 6. send location to contact * const location = new Location ({ * accuracy : 15, * address : '45 Chengfu Rd', * latitude : 39.995120999999997, * longitude : 116.334154, * name : '(45)', * }) * await contact.say(location) * const msg = await contact.say(location) */ async say ( sayable: Sayable, ): Promise<void | MessageInterface> { log.verbose('Contact', 'say(%s)', sayable) const msgId = await deliverSayableConversationPuppet(this.wechaty.puppet)(this.id)(sayable) if (msgId) { const msg = await this.wechaty.Message.find({ id: msgId }) if (msg) { return msg } } } /** * Get the name from a contact * * @returns {string} * @example * const name = contact.name() */ name (): string { return (this.payload && this.payload.name) || '' } async alias () : Promise<undefined | string> async alias (newAlias: string) : Promise<void> async alias (empty: null) : Promise<void> /** * GET / SET / DELETE the alias for a contact * * Tests show it will failed if set alias too frequently(60 times in one minute). * @param {(none | string | null)} newAlias * @returns {(Promise<undefined | string | void>)} * @example <caption> GET the alias for a contact, return {(Promise<string | null>)}</caption> * const alias = await contact.alias() * if (alias === null) { * console.log('You have not yet set any alias for contact ' + contact.name()) * } else { * console.log('You have already set an alias for contact ' + contact.name() + ':' + alias) * } * * @example <caption>SET the alias for a contact</caption> * try { * await contact.alias('lijiarui') * console.log(`change ${contact.name()}'s alias successfully!`) * } catch (e) { * console.log(`failed to change ${contact.name()} alias!`) * } * * @example <caption>DELETE the alias for a contact</caption> * try { * const oldAlias = await contact.alias(null) * console.log(`delete ${contact.name()}'s alias successfully!`) * console.log('old alias is ${oldAlias}`) * } catch (e) { * console.log(`failed to delete ${contact.name()}'s alias!`) * } */ async alias (newAlias?: null | string): Promise<void | undefined | string> { log.silly('Contact', 'alias(%s)', newAlias === undefined ? '' : newAlias, ) if (!this.payload) { throw new Error('no payload') } if (typeof newAlias === 'undefined') { return this.payload.alias } try { await this.wechaty.puppet.contactAlias(this.id, newAlias) await this.wechaty.puppet.contactPayloadDirty(this.id) this.payload = await this.wechaty.puppet.contactPayload(this.id) if (newAlias && newAlias !== this.payload.alias) { log.warn('Contact', 'alias(%s) sync with server fail: set(%s) is not equal to get(%s)', newAlias, newAlias, this.payload.alias, ) } } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'alias(%s) rejected: %s', newAlias, (e as Error).message) } } /** * GET / SET / DELETE the phone list for a contact * * @param {(none | string[])} phoneList * @returns {(Promise<string[] | void>)} * @example <caption> GET the phone list for a contact, return {(Promise<string[]>)}</caption> * const phoneList = await contact.phone() * if (phone.length === 0) { * console.log('You have not yet set any phone number for contact ' + contact.name()) * } else { * console.log('You have already set phone numbers for contact ' + contact.name() + ':' + phoneList.join(',')) * } * * @example <caption>SET the phoneList for a contact</caption> * try { * const phoneList = ['13999999999', '13888888888'] * await contact.alias(phoneList) * console.log(`change ${contact.name()}'s phone successfully!`) * } catch (e) { * console.log(`failed to change ${contact.name()} phone!`) * } */ async phone (): Promise<string[]> async phone (phoneList: string[]): Promise<void> async phone (phoneList?: string[]): Promise<string[] | void> { log.silly('Contact', 'phone(%s)', phoneList === undefined ? '' : JSON.stringify(phoneList)) if (!this.payload) { throw new Error('no payload') } if (typeof phoneList === 'undefined') { return this.payload.phone } try { await this.wechaty.puppet.contactPhone(this.id, phoneList) await this.wechaty.puppet.contactPayloadDirty(this.id) this.payload = await this.wechaty.puppet.contactPayload(this.id) } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'phone(%s) rejected: %s', JSON.stringify(phoneList), (e as Error).message) } } async corporation (): Promise<undefined | string> async corporation (remark: string | null): Promise<void> async corporation (remark?: string | null): Promise<void | undefined | string> { log.silly('Contact', 'corporation(%s)', remark) if (!this.payload) { throw new Error('no payload') } if (typeof remark === 'undefined') { return this.payload.corporation } if (this.payload.type !== PUPPET.types.Contact.Individual) { throw new Error('Can not set corporation remark on non individual contact.') } try { await this.wechaty.puppet.contactCorporationRemark(this.id, remark) await this.wechaty.puppet.contactPayloadDirty(this.id) this.payload = await this.wechaty.puppet.contactPayload(this.id) } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'corporation(%s) rejected: %s', remark, (e as Error).message) } } async description (): Promise<undefined | string> async description (newDescription: string | null): Promise<void> async description (newDescription?: string | null): Promise<void | undefined | string> { log.silly('Contact', 'description(%s)', newDescription) if (!this.payload) { throw new Error('no payload') } if (typeof newDescription === 'undefined') { return this.payload.description } try { await this.wechaty.puppet.contactDescription(this.id, newDescription) await this.wechaty.puppet.contactPayloadDirty(this.id) this.payload = await this.wechaty.puppet.contactPayload(this.id) } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'description(%s) rejected: %s', newDescription, (e as Error).message) } } title (): string | null { if (!this.payload) { throw new Error('no payload') } return this.payload.title || null } coworker (): boolean { if (!this.payload) { throw new Error('no payload') } return !!this.payload.coworker } /** * Check if contact is friend * * > Tips: * This function is depending on the Puppet Implementation, see [puppet-compatible-table](path_to_url#3-puppet-compatible-table) * * @returns {boolean | null} * * <br>True for friend of the bot <br> * False for not friend of the bot, null for unknown. * @example * const isFriend = contact.friend() */ friend (): undefined | boolean { log.verbose('Contact', 'friend()') return this.payload?.friend } /** * Enum for ContactType * @enum {number} * @property {number} Unknown - ContactType.Unknown (0) for Unknown * @property {number} Personal - ContactType.Personal (1) for Personal * @property {number} Official - ContactType.Official (2) for Official */ /** * Return the type of the Contact * > Tips: ContactType is enum here.</br> * @returns {ContactType.Unknown | ContactType.Personal | ContactType.Official} * * @example * const bot = new Wechaty() * await bot.start() * const isOfficial = contact.type() === bot.Contact.Type.Official */ type (): PUPPET.types.Contact { if (!this.payload) { throw new Error('no payload') } return this.payload.type } /** * @ignore * TODO: Check if the contact is star contact. * * @returns {boolean | null} - True for star friend, False for no star friend. * @example * const isStar = contact.star() */ star (): undefined | boolean { return this.payload?.star } /** * Contact gender * > Tips: ContactGender is enum here. </br> * * @returns {ContactGender.Unknown | ContactGender.Male | ContactGender.Female} * @example * const gender = contact.gender() === bot.Contact.Gender.Male */ gender (): PUPPET.types.ContactGender { return this.payload ? this.payload.gender : PUPPET.types.ContactGender.Unknown } /** * Get the region 'province' from a contact * * @returns {string | null} * @example * const province = contact.province() */ province (): undefined | string { return this.payload?.province } /** * Get the region 'city' from a contact * * @returns {string | null} * @example * const city = contact.city() */ city (): undefined | string { return this.payload?.city } /** * Get avatar picture file stream * * @returns {Promise<FileBox>} * @example * // Save avatar to local file like `1-name.jpg` * * const file = await contact.avatar() * const name = file.name * await file.toFile(name, true) * console.log(`Contact: ${contact.name()} with avatar file: ${name}`) */ async avatar (): Promise<FileBoxInterface> { log.verbose('Contact', 'avatar()') const fileBox = await this.wechaty.puppet.contactAvatar(this.id) return fileBox } /** * Get all tags of contact * * @returns {Promise<TagInterface[]>} * @example * const tags = await contact.tags() */ async tags (): Promise<TagInterface[]> { log.verbose('Contact', 'tags() for %s', this) try { const tagIdList = await this.wechaty.puppet.tagContactList(this.id) const tagList = tagIdList.map(id => this.wechaty.Tag.load(id)) return tagList } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'tags() exception: %s', (e as Error).message) return [] } } /** * Force reload data for Contact, Sync data from low-level API again. * * @returns {Promise<this>} * @example * await contact.sync() */ async sync (): Promise<void> { await this.wechaty.puppet.contactPayloadDirty(this.id) await this.ready(true) } /** * `ready()` is For FrameWork ONLY! * * Please not to use `ready()` at the user land. * If you want to sync data, use `sync()` instead. * * @ignore */ async ready ( forceSync = false, ): Promise<void> { log.silly('Contact', 'ready() @ %s with id="%s"', this.wechaty.puppet, this.id) if (!forceSync && this.isReady()) { // already ready log.silly('Contact', 'ready() isReady() true') return } try { this.payload = await this.wechaty.puppet.contactPayload(this.id) // log.silly('Contact', `ready() this.wechaty.puppet.contactPayload(%s) resolved`, this) } catch (e) { this.wechaty.emitError(e) log.verbose('Contact', 'ready() this.wechaty.puppet.contactPayload(%s) exception: %s', this.id, (e as Error).message, ) throw e } } async readMark (hasRead: boolean): Promise<void> async readMark (): Promise<boolean> /** * Mark the conversation as read * @param { undefined | boolean } hasRead * * @example * const bot = new Wechaty() * const contact = await bot.Contact.find({name: 'xxx'}) * await contact.readMark() */ async readMark (hasRead?: boolean): Promise<void | boolean> { try { if (typeof hasRead === 'undefined') { return this.wechaty.puppet.conversationReadMark(this.id) } else { await this.wechaty.puppet.conversationReadMark(this.id, hasRead) } } catch (e) { this.wechaty.emitError(e) log.error('Contact', 'readMark() exception: %s', (e as Error).message) } } /** * @ignore */ isReady (): boolean { return !!(this.payload && this.payload.name) } /** * Check if contact is self * * @returns {boolean} True for contact is self, False for contact is others * @example * const isSelf = contact.self() */ self (): boolean { return this.id === this.wechaty.puppet.currentUserId } /** * Get the handle from a contact. * * > A Twitter handle is the username that appears at the end of your unique Twitter URL. * * Sometimes cannot get handle due to the puppet implementation. * * @ignore * @returns {string | null} * @example * const handle = contact.handle() */ handle (): undefined | string { return this.payload?.handle } /** * Huan(202203): `weixin()` will be removed in v2.0 * @link path_to_url * @deprecated use `handle()` instead */ weixin (): undefined | string { log.warn('Contact', 'weixin() is deprecated, use `handle()` instead.') console.error(new Error().stack) return this.payload?.weixin } } class ContactImplBase extends validationMixin(ContactMixin)<ContactImplInterface>() {} interface ContactImplInterface extends ContactImplBase {} type ContactProtectedProperty = | 'ready' type ContactInterface = Omit<ContactImplInterface, ContactProtectedProperty> class ContactImpl extends validationMixin(ContactImplBase)<ContactInterface>() {} type ContactConstructor = Constructor< ContactImplInterface, Omit<typeof ContactImpl, 'load'> > export type { ContactConstructor, ContactProtectedProperty, ContactInterface, } export { ContactImpl, } ```
/content/code_sandbox/src/user-modules/contact.ts
xml
2016-05-01T14:36:45
2024-08-16T17:27:03
wechaty
wechaty/wechaty
19,828
6,149
```xml import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'diff' }) export class DiffPipe implements PipeTransform { transform<T>(input: T, ...args: any[]): T; transform(input: any[], ...args: any[]): any[]; transform(input: any, ...args: any[]): any { if (!Array.isArray(input)) { return input; } // tslint:disable-next-line no-bitwise return args.reduce((d, c) => d.filter((e: any) => !~c.indexOf(e)), input); } } ```
/content/code_sandbox/src/ng-pipes/pipes/array/diff.ts
xml
2016-11-24T22:03:44
2024-08-15T12:52:49
ngx-pipes
danrevah/ngx-pipes
1,589
124
```xml import { useContextBridge, useSearchResultItems } from "@Core/Hooks"; import { getImageUrl } from "@Core/getImageUrl"; import { Badge, Button, Input, Text, Tooltip } from "@fluentui/react-components"; import { DismissRegular } from "@fluentui/react-icons"; import { useState } from "react"; import { useTranslation } from "react-i18next"; export const ExcludedItems = () => { const ns = "settingsSearchEngine"; const { t } = useTranslation(); const { contextBridge } = useContextBridge(); const { searchResultItems } = useSearchResultItems(); const [excludedIds, setExcludedIds] = useState<string[]>(contextBridge.getExcludedSearchResultItemIds()); const removeExcludedSearchResultItem = async (id: string) => { await contextBridge.removeExcludedSearchResultItem(id); setExcludedIds(contextBridge.getExcludedSearchResultItemIds()); }; const excludedSearchResultItems = searchResultItems.filter((f) => excludedIds.includes(f.id)); return ( <div style={{ display: "flex", flexDirection: "column", gap: 5 }}> {excludedSearchResultItems.length ? null : <Text italic>{t("noExcludedItems", { ns })}</Text>} {excludedSearchResultItems.map(({ id, name, image, description }) => ( <Input key={`excludedItem-${id}`} readOnly value={name} contentBefore={ <img alt="Excluded search result item image" style={{ width: 16, height: 16 }} src={getImageUrl({ image, shouldPreferDarkColors: contextBridge.themeShouldUseDarkColors(), })} /> } contentAfter={ <div> <Badge size="small" appearance="ghost"> {description} </Badge> <Button size="small" appearance="subtle" onClick={() => removeExcludedSearchResultItem(id)} icon={ <Tooltip content={t("removeExcludedItem", { ns })} relationship="label" withArrow> <DismissRegular fontSize={14} /> </Tooltip> } /> </div> } /> ))} </div> ); }; ```
/content/code_sandbox/src/renderer/Core/Settings/Pages/SearchEngine/ExcludedItems.tsx
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
491
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const LabelIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M1720 128q41 0 77 16t63 43 43 63 16 78q0 37-10 65t-29 53-41 46-47 46v1254H256V256h1254q24-24 46-47t47-41 52-29 65-11zm0 128q-29 0-50 21l-948 948-34 135 135-34 948-948q21-21 21-50 0-30-21-51t-51-21zm-56 410l-775 776-377 94 94-377 776-775H384v1280h1280V666z" /> </svg> ), displayName: 'LabelIcon', }); export default LabelIcon; ```
/content/code_sandbox/packages/react-icons-mdl2/src/components/LabelIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
253
```xml /** * Describes a file that represents a component definition */ export interface ComponentFile { path: string; moduleName: string; componentName: string; } export interface PackageDefinition { name: string; components: { moduleName: string; componentName: string; }[]; } const isLazyLoadingModule = (componentPath: string) => componentPath.includes(".dynamic"); const removeDynamicModuleNameEnding = (moduleName: string) => moduleName.replace(/\.?dynamic$/i, ""); /** * Generates the contents of the component factory file using a predefined string template. * @param components - the list of component files to include * @returns component factory file contents */ function generateComponentFactory( components: (PackageDefinition | ComponentFile)[], ): string { const componentFiles = components.filter( (component) => (component as ComponentFile).path, ) as ComponentFile[]; const packages = components.filter( (component) => (component as PackageDefinition).components, ) as PackageDefinition[]; const hasLazyModules = componentFiles.find((component) => isLazyLoadingModule(component.path), ); return `/* eslint-disable */ // Do not edit this file, it is auto-generated at build time! // See scripts/generate-component-factory.ts to modify the generation of this file. ${hasLazyModules ? "import dynamic from 'next/dynamic'" : ""} ${packages.map((pkg) => { const list = pkg.components.map((c) => c.moduleName).join(", "); return `import { ${list} } from '${pkg.name}'`; })} ${componentFiles .map((component) => { if (isLazyLoadingModule(component.path)) { const moduleName = removeDynamicModuleNameEnding(component.moduleName); return `const ${moduleName} = { module: () => import('${component.path}'), element: (isEditing?: boolean) => isEditing ? require('${component.path}')?.default : dynamic(${moduleName}.module) }`; } return `import * as ${component.moduleName} from '${component.path}';`; }) .join("\n")} const components = new Map(); ${packages.map((p) => p.components.map( (component) => `components.set('${component.componentName}', ${component.moduleName})`, ), )} ${componentFiles .map( (component) => `components.set('${ isLazyLoadingModule(component.path) ? removeDynamicModuleNameEnding(component.componentName) : component.componentName }', ${ isLazyLoadingModule(component.path) ? removeDynamicModuleNameEnding(component.moduleName) : component.moduleName });`, ) .join("\n")} // Next.js 'dynamic' import and JavaScript 'dynamic' import are different. // Next.js 'dynamic(...)' returns common 'React.ComponentType' while // 'import('...')' returns 'Promise' that will resolve module. // componentModule uses 'import(...)' because primary usage of it to get not only 'React Component' (default export) but all named exports. // See path_to_url#dynamic_imports // componentFactory uses 'dynamic(...)' because primary usage of it to render 'React Component' (default export). // See path_to_url // At the end you will have single preloaded script for each lazy loading module. // Editing mode doesn't work well with dynamic components in nextjs: dynamic components are not displayed without refresh after a rendering is added. // This happens beacuse Sitecore editors simply insert updated HTML generated on server side. This conflicts with nextjs dynamic logic as no HTML gets rendered for dynamic component // So we use require() to obtain dynamic components in editing mode while preserving dynamic logic for non-editing scenarios // As we need to be able to seamlessly work with dynamic components in both editing and normal modes, different componentFactory functions will be passed to app export function componentModule(componentName: string) { const component = components.get(componentName); // check that component is lazy loading module if (!component?.default && component?.module) { // return js dynamic import return component.module(); } return component; } function baseComponentFactory(componentName: string, exportName?: string, isEditing?: boolean) { const DEFAULT_EXPORT_NAME = 'Default'; const component = components.get(componentName); // check that component should be dynamically imported if (component?.element) { // return next.js dynamic import return component.element(isEditing); } if (exportName && exportName !== DEFAULT_EXPORT_NAME) { return component[exportName]; } return component?.Default || component?.default || component; } export function componentFactory(componentName: string, exportName?: string) { return baseComponentFactory(componentName, exportName, false); } export function editingComponentFactory(componentName: string, exportName?: string) { return baseComponentFactory(componentName, exportName, true); } `; } export default generateComponentFactory; ```
/content/code_sandbox/examples/cms-sitecore-xmcloud/scripts/templates/component-factory.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
1,057
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="headerTxt"></string> </resources> ```
/content/code_sandbox/app/src/main/res/values-v21/strings.xml
xml
2016-02-20T13:10:14
2024-08-14T07:53:05
SeeWeather
xcc3641/SeeWeather
3,448
31
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release_NoNode|Win32"> <Configuration>Release_NoNode</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release_NoNode|x64"> <Configuration>Release_NoNode</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release_vc6|Win32"> <Configuration>Release_vc6</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D4CF74E8-8AE3-4534-92BE-10503E556E87}</ProjectGuid> <RootNamespace>miniblink</RootNamespace> <Keyword>Win32Proj</Keyword> <ProjectName>miniblink</ProjectName> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup> <PreferredToolArchitecture>x64</PreferredToolArchitecture> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v140_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> <VCToolsVersion /> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v140_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>false</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <PlatformToolset>v140_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <OutDir>$(SolutionDir)..\out\$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'"> <OutDir>$(SolutionDir)..\out\$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(ProjectName)\$(Configuration)\</IntDir> <IncludePath>$(SolutionDir)..\vc6\include\crt;$(SolutionDir)..\vc6\include\wnet;$(SolutionDir)..\third_party\GDIPlus\Includes</IncludePath> <ReferencePath /> <LibraryPath>$(SolutionDir)..\vc6\lib;$(SolutionDir)..\third_party\GDIPlus\lib</LibraryPath> <TargetName>miniblink_4957_x32</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>false</LinkIncremental> <OutDir>$(SolutionDir)..\out\$(Platform)$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(Platform)$(ProjectName)\$(Configuration)\</IntDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <OutDir>$(SolutionDir)..\$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\tmp\$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> <TargetExt>.dll</TargetExt> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'"> <OutDir>$(SolutionDir)..\$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\tmp\$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> <TargetExt>.dll</TargetExt> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <OutDir>$(SolutionDir)..\out\$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> <TargetExt>.dll</TargetExt> <TargetName>miniblink_4975_x32</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'"> <OutDir>$(SolutionDir)..\out\$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(ProjectName)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> <TargetExt>.dll</TargetExt> <IncludePath>$(SolutionDir)..\vc6\include\crt;$(SolutionDir)..\vc6\include\wnet;$(SolutionDir)..\third_party\GDIPlus\Includes</IncludePath> <ReferencePath /> <LibraryPath>$(SolutionDir)..\vc6\lib;$(SolutionDir)..\third_party\GDIPlus\lib</LibraryPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <GenerateManifest>false</GenerateManifest> <OutDir>$(SolutionDir)..\out\$(Platform)$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(Platform)$(ProjectName)\$(Configuration)\</IntDir> <PreferredToolArchitecture>x64</PreferredToolArchitecture> <UseNativeEnvironment>false</UseNativeEnvironment> <TargetName>miniblink_4975_x64</TargetName> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'"> <GenerateManifest>false</GenerateManifest> <OutDir>$(SolutionDir)..\out\$(Platform)$(Configuration)\</OutDir> <IntDir>$(SolutionDir)..\out\tmp\$(Platform)$(ProjectName)\$(Configuration)\</IntDir> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>BUILDING_CEF_SHARED;DCHECK_ALWAYS_ON=1;WIN32;_DEBUG;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_GC_PROFILING=1;ENABLE_WKE=1;ENABLE_MBVIP=1;CARES_STATICLIB=1;CURL_STATICLIB=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>false</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../;../../orig_chrome/;../../v8_7_5/;../../v8_7_5/include;../../mbvip;../../third_party/;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;../../node/uv/include;../../node/cares/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4091;4251</DisableSpecificWarnings> <MultiProcessorCompilation>true</MultiProcessorCompilation> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> <CallingConvention>Cdecl</CallingConvention> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <TargetMachine>MachineX86</TargetMachine> <AdditionalLibraryDirectories>$(SolutionDir)..\out\$(Configuration)\;</AdditionalLibraryDirectories> <AdditionalDependencies>angle.lib;orig_chrome.lib;InjectTool.lib;version.lib;harfbuzz.lib;ots.lib;Crypt32.lib;Wldap32.lib;Imm32.lib;libxml.lib;zlib.lib;libcurl.lib;skia.lib;libjpeg.lib;libpng.lib;libwebp.lib;openssl.lib;nodejs.lib;v8_7_5_1.lib;Msimg32.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;DbgHelp.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)miniblink_d.dll</OutputFile> <ImportLibrary>$(OutDir)node.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries>LIBCMT.lib</IgnoreSpecificDefaultLibraries> <DelayLoadDLLs>ffmpeg.dll;%(DelayLoadDLLs)</DelayLoadDLLs> <ModuleDefinitionFile>$(SolutionDir)../mbvip/mtmb.def</ModuleDefinitionFile> </Link> <ResourceCompile> <PreprocessorDefinitions>_USING_V110_SDK71_;MB_VERSION=4975;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'"> <ClCompile> <Optimization>MinSpace</Optimization> <PreprocessorDefinitions>USING_VC6RT=1;_USING_V110_SDK71_;ENABLE_NODEJS=1;_WINDLL;_UNICODE;UNICODE;BUILDING_CEF_SHARED;NDEBUG;WIN32;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_WKE=1;ENABLE_MBVIP=1;CARES_STATICLIB=1;CURL_STATICLIB=1</PreprocessorDefinitions> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../mbvip;../../;../../orig_chrome/;../../v8_5_7/;../../v8_5_7/include;../../third_party/;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;../../node/uv/include;../../node/cares/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4267;4530</DisableSpecificWarnings> <MultiProcessorCompilation>true</MultiProcessorCompilation> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> <BasicRuntimeChecks>Default</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <MinimalRebuild>false</MinimalRebuild> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <IntrinsicFunctions>true</IntrinsicFunctions> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <StringPooling>true</StringPooling> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> <ExceptionHandling>false</ExceptionHandling> <BufferSecurityCheck>false</BufferSecurityCheck> <FunctionLevelLinking>true</FunctionLevelLinking> <WholeProgramOptimization>false</WholeProgramOptimization> <CallingConvention>Cdecl</CallingConvention> </ClCompile> <Link> <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <AdditionalLibraryDirectories>$(SolutionDir)..\third_party\GDIPlus\Lib;$(SolutionDir)..\out\$(Configuration)\</AdditionalLibraryDirectories> <AdditionalDependencies>Msimg32.lib;nodejs.lib;angle.lib;version.lib;ots.lib;libwebp.lib;harfbuzz.lib;Crypt32.lib;Wldap32.lib;Imm32.lib;libxml.lib;zlib.lib;libcurl.lib;v8_5_7_1.lib;skia.lib;GDIPlus.lib;libjpeg.lib;libpng.lib;openssl.lib;Comctl32.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(OutDir)miniblink_4957_x32.dll</OutputFile> <ImportLibrary>$(OutDir)node.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries>LIBCMT.lib</IgnoreSpecificDefaultLibraries> <ShowProgress>NotSet</ShowProgress> <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <DelayLoadDLLs>ffmpeg.dll;%(DelayLoadDLLs)</DelayLoadDLLs> <ModuleDefinitionFile>$(SolutionDir)../mbvip/mtmb.def</ModuleDefinitionFile> <ProgramDatabaseFile>$(OutDir)miniblink_4957_x32.pdb</ProgramDatabaseFile> </Link> <PostBuildEvent> <Command> </Command> </PostBuildEvent> <ResourceCompile> <ResourceOutputFileName>$(ProjectDir)miniblink.res</ResourceOutputFileName> <PreprocessorDefinitions>_USING_V110_SDK71_;MB_VERSION=4957;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>BUILDING_CEF_SHARED;DCHECK_ALWAYS_ON=1;WIN32;_DEBUG;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_GC_PROFILING=1;ENABLE_WKE=1;ENABLE_CEF=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../;../../orig_chrome/;../../v8_5_7/;../../v8_5_7/include;../../third_party/;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4267;</DisableSpecificWarnings> <MultiProcessorCompilation>true</MultiProcessorCompilation> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <MinimalRebuild>false</MinimalRebuild> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <AdditionalLibraryDirectories>$(SolutionDir)..\out\x64Debug\;</AdditionalLibraryDirectories> <AdditionalDependencies>harfbuzz.lib;version.lib;ots.lib;Crypt32.lib;Wldap32.lib;Imm32.lib;libxml.lib;zlib.lib;libcurl.lib;v8_5_7.lib;v8_5_7_1.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;libjpeg.lib;libpng.lib;openssl.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>$(SolutionDir)..\out\x64Debug\node.dll</OutputFile> <ImportLibrary>$(OutDir)miniblink.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries>LIBCMT.lib</IgnoreSpecificDefaultLibraries> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PreprocessorDefinitions>BUILDING_CEF_SHARED;NDEBUG;WIN32;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;USING_VC6RT=1;ENABLE_WKE=1;ENABLE_CEF=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../;../../v8_5_1/;../../v8_5_1/include;../../third_party/;../../third_party/GDIPlus/Includes;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4530;4595;4049</DisableSpecificWarnings> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <MultiProcessorCompilation>true</MultiProcessorCompilation> <Optimization>MinSpace</Optimization> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <ExceptionHandling>false</ExceptionHandling> <BufferSecurityCheck>false</BufferSecurityCheck> <WholeProgramOptimization>false</WholeProgramOptimization> <StringPooling>true</StringPooling> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <IntrinsicFunctions>true</IntrinsicFunctions> <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <FunctionLevelLinking>true</FunctionLevelLinking> </ClCompile> <Link> <GenerateDebugInformation>Debug</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <TargetMachine>MachineX86</TargetMachine> <AdditionalLibraryDirectories>$(SolutionDir)..\third_party\GDIPlus\Lib;$(SolutionDir)..\out\$(Configuration)\</AdditionalLibraryDirectories> <AdditionalDependencies>version.lib;Crypt32.lib;Advapi32.lib;wldap32.lib;libcurl.lib;zlib.lib;ots.lib;Imm32.lib;libxml.lib;v8.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalOptions>/FORCE:UNRESOLVED %(AdditionalOptions)</AdditionalOptions> <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> <ImportLibrary>$(OutDir)miniblink.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries>LIBCMT.lib;libcpmt.lib</IgnoreSpecificDefaultLibraries> <ShowProgress>NotSet</ShowProgress> <EntryPointSymbol> </EntryPointSymbol> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'"> <ClCompile> <PreprocessorDefinitions>BUILDING_CEF_SHARED;NDEBUG;WIN32;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;USING_VC6RT=1;ENABLE_WKE=1;ENABLE_CEF=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../;../../v8_5_1/;../../v8_5_1/include;../../third_party/;../../third_party/GDIPlus/Includes;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4530;4595;4049</DisableSpecificWarnings> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <MultiProcessorCompilation>true</MultiProcessorCompilation> <Optimization>MinSpace</Optimization> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <ExceptionHandling>false</ExceptionHandling> <BufferSecurityCheck>false</BufferSecurityCheck> <WholeProgramOptimization>false</WholeProgramOptimization> <StringPooling>true</StringPooling> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <IntrinsicFunctions>true</IntrinsicFunctions> <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <FunctionLevelLinking>true</FunctionLevelLinking> </ClCompile> <Link> <GenerateDebugInformation>Debug</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <TargetMachine>MachineX86</TargetMachine> <AdditionalLibraryDirectories>$(SolutionDir)..\third_party\GDIPlus\Lib;$(SolutionDir)..\out\$(Configuration)\</AdditionalLibraryDirectories> <AdditionalDependencies>version.lib;Crypt32.lib;Advapi32.lib;wldap32.lib;libcurl.lib;zlib.lib;ots.lib;Imm32.lib;libxml.lib;v8.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalOptions>/FORCE:UNRESOLVED %(AdditionalOptions)</AdditionalOptions> <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> <ImportLibrary>$(OutDir)miniblink.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries>LIBCMT.lib;libcpmt.lib</IgnoreSpecificDefaultLibraries> <ShowProgress>NotSet</ShowProgress> <EntryPointSymbol> </EntryPointSymbol> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <PreprocessorDefinitions>_USING_V110_SDK71_;_WINDLL;_UNICODE;UNICODE;BUILDING_CEF_SHARED;NDEBUG;WIN32;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_WEB_AUDIO;ENABLE_WKE=1;ENABLE_CEF=1;ENABLE_MBVIP=1;CARES_STATICLIB=1;CURL_STATICLIB=1</PreprocessorDefinitions> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../;../../orig_chrome/;../../mbvip;../../v8_7_5/;../../v8_7_5/include;../../third_party/;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;../../node/cares/include;../../node/uv/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4530;4595;4049</DisableSpecificWarnings> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <MultiProcessorCompilation>true</MultiProcessorCompilation> <Optimization>MinSpace</Optimization> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <ExceptionHandling>false</ExceptionHandling> <BufferSecurityCheck>false</BufferSecurityCheck> <WholeProgramOptimization>false</WholeProgramOptimization> <StringPooling>true</StringPooling> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> <InlineFunctionExpansion>Default</InlineFunctionExpansion> <FunctionLevelLinking>true</FunctionLevelLinking> <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> </ClCompile> <Link> <GenerateDebugInformation>Debug</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <TargetMachine>MachineX86</TargetMachine> <AdditionalLibraryDirectories>$(SolutionDir)..\third_party\GDIPlus\Lib;$(SolutionDir)..\out\$(Configuration)\</AdditionalLibraryDirectories> <AdditionalDependencies>angle.lib;libcurl.lib;zlib.lib;ots.lib;libxml.lib;harfbuzz.lib;libwebp.lib;v8_7_5_1.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;version.lib;Crypt32.lib;wldap32.lib;Imm32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;Msimg32.lib;odbc32.lib;odbccp32.lib;DbgHelp.lib;libjpeg.lib;libpng.lib;openssl.lib;nodejs.lib</AdditionalDependencies> <AdditionalOptions>/FORCE:UNRESOLVED /Bv %(AdditionalOptions)</AdditionalOptions> <OutputFile>$(OutDir)miniblink_4975_x32.dll</OutputFile> <ImportLibrary>$(OutDir)miniblink_4975.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries> </IgnoreSpecificDefaultLibraries> <ShowProgress>NotSet</ShowProgress> <EntryPointSymbol> </EntryPointSymbol> <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> <DelayLoadDLLs>ffmpeg.dll;%(DelayLoadDLLs)</DelayLoadDLLs> <ModuleDefinitionFile>$(SolutionDir)../mbvip/mtmb.def</ModuleDefinitionFile> <ProgramDatabaseFile>$(OutDir)miniblink_4975_x32.pdb</ProgramDatabaseFile> </Link> <ResourceCompile> <PreprocessorDefinitions>_USING_V110_SDK71_;MB_VERSION=4975;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'"> <ClCompile> <PreprocessorDefinitions>USING_VC6RT=1;NO_USE_ORIG_CHROME=1;_USING_V110_SDK71_;_WINDLL;_UNICODE;UNICODE;BUILDING_CEF_SHARED;NDEBUG;WIN32;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_WKE=1;ENABLE_MBVIP=1;CURL_STATICLIB=1</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../mbvip;../../;../../orig_chrome/;../../v8_4_8/;../../v8_4_8/include;../../base;../../third_party/;../../third_party/GDIPlus/Includes;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils</AdditionalIncludeDirectories> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4530;4595;4049</DisableSpecificWarnings> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <MultiProcessorCompilation>true</MultiProcessorCompilation> <Optimization>MinSpace</Optimization> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <ExceptionHandling>false</ExceptionHandling> <BufferSecurityCheck>false</BufferSecurityCheck> <WholeProgramOptimization>false</WholeProgramOptimization> <StringPooling>true</StringPooling> <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> <IntrinsicFunctions>true</IntrinsicFunctions> <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> <FunctionLevelLinking>true</FunctionLevelLinking> <AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions> </ClCompile> <Link> <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <TargetMachine>MachineX86</TargetMachine> <AdditionalLibraryDirectories>$(SolutionDir)..\third_party\GDIPlus\Lib;$(SolutionDir)..\out\$(Configuration)\;$(SolutionDir)..\out\Release_vc6\</AdditionalLibraryDirectories> <AdditionalDependencies>libcurl.lib;zlib.lib;ots.lib;harfbuzz.lib;libxml.lib;libwebp.lib;v8_4_8.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;version.lib;Crypt32.lib;wldap32.lib;Imm32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;Msimg32.lib;libjpeg.lib;libpng.lib;wolfssl.lib</AdditionalDependencies> <AdditionalOptions>/FORCE:UNRESOLVED %(AdditionalOptions)</AdditionalOptions> <OutputFile>$(OutDir)miniblink_4949_x32.dll</OutputFile> <ImportLibrary>$(OutDir)miniblink.lib</ImportLibrary> <IgnoreSpecificDefaultLibraries>LIBCMT.lib</IgnoreSpecificDefaultLibraries> <ShowProgress>NotSet</ShowProgress> <EntryPointSymbol> </EntryPointSymbol> <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> <ModuleDefinitionFile>$(SolutionDir)../mbvip/mtmb.def</ModuleDefinitionFile> <ProgramDatabaseFile>$(OutDir)miniblink_4949_x32.pdb</ProgramDatabaseFile> </Link> <ResourceCompile> <PreprocessorDefinitions>_USING_V110_SDK71_;MB_VERSION=4949;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <PreprocessorDefinitions>_USING_V110_SDK71_;_WINDLL;_UNICODE;UNICODE;BUILDING_CEF_SHARED;NDEBUG;WIN32;_WINDOWS;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_WKE=1;ENABLE_MBVIP=1;ENABLE_INPUT_MULTIPLE_FIELDS_UI=1;CARES_STATICLIB=1;CURL_STATICLIB=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../mbvip;../../;../../orig_chrome/;../../v8_7_5/;../../v8_7_5/include;../../third_party/;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4530;4595;4049;4267;4302;4311</DisableSpecificWarnings> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <Optimization>MinSpace</Optimization> <ExceptionHandling>false</ExceptionHandling> <MultiProcessorCompilation>true</MultiProcessorCompilation> <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <WholeProgramOptimization>false</WholeProgramOptimization> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <IntrinsicFunctions>true</IntrinsicFunctions> <AdditionalOptions>/Bv /d2SSAOptimizer- %(AdditionalOptions)</AdditionalOptions> <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <AdditionalLibraryDirectories>$(SolutionDir)..\out\$(Platform)$(Configuration)\</AdditionalLibraryDirectories> <AdditionalDependencies>angle.lib;version.lib;Crypt32.lib;Advapi32.lib;wldap32.lib;libcurl.lib;libwebp.lib;zlib.lib;ots.lib;Imm32.lib;libxml.lib;v8_7_5_1.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Msimg32.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;DbgHelp.lib;libjpeg.lib;libpng.lib;harfbuzz.lib;openssl.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalOptions>/FORCE:UNRESOLVED %(AdditionalOptions)</AdditionalOptions> <OutputFile>$(OutDir)miniblink_4975_x64.dll</OutputFile> <ImportLibrary> </ImportLibrary> <ShowProgress>NotSet</ShowProgress> <EntryPointSymbol> </EntryPointSymbol> <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation> <ModuleDefinitionFile>$(SolutionDir)../mbvip/mtmb.def</ModuleDefinitionFile> <ProgramDatabaseFile>$(OutDir)miniblink_4975_x64.pdb</ProgramDatabaseFile> <DelayLoadDLLs>ffmpeg_x64.dll;%(DelayLoadDLLs)</DelayLoadDLLs> </Link> <MASM> <UseSafeExceptionHandlers>true</UseSafeExceptionHandlers> </MASM> <ResourceCompile> <PreprocessorDefinitions>_USING_V110_SDK71_;MB_VERSION=4975;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ResourceCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'"> <ClCompile> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;BUILDING_CEF_SHARED;INSIDE_BLINK=1;BLINK_IMPLEMENTATION=1;ENABLE_OILPAN=1;ENABLE_WKE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <AdditionalIncludeDirectories>../../;../../v8_4_8/;../../v8_4_8/include;../../third_party/;../../third_party/GDIPlus/Includes;../../third_party/npapi;../../third_party/WebKit;../../third_party/WebKit/Source;../../cef;../../third_party/icu/source/common;../../gen/blink;../../gen/blink/core;../../gen/blink/bindings/modules/v8;../../gen/blink/bindings/core/v8;../../gpu;../../third_party/khronos;../../third_party/libxml/src/include;../../third_party/libxml/win32/include;../../third_party/skia/include/core;../../third_party/skia/include/config;../../third_party/skia/include/codec;../../third_party/skia/include/device;../../third_party/skia/include/effects;../../third_party/skia/include/images;../../third_party/skia/include/pathops;../../third_party/skia/include/ports;../../third_party/skia/include/private;../../third_party/skia/include/utils;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PrecompiledHeaderFile>config.h</PrecompiledHeaderFile> <DisableSpecificWarnings>4800;4291;4996;4244;4305;4577;4530;4595;4049;4267;4302;4311</DisableSpecificWarnings> <ForcedIncludeFiles>config.h</ForcedIncludeFiles> <Optimization>Full</Optimization> <ExceptionHandling>Sync</ExceptionHandling> <MultiProcessorCompilation>true</MultiProcessorCompilation> <StringPooling>true</StringPooling> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <WholeProgramOptimization>true</WholeProgramOptimization> <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> <IntrinsicFunctions>true</IntrinsicFunctions> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <OptimizeReferences>true</OptimizeReferences> <EnableCOMDATFolding>true</EnableCOMDATFolding> <AdditionalLibraryDirectories>$(SolutionDir)..\out\$(Platform)$(Configuration)\;$(SolutionDir)..\out\$(Platform)Release\</AdditionalLibraryDirectories> <AdditionalDependencies>version.lib;Crypt32.lib;Advapi32.lib;wldap32.lib;libcurl.lib;zlib.lib;ots.lib;Imm32.lib;libxml.lib;v8_4_8.lib;skia.lib;winmm.lib;Ws2_32.lib;Usp10.lib;Shlwapi.lib;wininet.lib;GDIPlus.lib;DbgHelp.lib;wolfssl.lib;harfbuzz.lib;libpng.lib;libjpeg.lib;%(AdditionalDependencies)</AdditionalDependencies> <AdditionalOptions>/FORCE:UNRESOLVED %(AdditionalOptions)</AdditionalOptions> <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> <ImportLibrary> </ImportLibrary> <ShowProgress>NotSet</ShowProgress> <EntryPointSymbol> </EntryPointSymbol> <GenerateDebugInformation>No</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\base\json\json_parser.cc" /> <ClCompile Include="..\..\base\json\json_reader.cc" /> <ClCompile Include="..\..\base\json\json_util.cc" /> <ClCompile Include="..\..\base\json\json_writer.cc" /> <ClCompile Include="..\..\base\strings\string_piece.cc" /> <ClCompile Include="..\..\base\WindowsVersion.cpp" /> <ClCompile Include="..\..\content\browser\PageNavController.cpp" /> <ClCompile Include="..\..\content\browser\PlatformMessagePortChannel.cpp" /> <ClCompile Include="..\..\content\browser\PostTaskHelper.cpp" /> <ClCompile Include="..\..\content\devtools\DevToolsAgent.cpp" /> <ClCompile Include="..\..\content\devtools\DevToolsClient.cpp" /> <ClCompile Include="..\..\content\devtools\DevToolsMgr.cpp" /> <ClCompile Include="..\..\content\devtools\DevToolsProtocolDispatcher.cpp" /> <ClCompile Include="..\..\content\resources\DebuggerScriptSourceJs.cpp" /> <ClCompile Include="..\..\content\resources\FullscreenCss.cpp" /> <ClCompile Include="..\..\content\resources\InjectedScriptSourceJs.cpp" /> <ClCompile Include="..\..\content\resources\InspectorOverlayPageHtml.cpp" /> <ClCompile Include="..\..\content\resources\MediaPlayerData.cpp" /> <ClCompile Include="..\..\content\resources\ThemeInputMultipleFieldsCss.cpp" /> <ClCompile Include="..\..\content\ui\ClipboardUtil.cpp" /> <ClCompile Include="..\..\content\ui\DragHandle.cpp" /> <ClCompile Include="..\..\content\ui\PopupMenuWin.cpp" /> <ClCompile Include="..\..\content\ui\WCDataObject.cpp" /> <ClCompile Include="..\..\content\ui\WebDropSource.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\WebPluginImeWin.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\WebPluginImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\WebPluginImplWin.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebCryptoImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebMessagePortChannelImpl.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\USVStringOrURLSearchParams.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DevToolsHost.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8External.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8InspectorOverlayHost.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8URLSearchParams.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XMLSerializer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XPathEvaluator.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XPathExpression.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XPathNSResolver.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XPathResult.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XSLTProcessor.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AnalyserNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8ANGLEInstancedArrays.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioBuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioBufferCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioBufferSourceNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioContext.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioDestinationNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioListener.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioParam.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioProcessingEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8AudioSourceNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8BiquadFilterNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8ChannelMergerNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8ChannelSplitterNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CHROMIUMSubscribeUniform.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CHROMIUMValuebuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8ConvolverNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Coordinates.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Crypto.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DataTransferItemPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DelayNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DevToolsHostPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DynamicsCompressorNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8EXTBlendMinMax.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8EXTFragDepth.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8EXTShaderTextureLOD.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8EXTsRGB.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8EXTTextureFilterAnisotropic.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8GainNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Geolocation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Geoposition.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaElementAudioSourceNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaSession.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaSource.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStream.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamAudioDestinationNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamAudioSourceNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamTrack.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamTrackEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamTrackSourcesCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8NavigatorUserMediaError.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8NavigatorUserMediaErrorCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8NetworkInformation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESElementIndexUint.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESStandardDerivatives.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureFloat.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureFloatLinear.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureHalfFloat.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureHalfFloatLinear.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OESVertexArrayObject.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OfflineAudioCompletionEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OfflineAudioContext.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8OscillatorNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PannerNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PeriodicWave.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PositionCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PositionError.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PositionErrorCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PositionOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8ScriptProcessorNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8SourceBuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8SourceBufferList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8SourceInfo.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StereoPannerNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8TrackDefault.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8TrackDefaultList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8VideoPlaybackQuality.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WaveShaperNode.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGL2RenderingContext.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLActiveInfo.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLBuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTextureATC.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTextureETC1.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTexturePVRTC.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTextureS3TC.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLContextAttributes.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLContextEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLContextEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDebugRendererInfo.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDebugShaders.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDepthTexture.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDrawBuffers.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLFramebuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLLoseContext.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLProgram.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLQuery.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLRenderbuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLRenderingContext.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLSampler.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLShader.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLShaderPrecisionFormat.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLSync.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLTexture.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLTransformFeedback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLUniformLocation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLVertexArrayObject.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebGLVertexArrayObjectOES.cpp" /> <ClCompile Include="..\..\gen\blink\core\InspectorBackendDispatcher.cpp" /> <ClCompile Include="..\..\gen\blink\core\InspectorFrontend.cpp" /> <ClCompile Include="..\..\gen\blink\core\InspectorInstrumentationImpl.cpp" /> <ClCompile Include="..\..\gen\blink\core\InspectorTypeBuilder.cpp" /> <ClCompile Include="..\..\gen\blink\core\XPathGrammar.cpp" /> <ClCompile Include="..\..\gen\blink\modules\geolocation\PositionOptions.cpp" /> <ClCompile Include="..\..\gen\blink\modules\mediastream\MediaStreamEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\modules\webgl\WebGLContextAttributes.cpp" /> <ClCompile Include="..\..\gen\blink\modules\webgl\WebGLContextEventInit.cpp" /> <ClCompile Include="..\..\mbvip\common\BindJsQuery.cpp" /> <ClCompile Include="..\..\mbvip\common\LiveIdDetect.cpp" /> <ClCompile Include="..\..\mbvip\common\StringUtil.cpp" /> <ClCompile Include="..\..\mbvip\common\ThreadCall.cpp" /> <ClCompile Include="..\..\mbvip\core\mb.cpp" /> <ClCompile Include="..\..\mbvip\core\mb2.cpp" /> <ClCompile Include="..\..\mbvip\core\MbWebView.cpp" /> <ClCompile Include="..\..\mbvip\download\SimpleDownload.cpp" /> <ClCompile Include="..\..\mbvip\printing\PdfiumLoad.cpp" /> <ClCompile Include="..\..\mbvip\printing\PdfViewerPlugin.cpp" /> <ClCompile Include="..\..\mbvip\printing\PdfViewerPluginFunc.cpp" /> <ClCompile Include="..\..\mbvip\printing\Printing.cpp" /> <ClCompile Include="..\..\mbvip\printing\WkePrinting.cpp" /> <ClCompile Include="..\..\mc\animation\AnimationCurve.cpp" /> <ClCompile Include="..\..\mc\animation\AnimationIdProvider.cpp" /> <ClCompile Include="..\..\mc\animation\AnimationObj.cpp" /> <ClCompile Include="..\..\mc\animation\FilterOperationsWrap.cpp" /> <ClCompile Include="..\..\mc\animation\KeyframedAnimationCurve.cpp" /> <ClCompile Include="..\..\mc\animation\LayerAnimationController.cpp" /> <ClCompile Include="..\..\mc\animation\ScrollOffsetAnimationCurve.cpp" /> <ClCompile Include="..\..\mc\animation\TimingFunctionMc.cpp" /> <ClCompile Include="..\..\mc\animation\TransformOperationMc.cpp" /> <ClCompile Include="..\..\mc\animation\TransformOperationsMc.cpp" /> <ClCompile Include="..\..\mc\base\CubicBezier.cpp" /> <ClCompile Include="..\..\mc\base\FloatBox.cpp" /> <ClCompile Include="..\..\mc\base\MathUtil.cpp" /> <ClCompile Include="..\..\mc\base\TransformUtil.cpp" /> <ClCompile Include="..\..\mc\base\Tween.cpp" /> <ClCompile Include="..\..\mc\blink\WebAnimationCurveCommon.cpp" /> <ClCompile Include="..\..\mc\blink\WebAnimationImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebCompositorAnimationPlayerImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebCompositorAnimationTimelineImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebCompositorSupportImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebContentLayerImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebFilterAnimationCurveImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebFilterOperationsImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebFloatAnimationCurveImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebImageLayerImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebLayerImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebScrollbarLayerImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebScrollOffsetAnimationCurveImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebToCcAnimationDelegateAdapter.cpp" /> <ClCompile Include="..\..\mc\blink\WebTransformAnimationCurveImpl.cpp" /> <ClCompile Include="..\..\mc\blink\WebTransformOperationsImpl.cpp" /> <ClCompile Include="..\..\mc\layers\CompositingLayer.cpp" /> <ClCompile Include="..\..\mc\playback\LayerChangeAction.cpp" /> <ClCompile Include="..\..\mc\playback\TileActionInfo.cpp" /> <ClCompile Include="..\..\mc\raster\RasterFilters.cpp" /> <ClCompile Include="..\..\mc\raster\RasterResouce.cpp" /> <ClCompile Include="..\..\mc\raster\RasterTask.cpp" /> <ClCompile Include="..\..\mc\tiles\CompositingTile.cpp" /> <ClCompile Include="..\..\mc\tiles\Tile.cpp" /> <ClCompile Include="..\..\mc\tiles\TileGrid.cpp" /> <ClCompile Include="..\..\mc\trees\ActionsFrameGroup.cpp" /> <ClCompile Include="..\..\mc\trees\LayerSorter.cc" /> <ClCompile Include="..\..\mc\trees\LayerTreeHost.cpp" /> <ClCompile Include="..\..\net\ActivatingObjCheck.cpp" /> <ClCompile Include="..\..\net\cookies\CookieJarMgr.cpp" /> <ClCompile Include="..\..\net\cookies\WebCookieJarCurlImpl.cpp" /> <ClCompile Include="..\..\net\CurlCacheEntry.cpp" /> <ClCompile Include="..\..\net\CurlCacheManager.cpp" /> <ClCompile Include="..\..\net\DefaultFullPath.cpp" /> <ClCompile Include="..\..\net\PageNetExtraData.cpp" /> <ClCompile Include="..\..\net\StorageMgr.cpp" /> <ClCompile Include="..\..\net\WebStorageAreaImpl.cpp" /> <ClCompile Include="..\..\net\WebStorageNamespaceImpl.cpp" /> <ClCompile Include="..\..\net\WebURLLoaderManagerUtil.cpp" /> <ClCompile Include="..\..\node\nodeblink.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\skia\ext\analysis_canvas.cc" /> <ClCompile Include="..\..\third_party\icu\source\uchar.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8CustomXPathNSResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8DevToolsHostCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8MutationObserverCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\inspector\InspectorWrapper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\inspector\V8InjectedScriptHost.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\inspector\V8JavaScriptCallFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\Modulator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ModuleRecord.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptHeapSnapshot.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptProfiler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8GCController_v8_5_7.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\modules\v8\WebGLAny.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSCustomPropertyDeclaration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSVariableData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSVariableReferenceValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSVariableParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\CSSVariableResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ModuleScriptLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\URLSearchParams.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\AsyncCallChain.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\AsyncCallTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ConsoleMessage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ConsoleMessageStorage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ContentSearchUtils.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\DevToolsHost.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\DOMEditor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\DOMPatchSupport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\EventListenerInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\IdentifiersFactory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScript.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptHost.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptNative.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorAnimationAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorApplicationCacheAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorBaseAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorConsoleAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorCSSAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorDebuggerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorDOMAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorDOMDebuggerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorHeapProfilerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorHighlight.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorHistory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInputAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInspectorAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInstrumentation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorLayerTreeAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorMemoryAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorOverlayHost.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorPageAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorProfilerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorResourceAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorResourceContentLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorRuntimeAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorStyleSheet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTaskRunner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTimelineAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTraceEvents.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTracingAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InspectorWorkerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\InstanceCounters.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\JavaScriptCallFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\JSONParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\LayoutEditor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\MainThreadDebugger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\NetworkResourcesData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\PageConsoleAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\PageDebuggerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\PageRuntimeAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\PromiseTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptArguments.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptAsyncCallStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptCallFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptCallStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptDebuggerBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptDebugListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\ScriptProfile.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\V8AsyncCallTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\V8Debugger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\WorkerConsoleAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\WorkerDebuggerAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\WorkerInspectorController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\WorkerRuntimeAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\inspector\WorkerThreadDebugger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\DocumentXPathEvaluator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\DocumentXSLT.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\NativeXPathNSResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XMLSerializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathEvaluator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathExpression.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathExpressionNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathFunctions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathNodeSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathPath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathPredicate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathResult.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathStep.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathUtil.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XPathVariableReference.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XSLImportRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XSLStyleSheetLibxslt.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XSLTExtensions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XSLTProcessor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XSLTProcessorLibxslt.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\XSLTUnicodeSort.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerGlobalScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerMessagingProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerThread.cpp" /> <ClCompile Include="..\..\base\algorithmvc6.cpp"> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'">false</WholeProgramOptimization> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\base\command_line.cc" /> <ClCompile Include="..\..\base\debug\alias.cc" /> <ClCompile Include="..\..\base\debug\gdi_debug_util_win.cc" /> <ClCompile Include="..\..\base\ostreamvc6.cpp" /> <ClCompile Include="..\..\base\process\memory.cc" /> <ClCompile Include="..\..\base\process\memory_win.cc" /> <ClCompile Include="..\..\base\rand_util.cc" /> <ClCompile Include="..\..\base\rand_util_win.cc" /> <ClCompile Include="..\..\base\strings\string_util.cc" /> <ClCompile Include="..\..\base\thread.cc" /> <ClCompile Include="..\..\base\time\time.cc" /> <ClCompile Include="..\..\base\time\time_win.cc" /> <ClCompile Include="..\..\base\values.cc" /> <ClCompile Include="..\..\base\windowsvc6.cpp"> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</WholeProgramOptimization> <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'">false</WholeProgramOptimization> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\content\browser\CheckReEnter.cpp" /> <ClCompile Include="..\..\content\browser\PlatformEventHandler.cpp" /> <ClCompile Include="..\..\content\browser\WebFrameClientImpl.cpp" /> <ClCompile Include="..\..\content\browser\WebPage.cpp" /> <ClCompile Include="..\..\content\browser\WebPageImpl.cpp" /> <ClCompile Include="..\..\content\resources\calendarPickerCss.cpp" /> <ClCompile Include="..\..\content\resources\calendarPickerJs.cpp" /> <ClCompile Include="..\..\content\resources\colorSuggestionPickerCss.cpp" /> <ClCompile Include="..\..\content\resources\colorSuggestionPickerJs.cpp" /> <ClCompile Include="..\..\content\resources\HTMLMarqueeElementJs.cpp" /> <ClCompile Include="..\..\content\resources\listPickerCss.cpp" /> <ClCompile Include="..\..\content\resources\listPickerJs.cpp" /> <ClCompile Include="..\..\content\resources\pickerButtonCss.cpp" /> <ClCompile Include="..\..\content\resources\pickerCommonCss.cpp" /> <ClCompile Include="..\..\content\resources\pickerCommonJs.cpp" /> <ClCompile Include="..\..\content\resources\PluginPlaceholderElementJs.cpp" /> <ClCompile Include="..\..\content\resources\PrivateScriptRunnerJs.cpp" /> <ClCompile Include="..\..\content\resources\suggestionPickerCss.cpp" /> <ClCompile Include="..\..\content\resources\suggestionPickerJs.cpp" /> <ClCompile Include="..\..\content\resources\testWebPagePopupImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\BlinkPlatformImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\CurrentTimeImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\npapi.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginDatabase.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginDatabaseWin.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginMainThreadScheduler.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginMessageThrottlerWin.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginPackage.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginPackageWin.cpp" /> <ClCompile Include="..\..\content\web_impl_win\npapi\PluginStream.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WaitableEventWin.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebBlobRegistryImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebClipboardImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebFileUtilitiesImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebMediaPlayerImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebMimeRegistryImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebSchedulerImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebThemeEngineImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebThreadImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebTimerBase.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebURLLoaderImpl.cpp" /> <ClCompile Include="..\..\content\web_impl_win\WebURLLoaderImplCurl.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\UnionTypesCore.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Animation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationEffectReadOnly.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationEffectTiming.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationPlayerEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationPlayerEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AnimationTimeline.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ApplicationCache.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ApplicationCacheErrorEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ApplicationCacheErrorEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ArrayBuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ArrayBufferView.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Attr.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AudioTrack.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AudioTrackList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AutocompleteErrorEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8AutocompleteErrorEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8BarProp.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8BeforeUnloadEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Blob.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8BlobPropertyBag.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CanvasContextCreationAttributes.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CDATASection.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CharacterData.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ClientRect.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ClientRectList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ClipboardEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Comment.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CompositionEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CompositionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CompositorProxy.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ComputedTimingProperties.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Console.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ConsoleBase.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSS.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSFontFaceRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSGroupingRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSImportRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSKeyframeRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSKeyframesRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSMediaRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSPageRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSRuleList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSStyleDeclaration.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSStyleRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSStyleSheet.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSSupportsRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CSSViewportRule.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CustomEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8CustomEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DataTransfer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DataTransferItem.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DataTransferItemList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DataView.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DedicatedWorkerGlobalScope.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Document.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DocumentFragment.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DocumentType.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMError.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMException.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMImplementation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMMatrix.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMMatrixReadOnly.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMParser.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMPoint.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMPointInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMPointReadOnly.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMRect.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMRectReadOnly.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMSettableTokenList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMStringList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMStringMap.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8DOMTokenList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8EffectModel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Element.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ElementRegistrationOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ErrorEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ErrorEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Event.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8EventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8EventModifierInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8EventSource.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8EventSourceInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8EventTarget.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8File.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FileError.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FileList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FilePropertyBag.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FileReader.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FileReaderSync.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Float32Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Float64Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FocusEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FocusEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FontFace.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FontFaceDescriptors.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSet.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSetForEachCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSetLoadEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSetLoadEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FormData.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8FrameRequestCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8GarbageCollectedScriptWrappable.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8GCObservation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HashChangeEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HashChangeEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8History.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLAllCollection.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLAnchorElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLAppletElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLAreaElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLAudioElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLBaseElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLBodyElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLBRElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLButtonElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLCanvasElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLCollection.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLContentElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDataListElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDetailsElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDialogElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDirectoryElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDivElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDListElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLDocument.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLEmbedElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLFieldSetElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLFontElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLFormControlsCollection.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLFormElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLFrameElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLFrameSetElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLHeadElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLHeadingElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLHRElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLHtmlElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLIFrameElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLImageElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLInputElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLKeygenElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLLabelElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLLegendElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLLIElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLLinkElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMapElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMarqueeElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMediaElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMenuElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMenuItemElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMetaElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLMeterElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLModElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLObjectElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLOListElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLOptGroupElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLOptionElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLOptionsCollection.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLOutputElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLParagraphElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLParamElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLPictureElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLPreElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLProgressElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLQuoteElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLScriptElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLSelectElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLShadowElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLSourceElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLSpanElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLStyleElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableCaptionElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableCellElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableColElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableRowElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableSectionElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTemplateElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTextAreaElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTitleElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLTrackElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLUListElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLUnknownElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8HTMLVideoElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ImageBitmap.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ImageData.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8InputDevice.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8InputDeviceInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Int16Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Int32Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Int8Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Iterator.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8KeyboardEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8KeyboardEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8KeyframeEffect.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8KeyframeEffectOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8LayerRect.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8LayerRectList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Location.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaController.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaError.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaKeyError.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaKeyEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaKeyEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaQueryList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaQueryListEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MediaQueryListEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MemoryInfo.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MessageChannel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MessageEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MessageEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MessagePort.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MouseEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MouseEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MutationEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MutationObserver.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MutationObserverInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8MutationRecord.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8NamedNodeMap.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Navigator.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Node.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8NodeFilter.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8NodeIterator.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8NodeList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PagePopupController.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PageTransitionEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PageTransitionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Performance.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceCompositeTiming.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceEntry.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceMark.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceMeasure.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceNavigation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceRenderTiming.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceResourceTiming.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PerformanceTiming.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PluginPlaceholderElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PointerEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PointerEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PopStateEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PopStateEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ProcessingInstruction.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ProgressEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ProgressEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PromiseRejectionEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8PromiseRejectionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8RadioNodeList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Range.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ReadableByteStream.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ReadableByteStreamReader.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ReadableStream.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ReadableStreamReader.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8RefCountedScriptWrappable.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8RelatedEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8RelatedEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ResourceProgressEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Screen.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ScrollOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ScrollState.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ScrollToOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SecurityPolicyViolationEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SecurityPolicyViolationEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Selection.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ShadowRoot.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ShadowRootInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SharedArrayBuffer.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SharedWorker.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\v8sharedworkerglobalscope.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8StateOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Stream.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8StringCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8StyleMedia.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8StyleSheet.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8StyleSheetList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAngle.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedAngle.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedBoolean.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedEnumeration.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedInteger.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedLength.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedLengthList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedNumber.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedNumberList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedPreserveAspectRatio.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedRect.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedString.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedTransformList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimateElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimateMotionElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimateTransformElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimationElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGCircleElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGClipPathElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGComponentTransferFunctionElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGCursorElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGDefsElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGDescElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGDiscardElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGEllipseElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEBlendElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEColorMatrixElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEComponentTransferElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFECompositeElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEConvolveMatrixElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDiffuseLightingElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDisplacementMapElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDistantLightElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDropShadowElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFloodElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncAElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncBElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncGElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncRElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEGaussianBlurElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEImageElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEMergeElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEMergeNodeElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEMorphologyElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEOffsetElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFEPointLightElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFESpecularLightingElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFESpotLightElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFETileElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFETurbulenceElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGFilterElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGForeignObjectElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGGElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGGeometryElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGGradientElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGGraphicsElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGImageElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGLength.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGLengthList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGLinearGradientElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGLineElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGMarkerElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGMaskElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGMatrix.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGMetadataElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGMPathElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGNumber.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGNumberList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSeg.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegArcAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegArcRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegClosePath.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicSmoothAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicSmoothRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticSmoothAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticSmoothRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoHorizontalAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoHorizontalRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoVerticalAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoVerticalRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegMovetoAbs.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegMovetoRel.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPatternElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPoint.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPointList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPolygonElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPolylineElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGPreserveAspectRatio.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGRadialGradientElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGRect.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGRectElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGScriptElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGSetElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGStopElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGStringList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGStyleElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGSVGElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGSwitchElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGSymbolElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTextContentElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTextElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTextPathElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTextPositioningElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTitleElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTransform.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTransformList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGTSpanElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGUnitTypes.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGUseElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGViewElement.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGViewSpec.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8SVGZoomEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Text.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TextEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TextMetrics.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TextTrack.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TextTrackCue.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TextTrackCueList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TextTrackList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TimeRanges.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Touch.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TouchEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TouchList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TrackEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TrackEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TransitionEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TransitionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TreeWalker.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8TypeConversions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8UIEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8UIEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Uint16Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Uint32Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Uint8Array.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Uint8ClampedArray.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8URL.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8ValidityState.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8VideoTrack.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8VideoTrackList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8VoidCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8VTTCue.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8VTTRegion.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8VTTRegionList.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WebKitCSSMatrix.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WheelEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WheelEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Window.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8Worker.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WorkerConsole.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WorkerGlobalScope.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WorkerLocation.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WorkerNavigator.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8WorkerPerformance.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XMLDocument.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequest.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequestEventTarget.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequestProgressEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequestUpload.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\initPartialInterfacesInModules.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\UnionTypesModulesNone.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Body.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Canvas2DContextAttributes.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CanvasGradient.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CanvasPattern.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CanvasRenderingContext2D.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CloseEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CloseEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CompositorWorker.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8CompositorWorkerGlobalScope.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DedicatedWorkerGlobalScopePartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DeprecatedStorageInfo.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8DeprecatedStorageQuota.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Headers.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8HeadersNone.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8HitRegionOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8HTMLVideoElementPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MimeType.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MimeTypeArray.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8MouseEventPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8NavigatorPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PartialNone.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Path2D.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Plugin.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8PluginArray.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Request.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Response.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8SharedWorkerGlobalScopePartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8Storage.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageErrorCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageEvent.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageInfo.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageQuota.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageQuotaCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8StorageUsageCallback.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8TextDecodeOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8TextDecoder.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8TextDecoderOptions.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8TextEncoder.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8URLPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WebSocket.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WindowPartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WorkerGlobalScopePartial.cpp" /> <ClCompile Include="..\..\gen\blink\bindings\modules\v8\V8WorkerNavigatorPartial.cpp" /> <ClCompile Include="..\..\gen\blink\core\animation\ComputedTimingProperties.cpp" /> <ClCompile Include="..\..\gen\blink\core\animation\KeyframeEffectOptions.cpp" /> <ClCompile Include="..\..\gen\blink\core\CSSPropertyMetadata.cpp" /> <ClCompile Include="..\..\gen\blink\core\CSSPropertyNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\CSSValueKeywords.cpp" /> <ClCompile Include="..\..\gen\blink\core\css\FontFaceDescriptors.cpp" /> <ClCompile Include="..\..\gen\blink\core\css\FontFaceSetLoadEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\css\MediaQueryListEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\dom\DOMPointInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\dom\ElementRegistrationOptions.cpp" /> <ClCompile Include="..\..\gen\blink\core\dom\MutationObserverInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\dom\shadow\ShadowRootInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\EventFactoryCreate.cpp" /> <ClCompile Include="..\..\gen\blink\core\EventNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\AnimationEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\AnimationPlayerEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\ApplicationCacheErrorEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\AutocompleteErrorEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\CompositionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\CustomEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\ErrorEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\EventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\EventModifierInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\FocusEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\HashChangeEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\KeyboardEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\MessageEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\MouseEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\PageTransitionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\PointerEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\PopStateEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\ProgressEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\PromiseRejectionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\RelatedEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\SecurityPolicyViolationEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\TransitionEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\UIEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\events\WheelEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\EventTargetNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\EventTypeNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\fetch\FetchInitiatorTypeNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\fileapi\BlobPropertyBag.cpp" /> <ClCompile Include="..\..\gen\blink\core\fileapi\FilePropertyBag.cpp" /> <ClCompile Include="..\..\gen\blink\core\frame\ScrollOptions.cpp" /> <ClCompile Include="..\..\gen\blink\core\frame\ScrollToOptions.cpp" /> <ClCompile Include="..\..\gen\blink\core\frame\StateOptions.cpp" /> <ClCompile Include="..\..\gen\blink\core\HTMLElementFactory.cpp" /> <ClCompile Include="..\..\gen\blink\core\HTMLElementLookupTrie.cpp" /> <ClCompile Include="..\..\gen\blink\core\HTMLEntityTable.cpp" /> <ClCompile Include="..\..\gen\blink\core\HTMLMetaElement.cpp" /> <ClCompile Include="..\..\gen\blink\core\HTMLNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\HTMLTokenizerNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\html\canvas\CanvasContextCreationAttributes.cpp" /> <ClCompile Include="..\..\gen\blink\core\html\MediaKeyEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\html\track\TrackEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\InputTypeNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\input\InputDeviceInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\MathMLNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\MediaFeatureNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\MediaTypeNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\page\EventSourceInit.cpp" /> <ClCompile Include="..\..\gen\blink\core\StyleBuilder.cpp" /> <ClCompile Include="..\..\gen\blink\core\StyleBuilderFunctions.cpp" /> <ClCompile Include="..\..\gen\blink\core\StylePropertyShorthand.cpp" /> <ClCompile Include="..\..\gen\blink\core\SVGElementFactory.cpp" /> <ClCompile Include="..\..\gen\blink\core\SVGNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\UserAgentStyleSheetsData.cpp" /> <ClCompile Include="..\..\gen\blink\core\XLinkNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\XMLNames.cpp" /> <ClCompile Include="..\..\gen\blink\core\XMLNSNames.cpp" /> <ClCompile Include="..\..\gen\blink\modules\canvas2d\Canvas2DContextAttributes.cpp" /> <ClCompile Include="..\..\gen\blink\modules\canvas2d\HitRegionOptions.cpp" /> <ClCompile Include="..\..\gen\blink\modules\encoding\TextDecodeOptions.cpp" /> <ClCompile Include="..\..\gen\blink\modules\encoding\TextDecoderOptions.cpp" /> <ClCompile Include="..\..\gen\blink\modules\EventModules.cpp" /> <ClCompile Include="..\..\gen\blink\modules\EventModulesNames.cpp" /> <ClCompile Include="..\..\gen\blink\modules\EventTargetModulesNames.cpp" /> <ClCompile Include="..\..\gen\blink\modules\storage\StorageEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\modules\websockets\CloseEventInit.cpp" /> <ClCompile Include="..\..\gen\blink\platform\ColorData.cpp" /> <ClCompile Include="..\..\gen\blink\platform\FontFamilyNames.cpp" /> <ClCompile Include="..\..\gen\blink\platform\RuntimeEnabledFeatures.cpp" /> <ClCompile Include="..\..\gin\array_buffer.cc" /> <ClCompile Include="..\..\gin\debug_impl.cc" /> <ClCompile Include="..\..\gin\isolate_holder.cc" /> <ClCompile Include="..\..\gin\v8_initializer.cc" /> <ClCompile Include="..\..\gin\v8_platform.cc" /> <ClCompile Include="..\..\net\BlobResourceLoader.cpp" /> <ClCompile Include="..\..\net\cookies\CanonicalCookie.cpp" /> <ClCompile Include="..\..\net\cookies\CookieMonster.cpp" /> <ClCompile Include="..\..\net\cookies\CookieUtil.cpp" /> <ClCompile Include="..\..\net\cookies\ParsedCookie.cpp" /> <ClCompile Include="..\..\net\DataURL.cpp" /> <ClCompile Include="..\..\net\FileStream.cpp" /> <ClCompile Include="..\..\net\FileSystem.cpp" /> <ClCompile Include="..\..\net\FileSystemWin.cpp" /> <ClCompile Include="..\..\net\FixedReceivedData.cpp" /> <ClCompile Include="..\..\net\MultipartHandle.cpp" /> <ClCompile Include="..\..\net\PathWalker.cpp" /> <ClCompile Include="..\..\net\SharedMemoryDataConsumerHandle.cpp" /> <ClCompile Include="..\..\net\websocket\SocketStreamErrorBase.cpp" /> <ClCompile Include="..\..\net\websocket\SocketStreamHandleBase.cpp" /> <ClCompile Include="..\..\net\websocket\SocketStreamHandleCurl.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketChannelImpl.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketDeflateFramer.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketDeflater.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketExtensionDispatcher.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketExtensionParser.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketHandshake.cpp" /> <ClCompile Include="..\..\net\websocket\WebSocketOneFrame.cpp" /> <ClCompile Include="..\..\net\WebURLLoaderManager.cpp" /> <ClCompile Include="..\..\net\WebURLLoaderWinINet.cpp" /> <ClCompile Include="..\..\skia\ext\bitmap_platform_device_win.cc" /> <ClCompile Include="..\..\skia\ext\fontmgr_default_win.cc" /> <ClCompile Include="..\..\skia\ext\lazy_pixel_ref.cc" /> <ClCompile Include="..\..\skia\ext\paint_simplifier.cc" /> <ClCompile Include="..\..\skia\ext\platform_canvas.cc" /> <ClCompile Include="..\..\skia\ext\platform_device.cc" /> <ClCompile Include="..\..\skia\ext\platform_device_win.cc" /> <ClCompile Include="..\..\skia\ext\skia_utils_win.cc" /> <ClCompile Include="..\..\skia\ext\SkMemory_new_handler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\public\platform\PlatformNone.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\CustomElementBinding.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\CustomElementConstructorBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8CustomEventCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8DocumentCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8HTMLOptionsCollectionCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8HTMLPlugInElementCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\npruntime.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\NPV8Object.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\OnStackObjectChecker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\RejectedPromises.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptSourceCode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptValueSerializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\SerializedScriptValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\SerializedScriptValueFactory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ToV8.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8IteratorResultValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8NPObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8NPUtils.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ObjectBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8PagePopupControllerBinding.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\WindowProxyManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\modules\v8\ScriptValueSerializerForModules.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\modules\v8\SerializedScriptValueForModulesFactory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\config.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_vc6|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|Win32'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'">Create</PrecompiledHeader> </ClCompile> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableClipPathOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableColor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableDouble.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableDoubleAndBool.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableFilterOperations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLength.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthBoxAndBool.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthPoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthPoint3D.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthSize.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableRepeatable.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableShadow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableShapeValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableStrokeDasharrayList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableSVGPaint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableTransform.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableValueKeyframe.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableVisibility.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\Animation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationClock.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationEffect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationEffectTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationInputHelpers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationTimeline.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\AnimationTranslationUtil.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\ColorStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\CompositorAnimations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\CompositorPendingAnimations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\CSSValueInterpolationType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\DefaultSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\DeferredLegacyStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\DocumentAnimations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\DoubleStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\EffectInput.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\ElementAnimations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\FilterStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\ImageSliceStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\ImageStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\InertEffect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\IntegerOptionalIntegerSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\InterpolableValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\Interpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\InterpolationEffect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\InvalidatableStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\KeyframeEffect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\KeyframeEffectModel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\LengthBoxStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\LengthPairStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\LengthStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\LengthSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\NumberSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\PathSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\PropertyHandle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\RectSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\SampledEffect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\ShadowStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\StringKeyframe.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\SVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\SVGStrokeDasharrayStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\Timing.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\TimingInput.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\TransformSVGInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\VisibilityStyleInterpolation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\DraggedIsolatedFileSystem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\ComputedStyleCSSValueMapping.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\Counter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSPathValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSUnsetValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\KeyframeStyleRuleCSSStyleDeclaration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserFastPaths.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserMode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserObserverWrapper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserToken.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserTokenRange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserValues.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSPropertyParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSSelectorParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSSupportsParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSTokenizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\CSSTokenizerInputStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\MediaQueryBlockWatcher.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\MediaQueryParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\SizesAttributeParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\parser\SizesCalcParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleRuleKeyframe.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\TreeBoundaryCrossingRules.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ActiveDOMObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\AddConsoleMessageTask.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Attr.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\AXObjectCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\CDATASection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\CharacterData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ChildFrameDisconnector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ChildListMutationScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ChildNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ClassCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ClientRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ClientRectList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Comment.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\CompositorProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ContainerNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ContextFeatures.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ContextLifecycleNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\CSSSelectorWatch.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementAsyncImportMicrotaskQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementCallbackInvocation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementCallbackQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementDefinition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementException.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskDispatcher.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskImportStep.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskQueueBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskResolutionStep.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskRunQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementObserver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementProcessingStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementRegistrationContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementScheduler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementSyncMicrotaskQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementUpgradeCandidateMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DatasetDOMStringMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DecodedDataDocumentParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Document.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentEncodingData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentFragment.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentFullscreen.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentInit.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentLifecycle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentLifecycleNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentMarker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentMarkerController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentOrderedList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentOrderedMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentStyleSheetCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentStyleSheetCollector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DocumentVisibilityObserver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMArrayBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMArrayPiece.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMDataView.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMError.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMException.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMImplementation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMMatrix.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMMatrixReadOnly.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMNodeIds.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMPoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMPointReadOnly.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMRectReadOnly.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMSettableTokenList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMSharedArrayBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMStringList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMStringMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMTokenList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMTypedArray.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMURL.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMURLUtils.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\DOMURLUtilsReadOnly.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Element.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ElementData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ElementDataCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ElementFullscreen.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ElementRareData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\EmptyNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ExecutionContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\FirstLetterPseudoElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\FrameRequestCallbackCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Fullscreen.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\IconURL.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\IdTargetObserver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\IdTargetObserverRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\IncrementLoadEventDelayCount.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\LayoutTreeBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\LayoutTreeBuilderTraversal.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\LiveNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\LiveNodeListBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MainThreadTaskRunner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MessageChannel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MessagePort.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Microtask.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MutationObserver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MutationObserverInterestGroup.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MutationObserverRegistration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\MutationRecord.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NamedNodeMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NameNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Node.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeChildRemovalTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeFilter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeIteratorBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeListsNodeData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeRareData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NodeTraversal.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\NthIndexCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\PendingScript.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Position.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\PositionIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\PresentationAttributeStyle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ProcessingInstruction.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\PseudoElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\QualifiedName.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Range.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\RemoteSecurityContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\SandboxFlags.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ScriptableDocumentParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ScriptedAnimationController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ScriptLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ScriptRunner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\SecurityContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\SelectorQuery.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ShadowTreeStyleSheetCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\shadow\ComposedTreeTraversal.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\shadow\DistributedNodes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\SpaceSplitString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\StringCallback.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\StyleChangeReason.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\StyleElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\StyleEngine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\StyleSheetCandidate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\StyleSheetCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TagCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Text.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TextLinkColors.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\Touch.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TouchList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TransformSourceLibxslt.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TreeScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TreeScopeAdopter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TreeScopeStyleSheetCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\TreeWalker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\UserActionElementSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\ViewportDescription.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\VisitedLinkState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\XMLDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\AppendNodeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\ApplyBlockElementCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\ApplyStyleCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\BreakBlockquoteCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\Caret.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\CompositeEditCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\CompositionUnderlineRangeFilter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\CreateLinkCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\DeleteFromTextNodeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\DeleteSelectionCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\DOMSelection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EditCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EditingBehavior.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EditingStrategy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EditingStyle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\Editor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EditorCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EditorKeyBindings.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\EphemeralRange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\FormatBlockCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\FrameSelection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\GranularityStrategy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\htmlediting.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\HTMLInterchange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\IndentOutdentCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InputMethodController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InsertIntoTextNodeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InsertLineBreakCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InsertListCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InsertNodeBeforeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InsertParagraphSeparatorCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\InsertTextCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\BackwardsCharacterIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\BitStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\CharacterIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\FullyClippedStateStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\SimplifiedBackwardsTextIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\TextIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\TextIteratorTextState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\iterators\WordAwareIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\markup.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\MarkupAccumulator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\MarkupFormatter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\MergeIdenticalElementsCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\MoveSelectionCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\PlainTextRange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\PositionWithAffinity.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\RemoveCSSPropertyCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\RemoveFormatCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\RemoveNodeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\RemoveNodePreservingChildrenCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\RenderedPosition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\ReplaceNodeWithSpanCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\ReplaceSelectionCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SelectionController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SetNodeAttributeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SimplifyMarkupCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SmartReplaceICU.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SpellChecker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SpellCheckRequester.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SplitElementCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SplitTextNodeCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SplitTextNodeContainingElementCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\StyledMarkupAccumulator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\StyledMarkupSerializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\SurroundingText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\TextCheckingHelper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\TextInsertionBaseCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\TextOffset.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\TypingCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\UndoStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\UnlinkCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\VisiblePosition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\VisibleSelection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\VisibleUnits.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\editing\WrapContentsInDummySpanCommand.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\AnimationEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\AnimationPlayerEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\ApplicationCacheErrorEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\BeforeTextInsertedEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\BeforeUnloadEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\ClipboardEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\CompositionEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\CustomEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\DOMWindowEventQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\ErrorEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\Event.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\EventDispatcher.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\EventDispatchMediator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\EventListenerMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\EventPath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\EventTarget.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\FocusEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\GenericEventQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\GestureEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\KeyboardEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\MessageEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\MouseEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\MouseRelatedEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\MutationEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\NavigatorEvents.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\NodeEventContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\PageTransitionEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\PointerEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\PointerIdManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\PopStateEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\ProgressEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\PromiseRejectionEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\RelatedEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\ResourceProgressEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\ScopedEventQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\TextEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\TouchEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\TouchEventContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\TransitionEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\TreeScopeEventContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\UIEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\UIEventWithKeyState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\WheelEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\events\WindowEventContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ClientHintsPreferences.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\CrossOriginAccessControl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\CSSStyleSheetResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\DocumentResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\FetchContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\FetchRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\FetchUtils.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\FontResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ImageResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\LinkFetchResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\MemoryCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\RawResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\Resource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ResourceFetcher.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoaderSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoadPriorityOptimizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ResourcePtr.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\ScriptResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\TextResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fetch\UniqueIdentifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\Blob.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\File.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\FileError.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\FileList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\FileReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\FileReaderLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\fileapi\FileReaderSync.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\BarProp.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\Console.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\ConsoleBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DeprecatedScheduleStyleRecalcDuringLayout.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DeviceSingleWindowEventController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMTimer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMTimerCoordinator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMWindow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowBase64.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowLifecycleNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowProperty.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowTimers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\EventHandlerRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\Frame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\FrameConsole.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\FrameHost.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\FrameView.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\FrameViewAutoSizeInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\History.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\ImageBitmap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\LayoutSubtreeRootList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\LocalDOMWindow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\LocalFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\LocalFrameLifecycleNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\Location.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\Navigator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\NavigatorCPU.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\NavigatorID.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\NavigatorLanguage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\OriginsUsingFeatures.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\PageScaleConstraints.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\PageScaleConstraintsSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\PinchViewport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\PlatformEventController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\PlatformEventDispatcher.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\RemoteDOMWindow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\RemoteFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\RemoteFrameView.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\RootFrameViewport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\Screen.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\Settings.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\SettingsDelegate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\SmartClip.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\SubresourceIntegrity.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\SuspendableTimer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\TopControls.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\UseCounter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\canvas\CanvasFontCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\CrossOriginAttribute.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLImageFallbackHelper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLImageLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLPlugInElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\LinkDefaultPresentation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\PreloadRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\ResourcePreloader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\PluginPlaceholderElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\AutomaticTrackSelection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\CueTimeline.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\BufferedLineReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTCue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTRegion.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTRegionList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTScanner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTTokenizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\input\EventHandler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\input\InputDevice.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\BidiRunForLine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\ClipRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositedDeprecatedPaintLayerMapping.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingInputsUpdater.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingLayerAssigner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingReasonFinder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingRequirementsUpdater.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\DeprecatedPaintLayerCompositor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\GraphicsLayerTreeBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\compositing\GraphicsLayerUpdater.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\CounterNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\FloatingObjects.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\HitTestCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\HitTestingTransformState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\HitTestLocation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\HitTestResult.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\ImageQualityController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutAnalyzer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutApplet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutBlock.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutBlockFlow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutBlockFlowLine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutBoxModelObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutBR.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutButton.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutCounter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutDeprecatedFlexibleBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutDetailsMarker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutEmbeddedObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFieldset.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFileUploadControl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFlexibleBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFlowThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFrameSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutFullScreen.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutGeometryMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutGrid.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutHTMLCanvas.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutIFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutImageResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutImageResourceStyleImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutInline.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutListBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutListItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutListMarker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutMedia.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutMenuList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutMeter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutMultiColumnFlowThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutMultiColumnSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutMultiColumnSpannerPlaceholder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutObjectChildList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutPagedFlowThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutPart.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutProgress.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutQuote.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutReplaced.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutReplica.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutRuby.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutRubyBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutRubyRun.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutRubyText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutScrollbar.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutScrollbarPart.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutScrollbarTheme.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutSearchField.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutSlider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutSliderContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutSliderThumb.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTable.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableCaption.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableCell.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableCol.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableRow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableSection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextCombine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextControl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextControlMultiLine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextControlSingleLine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextFragment.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextTrackContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTheme.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeDefault.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeFontProvider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeFontProviderWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutTreeAsText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutVideo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutView.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutVTTCue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\LayoutWordBreak.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\AbstractInlineTextBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\BreakingContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\EllipsisBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\InlineBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\InlineFlowBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\InlineTextBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\LineBoxList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\LineBreaker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\LineWidth.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\RootInlineBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\line\TrailingObjects.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\MultiColumnFragmentainerGroup.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\OrderIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\PaintInvalidationState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\PendingSelection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\PointerEventsHitRules.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\ScrollAlignment.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\shapes\BoxShape.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\shapes\PolygonShape.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\shapes\RasterShape.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\shapes\RectangleShape.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\shapes\Shape.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\shapes\ShapeOutsideInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\SubtreeLayoutScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGBlock.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGEllipse.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGForeignObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGGradientStop.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGHiddenContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGInline.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGInlineText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGModelObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGPath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceClipper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceFilter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceFilterPrimitive.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceGradient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceLinearGradient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceMarker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceMasker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourcePaintServer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourcePattern.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceRadialGradient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGRoot.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGShape.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGTextPath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGTransformableContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGTSpan.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGViewportContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\line\SVGInlineFlowBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\line\SVGInlineTextBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\line\SVGRootInlineBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\ReferenceFilterBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGLayoutSupport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGLayoutTreeAsText.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGResources.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGResourcesCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGResourcesCycleSolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextChunkBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutAttributes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutAttributesBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutEngine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutEngineBaseline.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutEngineSpacing.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextMetrics.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextMetricsBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextQuery.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\TableLayoutAlgorithmAuto.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\TableLayoutAlgorithmFixed.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\TextAutosizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\TextRunConstructor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\layout\TracedLayoutObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\LinkHeader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\AutoscrollController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\ChromeClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\ContextMenuController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\CreateWindow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\CustomContextMenuProvider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\DOMWindowPagePopup.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\DragController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\DragData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\EventSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\FocusController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\FrameTree.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\NetworkStateNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\Page.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PageAnimator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PageLifecycleNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PagePopupClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PagePopupController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PageSerializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PageVisibilityState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PointerLockController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\PrintContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\ScopedPageLoadDeferrer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\scrolling\ScrollState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\SpatialNavigation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\TouchAdjustment.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\TouchDisambiguation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\WindowFeatures.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BackgroundImageGeometry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BlockFlowPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BlockPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BoxBorderPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BoxClipper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BoxDecorationData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\BoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ClipScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\CompositingRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerClipper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerFilterInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerReflectionInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerScrollableArea.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerStackingNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerStackingNodeIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\DetailsMarkerPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\EllipsisBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\EmbeddedObjectPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FieldsetPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FileUploadControlPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FilterEffectBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FilterPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FloatClipRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FramePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\FrameSetPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\GridPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\HTMLCanvasPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ImagePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\InlineFlowBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\InlinePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\InlineTextBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\LayerClipRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\LayerFixedPositionRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\LineBoxListPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ListItemPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ListMarkerPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\MediaControlsPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\MultiColumnSetPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\NinePieceImageGrid.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\NinePieceImagePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ObjectPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\PaintPhase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\PartPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ReplacedPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ReplicaPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\RootInlineBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\RoundedInnerRectClipper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ScopeRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ScrollableAreaPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ScrollbarPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ScrollRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SubtreeRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGClipPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGContainerPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGFilterPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGForeignObjectPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGImagePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGInlineFlowBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGInlineTextBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGMaskPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGPaintContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGRootInlineBoxPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGRootPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGShapePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\SVGTextPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\TableCellPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\TablePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\TableRowPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\TableSectionPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\TextPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ThemePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ThemePainterDefault.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\Transform3DRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\TransformRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\VideoPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\paint\ViewPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\streams\ReadableByteStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\streams\ReadableStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\streams\ReadableStreamReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\streams\Stream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\AppliedTextDecoration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\BasicShapes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\BorderEdge.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\ComputedStyle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\ContentData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\CounterDirectives.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\FillLayer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\GridResolvedPosition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\NinePieceImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\PathStyleMotionPath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\QuotesData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\ShadowData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\ShadowList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleBackgroundData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleBoxData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleDeprecatedFlexibleBoxData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleFetchedImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleFetchedImageSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleFilterData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleFlexibleBoxData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleGeneratedImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleGridData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleGridItemData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleInheritedData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleMotionData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleMultiColData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleRareInheritedData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleRareNonInheritedData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleScrollSnapData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleSurroundData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleTransformData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleVisualData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\StyleWillChangeData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\SVGComputedStyle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\style\SVGComputedStyleDefs.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\testing\LayerRectList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\ConsoleMemory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\DOMWindowPerformance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\MemoryInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\Performance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceCompositeTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceEntry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceNavigation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceRenderTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceResourceTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\PerformanceUserTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\SharedWorkerPerformance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\WorkerGlobalScopePerformance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\timing\WorkerPerformance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\AbstractWorker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\DedicatedWorkerGlobalScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\DedicatedWorkerMessagingProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\DedicatedWorkerThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\InProcessWorkerBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\SharedWorker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\SharedWorkerGlobalScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\SharedWorkerThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\Worker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerConsole.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerEventQueue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerGlobalScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerGlobalScopeProxyProvider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerInspectorProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerLoaderProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerMessagingProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerNavigator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerObjectProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerScriptLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\workers\WorkerThreadStartupData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\DOMParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\parser\SharedBufferReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLDocumentParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLDocumentParserScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLErrors.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasGradient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasPathMethods.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasPattern.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasRenderingContext2D.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasRenderingContext2DState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasStyle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\ClipList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\ContextAttributeHelpers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\HitRegion.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\canvas2d\Path2D.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\crypto\DOMWindowCrypto.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\crypto\ModulesCrypto.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\encoding\Encoding.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\encoding\TextDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\encoding\TextEncoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\Body.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\BodyStreamBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\CompositeDataConsumerHandle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\DataConsumerHandleUtil.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\DataConsumerTee.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\FetchBlobDataConsumerHandle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\FetchDataLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\FetchHeaderList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\FetchManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\FetchRequestData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\FetchResponseData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\GlobalFetch.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\Headers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\Request.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\RequestInit.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\fetch\Response.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\geolocation\Coordinates.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\geolocation\Geolocation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationWatchers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\geolocation\GeoNotifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\geolocation\NavigatorGeolocation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\InitModules.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasession\HTMLMediaElementMediaSession.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasession\MediaSession.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\HTMLVideoElementMediaSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\MediaSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\MediaSourceRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\SourceBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\SourceBufferList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\TrackDefault.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\TrackDefaultList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\URLMediaSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediasource\VideoPlaybackQuality.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaConstraintsImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrackEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrackSourcesRequestImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\NavigatorUserMediaError.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\SourceInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\UserMediaController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\mediastream\UserMediaRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\navigatorcontentutils\NavigatorContentUtils.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\netinfo\NavigatorNetworkInformation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\netinfo\NetworkInformation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\netinfo\WorkerNavigatorNetworkInformation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\plugins\DOMMimeType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\plugins\DOMMimeTypeArray.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\plugins\DOMPlugin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\plugins\DOMPluginArray.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\plugins\NavigatorPlugins.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\plugins\PluginOcclusionSupport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\DeprecatedStorageInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\DeprecatedStorageQuota.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\DeprecatedStorageQuotaCallbacksImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\DOMWindowQuota.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\NavigatorStorageQuota.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\StorageErrorCallback.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\StorageInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuota.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuotaCallbacksImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuotaClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\quota\WorkerNavigatorStorageQuota.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\DOMWindowStorage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\DOMWindowStorageController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\InspectorDOMStorageAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\Storage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\StorageArea.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\StorageEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\StorageNamespace.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\storage\StorageNamespaceController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AnalyserNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AsyncAudioDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBasicInspectorNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBasicProcessorHandler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBufferSourceNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioDestinationNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioNodeInput.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioNodeOutput.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioParam.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioParamTimeline.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioProcessingEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioScheduledSourceNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioSummingJunction.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\BiquadDSPKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\BiquadFilterNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\BiquadProcessor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\ChannelMergerNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\ChannelSplitterNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\ConvolverNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\DefaultAudioDestinationNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\DeferredTaskHandler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\DelayDSPKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\DelayNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\DelayProcessor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\DynamicsCompressorNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\GainNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\MediaElementAudioSourceNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\MediaStreamAudioDestinationNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\MediaStreamAudioSourceNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\OfflineAudioCompletionEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\OfflineAudioContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\OfflineAudioDestinationNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\OscillatorNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\PannerNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\PeriodicWave.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\RealtimeAnalyser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\ScriptProcessorNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\StereoPannerNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\WaveShaperDSPKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\WaveShaperNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webaudio\WaveShaperProcessor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\ANGLEInstancedArrays.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\CHROMIUMSubscribeUniform.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\CHROMIUMValuebuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\EXTBlendMinMax.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\EXTFragDepth.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\EXTShaderTextureLOD.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\EXTsRGB.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\EXTTextureFilterAnisotropic.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESElementIndexUint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESStandardDerivatives.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureFloat.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureFloatLinear.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureHalfFloat.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureHalfFloatLinear.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\OESVertexArrayObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGL2RenderingContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGL2RenderingContextBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTextureATC.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTextureETC1.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTexturePVRTC.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTextureS3TC.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextAttributeHelpers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextGroup.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDebugRendererInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDebugShaders.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDepthTexture.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDrawBuffers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLExtension.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLFenceSync.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLFramebuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLLoseContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLProgram.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLQuery.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLRenderbuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLRenderingContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLRenderingContextBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSampler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLShader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLShaderPrecisionFormat.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSharedObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSharedPlatform3DObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSync.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLTexture.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLTransformFeedback.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLUniformLocation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLVertexArrayObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLVertexArrayObjectBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLVertexArrayObjectOES.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\CloseEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\DocumentWebSocketChannel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\DOMWebSocket.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\InspectorWebSocketEvents.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\WebSocketChannel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\WebSocketFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\modules\websockets\WorkerWebSocketChannel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\animation\CubicBezierControlPoints.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioBus.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioChannel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioDelayDSPKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioDestination.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioDSPKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioDSPKernelProcessor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioFIFO.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioProcessor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioPullFIFO.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioResampler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioResamplerKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\AudioUtilities.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\Biquad.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\Cone.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\DirectConvolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\Distance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\DownSampler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\DynamicsCompressor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\DynamicsCompressorKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\EqualPowerPanner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\ffmpeg\FFTFrameFFMPEG.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\FFTConvolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\FFTFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\FFTFrameStub.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\HRTFDatabase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\HRTFDatabaseLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\HRTFElevation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\HRTFKernel.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\HRTFPanner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\MultiChannelResampler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\Panner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\Reverb.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\ReverbAccumulationBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\ReverbConvolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\ReverbConvolverStage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\ReverbInputBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\SincResampler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\Spatializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\StereoPanner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\UpSampler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\VectorMath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\audio\ZeroPole.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\DragImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\EventDispatchForbiddenScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\Platform.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebActiveGestureAnimation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebAudioBus.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebAudioDevice.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebBlobData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebCommon.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebContentDecryptionModule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebContentDecryptionModuleAccess.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebContentDecryptionModuleResult.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebConvertableToTraceFormat.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebCString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebCursorInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebDataConsumerHandle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebDragData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebFilterKeyframe.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebHTTPBody.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebHTTPLoadInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebImageSkia.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebMediaConstraints.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebMediaStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebMediaStreamSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebMediaStreamTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebMediaStreamTrackSourcesRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebMemoryDumpProvider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebPrerender.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebPrerenderingSupport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebScrollbarImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebScrollbarThemeClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebScrollbarThemeGeometryNative.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebScrollbarThemePainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebSecurityOrigin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebSerializedOrigin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebServiceWorkerRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebServiceWorkerResponse.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebSourceInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebStorageQuotaCallbacks.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebThreadedDataReceiver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebThreadSafeData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebTraceLocation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebTransformKeyframe.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebURL.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebURLError.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebURLLoaderClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebURLLoadTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebURLRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\exported\WebURLResponse.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontCustomPlatformData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\opentype\OpenTypeSanitizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\opentype\OpenTypeVerticalData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\CachingWordShaper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\HarfBuzzFace.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\HarfBuzzShaper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\Shaper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\UTF16TextIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\DoublePoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\DoubleRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\LayoutRectOutsets.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\BitmapImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\BitmapPattern.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\BitmapPatternBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\Color.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ColorSpace.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\CompositingReasons.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ContentLayerDelegate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\CrossfadeGeneratedImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\DecodingImageGenerator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\DeferredImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\DrawLooperBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\FirstPaintInvalidationTracking.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\FrameData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GDIPlusInit.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GeneratedImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\AcceleratedImageBufferSurface.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\DrawingBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\Extensions3DUtil.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\WebGLImageConversion.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\Gradient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GradientGeneratedImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsContextState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsLayer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsLayerDebugInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsTypes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\Image.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageBufferSurface.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageDecodingStore.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageFrameGenerator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageObserver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageOrientation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ImageSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\InterceptingCanvas.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ListContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\LoggingCanvas.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\media\MediaPlayer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\PaintInvalidationReason.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipPathDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipPathRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\CompositingDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemTransformTree.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemTransformTreeBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DrawingDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DrawingRecorder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FilterDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FixedPositionContainerDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FixedPositionDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FloatClipDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ScrollDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\SubtreeDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\Transform3DDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\paint\TransformDisplayItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\Path.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\PathTraversalState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\Pattern.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\PicturePattern.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\PictureSnapshot.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ProfilingCanvas.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\RecordingImageBufferSurface.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ReplayingCanvas.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\StaticBitmapImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\StaticBitmapPattern.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\StrokeData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\ThreadSafeDataTransport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\UnacceleratedImageBufferSurface.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\ActiveScriptWrappableManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\asm\SaveRegisters_x86.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_NoNode|x64'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\BlinkGCMemoryDumpProvider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\CallbackStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\GCInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\Heap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\HeapAllocator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\PagePool.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\PersistentNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\SafePoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\StackFrameDepth.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\ThreadState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\heap\UnifiedHeapController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\FastSharedBufferReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\GDIPlus\GDIPlusReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\GDIPlus\ImageGDIPlusDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\gif\GIFImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\gif\GIFImageReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\ico\ICOImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\jpeg\JPEGImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\png\PNGImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\webp\WEBPImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-encoders\gdiplus\GDIPlusImageEncoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-encoders\skia\JPEGImageEncoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-encoders\skia\PNGImageEncoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mhtml\ArchiveResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mhtml\MHTMLArchive.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mhtml\MHTMLParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\NetworkHints.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ResourceTimingInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\PartitionAllocMemoryDumpProvider.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\PluginScriptForbiddenScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scheduler\CancellableTaskFactory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Supplementable.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\IcuCharsetDetector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\WebScheduler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\win\PlatformMouseEventWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\AssociatedURLLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ChromeClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ColorChooserPopupUIController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ColorChooserUIController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\CompositionUnderlineVectorBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ContextFeaturesClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ContextMenuClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\DateTimeChooserImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\DevToolsEmulator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\DragClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\EditorClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ExternalDateTimeChooser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ExternalPopupMenu.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\FrameLoaderClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\FullscreenControllerNone.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\GeolocationClientProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\GraphicsLayerFactoryChromium.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\InspectorOverlayImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\InspectorRenderingAgent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\LinkHighlight.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\OpenedFrameTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\PageOverlay.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\PageOverlayList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\PageWidgetDelegate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\painting\ContinuousPainter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\PluginPlaceholderImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\PopupMenuImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\RemoteFrameClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ResizeViewportAnchor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\RotationViewportAnchor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\SpellCheckerClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\StorageClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\StorageQuotaClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\SuspendableScriptExecutor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\ValidationMessageClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebCachedURLRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebColorSuggestion.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebCustomElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDataSourceImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDateTimeSuggestion.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDevToolsAgentImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDevToolsFrontendImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDocumentType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebDOMEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebElementCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebEntities.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebFileChooserCompletionImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebFormControlElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebFormElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebFrameWidgetImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebGeolocationController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebGeolocationError.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebGeolocationPermissionRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebGeolocationPermissionRequestManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebGeolocationPosition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebGraphicsContextImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebHistoryItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebHitTestResult.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebInputElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebInputEventConversion.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebKit.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebLocalFrameImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebMediaPlayerClientImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebPagePopupImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebPageSerializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebPageSerializerImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebPluginContainerImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebPluginLoadObserver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebRange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebRemoteFrameImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebRuntimeFeatures.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebScriptController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebScriptSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebSearchableFormData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebSecurityPolicy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebSelection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebSerializedScriptValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebSettingsImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebStorageEventDispatcherImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebTextCheckingCompletionImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebTextCheckingResult.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebTextRun.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebUserGestureIndicator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebUserGestureToken.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WebViewImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WorkerContentSettingsClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\web\WorkerGlobalScopeProxyProviderImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\PageAllocator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\PartitionAlloc.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\PartitionAllocator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\Partitions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\qt4\UnicodeQt4.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\UTF8.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\WTFStringUtil.cpp" /> <ClCompile Include="..\..\ui\gfx\win\dpi.cc" /> <ClCompile Include="..\..\wke\wke.cpp" /> <ClCompile Include="..\..\wke\wke2.cpp" /> <ClCompile Include="..\..\wke\wkeGlobalVar.cpp" /> <ClCompile Include="..\..\wke\wkeJsBind.cpp" /> <ClCompile Include="..\..\wke\wkeNetHook.cpp" /> <ClCompile Include="..\..\wke\wkeString.cpp" /> <ClCompile Include="..\..\wke\wkeWebView.cpp" /> <ClCompile Include="..\..\wke\wkeWebWindow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ActiveDOMCallback.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ArrayValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\BindingSecurity.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8CSSStyleDeclarationCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8ErrorEventCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8EventTargetCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8HTMLAllCollectionCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8InjectedScriptManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8MessageChannelCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8MessageEventCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8PopStateEventCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8WindowCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8XMLHttpRequestCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\Dictionary.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\DictionaryHelperForCore.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\DOMWrapperWorld.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ExceptionMessages.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ExceptionState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ExceptionStatePlaceholder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ModuleProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\PrivateScriptRunner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\RetainedDOMInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScheduledAction.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptCallStackFactory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptEventListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptFunction.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptFunctionCall.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromise.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromisePropertyBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromiseResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptRegexp.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptStreamer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptStreamerThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptWrappable.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8AbstractEventListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8Binding.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8CustomElementLifecycleCallbacks.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8DOMActivityLogger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8DOMConfiguration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8DOMWrapper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ErrorHandler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8EventListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8EventListenerList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8GCController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8GCForContextDispose.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8HiddenValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8Initializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8LazyEventListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8MutationCallback.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8NodeFilterCondition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ObjectConstructor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8PerContextData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8PerIsolateData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8RecursionScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ScriptRunner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8StringResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ThrowException.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ValueCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8WorkerGlobalScopeEventListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\WindowProxy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\WorkerScriptController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\core\v8\WrapperTypeInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\modules\v8\DictionaryHelperForModules.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\bindings\modules\v8\ModuleBindingsInitializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimatableValueFactory.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimationData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\css\CSSPropertyEquality.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\css\CSSTimingData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\animation\css\CSSTransitionData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\DataObject.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\DataObjectItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransfer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransferItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransferItemList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\clipboard\Pasteboard.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\BasicShapeFunctions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\BinaryDataFontFaceSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSBasicShapes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSBorderImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSBorderImageSliceValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSCalculationValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSCanvasValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSComputedStyleDeclaration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSContentDistributionValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSCrossfadeValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSCursorImageValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSDefaultStyleSheets.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFontFace.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFontFaceRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFontFaceSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFontFaceSrcValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFontFeatureValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFontSelector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSFunctionValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSGradientValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSGridLineNamesValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSGridTemplateAreasValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSGroupingRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSImageGeneratorValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSImageSetValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSImageValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSImportRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSInheritedValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSInitialValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSKeyframeRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSKeyframesRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSLineBoxContainValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSMarkup.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSMatrix.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSMediaRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSPageRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSPrimitiveValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSProperty.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSPropertySourceData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSReflectValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSRuleList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSSegmentedFontFace.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSSelector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSSelectorList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSShadowValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSStyleRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSStyleSheet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSSupportsRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSSVGDocumentValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSTimingFunctionValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSToLengthConversionData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSUnicodeRangeValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSValueList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSValuePool.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\CSSViewportRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\DocumentFontFaceSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\DOMWindowCSS.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\ElementRuleCollector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\FontFace.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\FontFaceCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\FontFaceSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\FontFaceSetLoadEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\FontLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\FontSize.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\invalidation\DescendantInvalidationSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\invalidation\StyleInvalidator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\invalidation\StyleSheetInvalidationAnalysis.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\LocalFontFaceSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaQuery.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaQueryEvaluator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaQueryExp.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaQueryList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaQueryListListener.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaQueryMatcher.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaValues.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaValuesCached.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\MediaValuesDynamic.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\PageRuleCollector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\Pair.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\PropertySetCSSStyleDeclaration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\Rect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\RemoteFontFaceSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\AnimatedStyleBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\CSSToStyleMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\ElementResolveContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\ElementStyleResources.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\FilterOperationResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\FontBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\MatchedPropertiesCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\MatchResult.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\ScopedStyleResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\SharedStyleFinder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleAdjuster.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleBuilderConverter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleBuilderCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolverParentScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolverState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolverStats.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResourceLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\TransformBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\resolver\ViewportStyleResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\RuleFeature.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\RuleSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\SelectorChecker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\SelectorFilter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleMedia.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StylePropertySerializer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StylePropertySet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StylePropertyShorthandCustom.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleRule.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleRuleImport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleSheet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleSheetContents.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\css\StyleSheetList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\shadow\ElementShadow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\shadow\InsertionPoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\shadow\SelectRuleFeatureSet.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\dom\shadow\ShadowRoot.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\csp\ContentSecurityPolicy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPDirectiveList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPSourceList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\csp\MediaListDirective.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\frame\csp\SourceListDirective.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\canvas\CanvasRenderingContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\ClassList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\DocumentNameCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\DOMFormData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\FormAssociatedElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\FormDataList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseButtonInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseCheckableInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseChooserOnlyDateAndTimeInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseClickableWithKeyInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseDateAndTimeInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseMultipleFieldsDateAndTimeInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\BaseTextInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\ButtonInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\CheckboxInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\ColorChooser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\ColorChooserClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\ColorInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\DateInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeChooser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeChooserClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeFieldsState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeLocalInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\EmailInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\FileInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\FormController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\HiddenInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\ImageInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\InputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\InputTypeView.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\MonthInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\NumberInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\PasswordInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\RadioButtonGroupScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\RadioInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\RangeInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\ResetInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\SearchInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\StepRange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\SubmitInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\TelephoneInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\TextFieldInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\TextInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\TimeInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\TypeAhead.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\URLInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\forms\WeekInputType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLAllCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLAnchorElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLAppletElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLAreaElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLAudioElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLBaseElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLBodyElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLBRElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLButtonElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLCanvasElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLContentElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDataListElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDetailsElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDialogElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDimension.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDirectoryElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDivElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDListElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLEmbedElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFieldSetElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFontElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFormControlElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFormControlElementWithState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFormControlsCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFormElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameElementBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameOwnerElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameSetElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLHeadElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLHeadingElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLHRElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLHtmlElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLIFrameElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLImageElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLInputElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLKeygenElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLLabelElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLLegendElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLLIElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLLinkElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMapElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMarqueeElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMediaElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMediaSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMenuElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMenuItemElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLMeterElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLModElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLNameCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLNoEmbedElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLNoScriptElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLObjectElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLOListElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLOptGroupElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLOptionElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLOptionsCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLOutputElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLParagraphElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLParamElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLPictureElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLPreElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLProgressElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLQuoteElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLRTElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLRubyElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLScriptElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLSelectElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLShadowElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLSourceElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLSpanElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLStyleElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLSummaryElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableCaptionElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableCellElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableColElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTablePartElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableRowElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableRowsCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTableSectionElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTagCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTemplateElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTextAreaElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTextFormControlElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTitleElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLTrackElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLUListElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLVideoElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLViewSourceDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\HTMLWBRElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\ImageData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\ImageDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportChild.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportsController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportStateResolver.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportTreeRoot.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\imports\LinkImport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\LabelableElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\LabelsNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\LinkManifest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\LinkRelAttribute.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\LinkResource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\MediaController.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\MediaDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\MediaFragmentURIParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\MediaKeyEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\BackgroundHTMLInputStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\BackgroundHTMLParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\CompactHTMLToken.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\CSSPreloadScanner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLConstructionSite.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLDocumentParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLElementStack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLEntityParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLEntitySearch.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLFormattingElementList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLMetaCharsetParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserIdioms.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserOptions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserScheduler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLPreloadScanner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLResourcePreloader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLScriptRunner.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLSourceTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLSrcsetParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLTokenizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLTreeBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLTreeBuilderSimulator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLViewSourceParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\TextDocumentParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\TextResourceDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\XSSAuditor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\parser\XSSAuditorDelegate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\PluginDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\PublicURLManager.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\RadioNodeList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\ClearButtonElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeEditElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeFieldElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeFieldElements.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeNumericFieldElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeSymbolicFieldElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\DetailsMarkerControl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\MediaControlElements.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\MediaControlElementTypes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\MediaControls.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\MeterShadowElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\PickerIndicatorElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\ProgressShadowElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\ShadowElementNames.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\SliderThumbElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\SpinButtonElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\shadow\TextControlInnerElements.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\TextDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\TimeRanges.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\AudioTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\AudioTrackList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\InbandTextTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\LoadableTextTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TextTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackCue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackCueList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TrackBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\TrackEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\VideoTrack.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\track\VideoTrackList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\ValidityState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\html\WindowNameCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\imagebitmap\ImageBitmapFactories.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\Init.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\appcache\ApplicationCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\appcache\ApplicationCacheHost.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\BeaconLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\CookieJar.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\CrossOriginPreflightResultCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\DocumentLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\DocumentLoadTiming.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\DocumentThreadableLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\DocumentWriter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\EmptyClients.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\FormSubmission.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\FrameFetchContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\FrameLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\FrameLoaderStateMachine.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\HistoryItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\ImageLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\LinkLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\MixedContentChecker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\NavigationPolicy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\NavigationScheduler.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\PingLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\PrerendererClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\PrerenderHandle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\ProgressTracker.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\SinkDocument.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\TextResourceDecoderBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\TextTrackLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\ThreadableLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\WorkerLoaderClientBridge.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\WorkerLoaderClientBridgeSyncHelper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\loader\WorkerThreadableLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\scrolling\ScrollingConstraints.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\page\scrolling\ScrollingCoordinator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\animation\SMILTime.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\animation\SMILTimeContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\animation\SVGSMILElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\ColorDistance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\graphics\filters\SVGFEImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\graphics\filters\SVGFilter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\graphics\filters\SVGFilterBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\graphics\SVGImage.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\graphics\SVGImageChromeClient.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\graphics\SVGImageForContainer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGAnimatedProperty.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGPropertyTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAngle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAngleTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedAngle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedColor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedEnumerationBase.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedInteger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedIntegerOptionalInteger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedLength.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedNumber.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedNumberOptionalNumber.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedPath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedTypeAnimator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimateElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimateMotionElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimateTransformElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimationElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGBoolean.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGCircleElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGClipPathElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGComponentTransferFunctionElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGCursorElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGDefsElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGDescElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGDiscardElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGDocumentExtensions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGElementRareData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGEllipseElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGEnumeration.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEBlendElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEColorMatrixElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEComponentTransferElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFECompositeElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEConvolveMatrixElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDiffuseLightingElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDisplacementMapElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDistantLightElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDropShadowElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFloodElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncAElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncBElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncGElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncRElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEGaussianBlurElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEImageElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFELightElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEMergeElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEMergeNodeElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEMorphologyElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEOffsetElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFEPointLightElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFESpecularLightingElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFESpotLightElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFETileElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFETurbulenceElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFilterElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFilterPrimitiveStandardAttributes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGFitToViewBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGForeignObjectElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGGElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGGeometryElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGGradientElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGGraphicsElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGImageElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGImageLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGInteger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGIntegerOptionalInteger.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGLength.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGLinearGradientElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGLineElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGMarkerElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGMaskElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGMatrixTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGMetadataElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGMPathElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGNumber.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberOptionalNumber.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGParserUtilities.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathBlender.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathByteStreamBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathByteStreamSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSeg.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegListBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegListSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathStringBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathStringSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathTraversalStateBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPathUtilities.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPatternElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPointList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPointTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPolyElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPolygonElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPolylineElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPreserveAspectRatio.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGPreserveAspectRatioTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGRadialGradientElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGRectElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGRectTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGScriptElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGSetElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGStaticStringList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGStopElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGStringList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGStringListTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGStyleElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGSVGElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGSwitchElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGSymbolElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTests.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTextContentElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTextElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTextPathElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTextPositioningElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTitleElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTransform.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformDistance.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformListTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformTearOff.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGTSpanElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGUnitTypes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGUnknownElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGURIReference.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGUseElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGViewElement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGViewSpec.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGZoomAndPan.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\svg\SVGZoomEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequestProgressEventThrottle.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequestUpload.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\animation\TimingFunction.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\blob\BlobData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\blob\BlobRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\blob\BlobURL.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\clipboard\ClipboardMimeTypes.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\clipboard\ClipboardUtilities.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\clipboard\ClipboardUtilitiesWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Clock.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\ContentType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\ContextMenu.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\ContextMenuItem.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\credentialmanager\PlatformCredential.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\credentialmanager\PlatformFederatedCredential.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\CrossThreadCopier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Crypto.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Cursor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\DateComponents.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Decimal.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\EventTracer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\FileChooser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\FileMetadata.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\Character.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\Font.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontDataCache.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontDescription.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontFallbackList.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontFamily.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontFeatureSettings.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\FontPlatformData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\GenericFontFamilySettings.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\GlyphPageTreeNode.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\SegmentedFontData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\SimpleShaper.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\SimpleFontData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\skia\FontCacheSkia.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\VDMXParser.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\win\FontCacheSkiaWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\win\FontFallbackWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\fonts\win\FontPlatformDataWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\DoubleSize.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatPoint.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatPoint3D.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatPolygon.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatQuad.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatRoundedRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\FloatSize.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\IntRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\LayoutRect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\Region.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\geometry\TransformState.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\DistantLightSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEBlend.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEColorMatrix.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEComponentTransfer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEComposite.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEConvolveMatrix.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEDiffuseLighting.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEDisplacementMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEDropShadow.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEFlood.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEGaussianBlur.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FELighting.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEMerge.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEMorphology.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEOffset.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FESpecularLighting.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FETile.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FETurbulence.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FilterEffect.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FilterOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FilterOperations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\LightSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\PointLightSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\ReferenceFilter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SkiaImageFilterBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SourceAlpha.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SourceGraphic.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SpotLightSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\graphics\skia\SkiaUtils.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\bmp\BMPImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\bmp\BMPImageReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\ImageDecoder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\image-decoders\ImageFrame.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\JSONValues.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\KillRingNone.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Language.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\LayoutTestSupport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Length.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\LengthBox.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\LengthFunctions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\LinkHash.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Logging.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamCenter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamComponent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamDescriptor.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamWebAudioSource.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\mhtml\ArchiveResourceCollection.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\MIMETypeFromURL.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\MIMETypeRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ContentSecurityPolicyParsers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ContentSecurityPolicyResponseHeaders.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\FormData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\FormDataBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\HTTPHeaderMap.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\HTTPParsers.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\HTTPRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ParsedContentType.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ResourceError.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ResourceRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\ResourceResponse.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\WebSocketHandshakeRequest.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\network\WebSocketHandshakeResponse.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\NotImplemented.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\PlatformInstrumentation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\PlatformKeyboardEvent.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\PlatformResourceLoader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\plugins\PluginData.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\plugins\PluginListBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Prerender.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\PurgeableVector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\ScriptForbiddenScope.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ProgrammaticScrollAnimator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollableArea.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollAnimator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollAnimatorNone.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\Scrollbar.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarTheme.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeAura.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeMock.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeNonMacCommon.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeOverlay.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\SecureTextInput.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\SharedBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\SharedBufferChunkReader.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\TaskSynchronizer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\TestingPlatformSupport.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\BidiCharacterRun.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\BidiContext.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\BidiTextRun.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\DateTimeFormat.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\LineEnding.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\LocaleToScriptMapping.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\LocaleWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\PlatformLocale.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\QuotedPrintable.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\SegmentedString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\StringTruncator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextBoundaries.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextBreakIterator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextBreakIteratorICU.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextBreakIteratorInternalICU.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextEncodingDetector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextRun.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\TextStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\UnicodeRange.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\text\UnicodeUtilities.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Theme.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Timer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\TracedValue.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\AffineTransform.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\InterpolatedTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\Matrix3DTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\MatrixTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\PerspectiveTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\RotateTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\ScaleTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\SkewTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\TransformationMatrix.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\TransformOperations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\transforms\TranslateTransformOperation.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\UserGestureIndicator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\UUID.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\DatabaseIdentifier.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\KnownPorts.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\KURL.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\OriginAccessEntry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\SchemeRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\SecurityOrigin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\weborigin\SecurityPolicy.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\WebThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\WebThreadSupportingGC.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\Widget.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\platform\win\SystemInfo.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\AddressSpaceRandomization.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ArrayBuffer.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ArrayBufferBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ArrayBufferContents.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ArrayBufferView.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ArrayPiece.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\Assertions.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\BitVector.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\CryptographicallyRandomNumber.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\CurrentTime.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\DataLog.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\DateMath.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\DefaultAllocator.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\bignum-dtoa.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\bignum.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\cached-powers.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\diy-fp.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\double-conversion.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\fast-dtoa.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\fixed-dtoa.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa\strtod.cc" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\dtoa.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\DynamicAnnotations.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\FastMalloc.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\FilePrintStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\HashTable.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\InstanceCounter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\MainThread.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\PrintStream.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\RefCountedLeakCounter.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\SizeLimits.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\AtomicString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\AtomicStringCF.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\Base64.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\CString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\StringBuilder.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\StringCF.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\StringConcatenate.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\StringImpl.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\StringImplCF.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\StringStatics.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodec.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecICU.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecLatin1.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecReplacement.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecUserDefined.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecUTF16.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecUTF8.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextEncoding.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextEncodingRegistry.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\TextPosition.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\text\WTFString.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ThreadingPthreads.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ThreadingWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\ThreadSpecificWin.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\TypeTraits.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\WTF.cpp" /> <ClCompile Include="..\..\third_party\WebKit\Source\wtf\WTFThreadData.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\base\json\json_parser.h" /> <ClInclude Include="..\..\base\json\json_reader.h" /> <ClInclude Include="..\..\base\json\json_util.h" /> <ClInclude Include="..\..\base\json\json_writer.h" /> <ClInclude Include="..\..\base\strings\string_piece.h" /> <ClInclude Include="..\..\base\template_util.h" /> <ClInclude Include="..\..\base\WindowsVersion.h" /> <ClInclude Include="..\..\content\browser\FrameNavController.h" /> <ClInclude Include="..\..\content\browser\PageNavController.h" /> <ClInclude Include="..\..\content\browser\PlatformMessagePortChannel.h" /> <ClInclude Include="..\..\content\browser\PostTaskHelper.h" /> <ClInclude Include="..\..\content\browser\WebPageState.h" /> <ClInclude Include="..\..\content\devtools\DevToolsAgent.h" /> <ClInclude Include="..\..\content\devtools\DevToolsClient.h" /> <ClInclude Include="..\..\content\devtools\DevToolsMgr.h" /> <ClInclude Include="..\..\content\devtools\DevToolsProtocolDispatcher.h" /> <ClInclude Include="..\..\content\resources\MediaPlayerData.h" /> <ClInclude Include="..\..\content\ui\ClipboardUtil.h" /> <ClInclude Include="..\..\content\ui\COMPtr.h" /> <ClInclude Include="..\..\content\ui\ContextMeun.h" /> <ClInclude Include="..\..\content\ui\CustomTheme.h" /> <ClInclude Include="..\..\content\ui\DragHandle.h" /> <ClInclude Include="..\..\content\ui\PlatformCursor.h" /> <ClInclude Include="..\..\content\ui\PopupMenuWin.h" /> <ClInclude Include="..\..\content\ui\PopupMenuWinClient.h" /> <ClInclude Include="..\..\content\ui\RunFileChooserImpl.h" /> <ClInclude Include="..\..\content\ui\SaveImage.h" /> <ClInclude Include="..\..\content\ui\ToolTip.h" /> <ClInclude Include="..\..\content\ui\WCDataObject.h" /> <ClInclude Include="..\..\content\ui\WebDropSource.h" /> <ClInclude Include="..\..\content\web_impl_win\BitmapColor.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\WebPluginImeWin.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\WebPluginImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebCryptoImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebMessagePortChannelImpl.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\USVStringOrURLSearchParams.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8External.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8URLSearchParams.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XMLSerializer.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XPathEvaluator.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XPathExpression.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XPathNSResolver.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XPathResult.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XSLTProcessor.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AnalyserNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioBuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioBufferCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioBufferSourceNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioContext.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioDestinationNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioListener.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioParam.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioProcessingEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8AudioSourceNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8BiquadFilterNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ChannelMergerNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ChannelSplitterNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ConvolverNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Coordinates.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Crypto.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DataTransferItemPartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DelayNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DevToolsHostPartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DOMFileSystem.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DOMFileSystemSync.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DynamicsCompressorNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8GainNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Geolocation.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Geoposition.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaElementAudioSourceNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaEncryptedEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaEncryptedEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeyMessageEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeyMessageEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeys.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeySession.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeyStatusMap.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeySystemAccess.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeySystemConfiguration.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaKeySystemMediaCapability.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaSession.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaSource.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStream.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamAudioDestinationNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamAudioSourceNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamTrack.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamTrackEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MediaStreamTrackSourcesCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8NavigatorUserMediaError.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8NavigatorUserMediaErrorCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8NetworkInformation.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESElementIndexUint.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESStandardDerivatives.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureFloat.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureFloatLinear.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureHalfFloat.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESTextureHalfFloatLinear.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OESVertexArrayObject.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OfflineAudioCompletionEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OfflineAudioContext.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8OscillatorNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PannerNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PeriodicWave.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PositionCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PositionError.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PositionErrorCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PositionOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ScriptProcessorNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8SourceBuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8SourceBufferList.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8SourceInfo.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StereoPannerNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8TrackDefault.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8TrackDefaultList.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8VideoPlaybackQuality.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WaveShaperNode.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGL2RenderingContext.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLActiveInfo.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLBuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTextureATC.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTextureETC1.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTexturePVRTC.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLCompressedTextureS3TC.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLContextAttributes.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLContextEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLContextEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDebugRendererInfo.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDebugShaders.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDepthTexture.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLDrawBuffers.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLFramebuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLLoseContext.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLProgram.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLQuery.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLRenderbuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLRenderingContext.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLSampler.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLShader.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLShaderPrecisionFormat.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLSync.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLTexture.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLTransformFeedback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLUniformLocation.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLVertexArrayObject.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebGLVertexArrayObjectOES.h" /> <ClInclude Include="..\..\gen\blink\modules\geolocation\PositionOptions.h" /> <ClInclude Include="..\..\gen\blink\modules\mediastream\MediaStreamEventInit.h" /> <ClInclude Include="..\..\gen\blink\modules\webgl\WebGLContextAttributes.h" /> <ClInclude Include="..\..\gen\blink\modules\webgl\WebGLContextEventInit.h" /> <ClInclude Include="..\..\mbvip\common\BindJsQuery.h" /> <ClInclude Include="..\..\mbvip\common\CallbackClosure.h" /> <ClInclude Include="..\..\mbvip\common\cJSON.h" /> <ClInclude Include="..\..\mbvip\common\HeartbeatTimerWin.h" /> <ClInclude Include="..\..\mbvip\common\LiveIdDetect.h" /> <ClInclude Include="..\..\mbvip\common\StringUtil.h" /> <ClInclude Include="..\..\mbvip\common\ThreadCall.h" /> <ClInclude Include="..\..\mbvip\common\TimeUtil.h" /> <ClInclude Include="..\..\mbvip\common\UrlUtil.h" /> <ClInclude Include="..\..\mbvip\common\Util.h" /> <ClInclude Include="..\..\mbvip\core\mb.h" /> <ClInclude Include="..\..\mbvip\core\MbCallback.h" /> <ClInclude Include="..\..\mbvip\core\MbWebView.h" /> <ClInclude Include="..\..\mbvip\download\DownloadMgr.h" /> <ClInclude Include="..\..\mbvip\download\DownloadUtil.h" /> <ClInclude Include="..\..\mbvip\download\SimpleDownload.h" /> <ClInclude Include="..\..\mbvip\printing\PdfiumLoad.h" /> <ClInclude Include="..\..\mbvip\printing\PdfViewerHtml.h" /> <ClInclude Include="..\..\mbvip\printing\PdfViewerPlugin.h" /> <ClInclude Include="..\..\mbvip\printing\PdfViewerPluginFunc.h" /> <ClInclude Include="..\..\mbvip\printing\Printing.h" /> <ClInclude Include="..\..\mbvip\printing\PrintingPagehtml.h" /> <ClInclude Include="..\..\mbvip\printing\PrintingSetting.h" /> <ClInclude Include="..\..\mbvip\printing\PrintingUtil.h" /> <ClInclude Include="..\..\mbvip\printing\WkePrinting.h" /> <ClInclude Include="..\..\mc\animation\AnimationCurve.h" /> <ClInclude Include="..\..\mc\animation\AnimationDelegate.h" /> <ClInclude Include="..\..\mc\animation\AnimationEvents.h" /> <ClInclude Include="..\..\mc\animation\AnimationHost.h" /> <ClInclude Include="..\..\mc\animation\AnimationIdProvider.h" /> <ClInclude Include="..\..\mc\animation\AnimationObj.h" /> <ClInclude Include="..\..\mc\animation\AnimationPlayer.h" /> <ClInclude Include="..\..\mc\animation\AnimationRegistrar.h" /> <ClInclude Include="..\..\mc\animation\AnimationTimeline.h" /> <ClInclude Include="..\..\mc\animation\ElementAnimations.h" /> <ClInclude Include="..\..\mc\animation\FilterOperationsWrap.h" /> <ClInclude Include="..\..\mc\animation\KeyframedAnimationCurve.h" /> <ClInclude Include="..\..\mc\animation\LayerAnimationController.h" /> <ClInclude Include="..\..\mc\animation\LayerAnimationEventObserver.h" /> <ClInclude Include="..\..\mc\animation\MutatorHostClient.h" /> <ClInclude Include="..\..\mc\animation\ScrollbarAnimationController.h" /> <ClInclude Include="..\..\mc\animation\ScrollOffsetAnimationCurve.h" /> <ClInclude Include="..\..\mc\animation\TimingFunction.h" /> <ClInclude Include="..\..\mc\animation\TransformOperation.h" /> <ClInclude Include="..\..\mc\animation\TransformOperations.h" /> <ClInclude Include="..\..\mc\base\BdColor.h" /> <ClInclude Include="..\..\mc\base\CubicBezier.h" /> <ClInclude Include="..\..\mc\base\FloatBox.h" /> <ClInclude Include="..\..\mc\base\LinkedList.h" /> <ClInclude Include="..\..\mc\base\MathUtil.h" /> <ClInclude Include="..\..\mc\base\ScopedPtrVector.h" /> <ClInclude Include="..\..\mc\base\TimeUtil.h" /> <ClInclude Include="..\..\mc\base\TransformUtil.h" /> <ClInclude Include="..\..\mc\base\Tween.h" /> <ClInclude Include="..\..\mc\blink\WebAnimationCurveCommon.h" /> <ClInclude Include="..\..\mc\blink\WebAnimationImpl.h" /> <ClInclude Include="..\..\mc\blink\WebCompositorAnimationPlayerImpl.h" /> <ClInclude Include="..\..\mc\blink\WebCompositorAnimationTimelineImpl.h" /> <ClInclude Include="..\..\mc\blink\WebCompositorSupportImpl.h" /> <ClInclude Include="..\..\mc\blink\WebContentLayerImpl.h" /> <ClInclude Include="..\..\mc\blink\WebFilterAnimationCurveImpl.h" /> <ClInclude Include="..\..\mc\blink\WebFilterOperationsImpl.h" /> <ClInclude Include="..\..\mc\blink\WebFloatAnimationCurveImpl.h" /> <ClInclude Include="..\..\mc\blink\WebImageLayerImpl.h" /> <ClInclude Include="..\..\mc\blink\WebLayerImpl.h" /> <ClInclude Include="..\..\mc\blink\WebLayerImplClient.h" /> <ClInclude Include="..\..\mc\blink\WebScrollbarLayerImpl.h" /> <ClInclude Include="..\..\mc\blink\WebScrollOffsetAnimationCurveImpl.h" /> <ClInclude Include="..\..\mc\blink\WebToCcAnimationDelegateAdapter.h" /> <ClInclude Include="..\..\mc\blink\WebTransformAnimationCurveImpl.h" /> <ClInclude Include="..\..\mc\blink\WebTransformOperationsImpl.h" /> <ClInclude Include="..\..\mc\layers\CompositingLayer.h" /> <ClInclude Include="..\..\mc\playback\LayerChangeAction.h" /> <ClInclude Include="..\..\mc\playback\TileActionInfo.h" /> <ClInclude Include="..\..\mc\raster\RasterFilters.h" /> <ClInclude Include="..\..\mc\raster\RasterResouce.h" /> <ClInclude Include="..\..\mc\raster\RasterTask.h" /> <ClInclude Include="..\..\mc\raster\RasterTaskClient.h" /> <ClInclude Include="..\..\mc\raster\RecordDrawHelp.h" /> <ClInclude Include="..\..\mc\raster\SkBitmapRefWrap.h" /> <ClInclude Include="..\..\mc\tiles\CompositingTile.h" /> <ClInclude Include="..\..\mc\tiles\Tile.h" /> <ClInclude Include="..\..\mc\tiles\TileBase.h" /> <ClInclude Include="..\..\mc\tiles\TileGrid.h" /> <ClInclude Include="..\..\mc\tiles\TilesAddr.h" /> <ClInclude Include="..\..\mc\tiles\TileWidthHeight.h" /> <ClInclude Include="..\..\mc\trees\ActionsFrameGroup.h" /> <ClInclude Include="..\..\mc\trees\DrawProperties.h" /> <ClInclude Include="..\..\mc\trees\LayerSorter.h" /> <ClInclude Include="..\..\mc\trees\LayerTreeHost.h" /> <ClInclude Include="..\..\mc\trees\LayerTreeHostClient.h" /> <ClInclude Include="..\..\media\BufferedConstant.h" /> <ClInclude Include="..\..\media\BufferedDataSource.h" /> <ClInclude Include="..\..\media\BufferedDataSourceHostImpl.h" /> <ClInclude Include="..\..\media\BufferedResourceLoader.h" /> <ClInclude Include="..\..\media\DataBuffer.h" /> <ClInclude Include="..\..\media\Ranges.h" /> <ClInclude Include="..\..\media\SeekableBuffer.h" /> <ClInclude Include="..\..\media\SimpleDataSource.h" /> <ClInclude Include="..\..\net\ActivatingObjCheck.h" /> <ClInclude Include="..\..\net\CancelledReason.h" /> <ClInclude Include="..\..\net\cookies\CookieJarMgr.h" /> <ClInclude Include="..\..\net\cookies\WebCookieJarCurlImpl.h" /> <ClInclude Include="..\..\net\CurlCacheEntry.h" /> <ClInclude Include="..\..\net\CurlCacheManager.h" /> <ClInclude Include="..\..\net\DefaultFullPath.h" /> <ClInclude Include="..\..\net\DownloadFileBlobCache.h" /> <ClInclude Include="..\..\net\FlattenHTTPBodyElement.h" /> <ClInclude Include="..\..\net\HeaderVisitor.h" /> <ClInclude Include="..\..\net\InitializeHandleInfo.h" /> <ClInclude Include="..\..\net\LambdaTask.h" /> <ClInclude Include="..\..\net\PageNetExtraData.h" /> <ClInclude Include="..\..\net\ProxyType.h" /> <ClInclude Include="..\..\net\StorageDef.h" /> <ClInclude Include="..\..\net\StorageMgr.h" /> <ClInclude Include="..\..\net\WebStorageAreaImpl.h" /> <ClInclude Include="..\..\net\WebStorageNamespaceImpl.h" /> <ClInclude Include="..\..\net\WebURLLoaderManagerAsynTask.h" /> <ClInclude Include="..\..\net\WebURLLoaderManagerMainTask.h" /> <ClInclude Include="..\..\net\WebURLLoaderManagerSetupInfo.h" /> <ClInclude Include="..\..\net\WebURLLoaderManagerUtil.h" /> <ClInclude Include="..\..\node\nodeblink.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\custom\V8CustomXPathNSResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\inspector\InspectorWrapper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\inspector\V8InjectedScriptHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\inspector\V8JavaScriptCallFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\Modulator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ModuleRecord.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptHeapSnapshot.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptProfiler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\modules\v8\WebGLAny.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSCustomPropertyDeclaration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSVariableData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSVariableReferenceValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSVariableParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\CSSVariableResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ModuleScriptLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\URLSearchParams.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\External.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\AsyncCallChain.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\AsyncCallTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\AsyncOperationMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ConsoleAPITypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ConsoleMessage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ConsoleMessageStorage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ContentSearchUtils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\DevToolsHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\DOMEditor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\DOMPatchSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\EventListenerInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\IdentifiersFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScript.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptHostClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptNative.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorAnimationAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorApplicationCacheAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorBaseAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorConsoleAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorConsoleInstrumentation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorCSSAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorDebuggerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorDOMAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorDOMDebuggerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorFrontendChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorFrontendClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorHeapProfilerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorHighlight.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorHistory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInputAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInspectorAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInstrumentation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorInstrumentationCustomInl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorLayerTreeAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorMemoryAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorOverlay.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorOverlayHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorPageAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorProfilerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorResourceAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorResourceContentLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorRuntimeAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorStateClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorStyleSheet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTaskRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTimelineAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTraceEvents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorTracingAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InspectorWorkerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InstanceCounters.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\InstrumentingAgents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\JavaScriptCallFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\JSONParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\LayoutEditor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\MainThreadDebugger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\NetworkResourcesData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\PageConsoleAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\PageDebuggerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\PageRuntimeAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\PromiseTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptArguments.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptAsyncCallStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptBreakpoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptCallFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptCallStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptDebuggerBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptDebugListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\ScriptProfile.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\V8AsyncCallTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\V8Debugger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\WorkerConsoleAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\WorkerDebuggerAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\WorkerInspectorController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\WorkerRuntimeAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\inspector\WorkerThreadDebugger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleVariableData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\GcTimeScheduler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\DocumentXPathEvaluator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\DocumentXSLT.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\NativeXPathNSResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\parser\MarkupTokenizerInlines.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XMLSerializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathEvaluator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathExpression.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathExpressionNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathFunctions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathNodeSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathNSResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathPredicate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathResult.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathUtil.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XPathVariableReference.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XSLImportRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XSLStyleSheet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XSLTProcessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\XSLTUnicodeSort.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerGlobalScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerMessagingProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\compositorworker\CompositorWorkerThread.h" /> <ClInclude Include="..\..\base\command_line.h" /> <ClInclude Include="..\..\base\debug\alias.h" /> <ClInclude Include="..\..\base\debug\gdi_debug_util_win.h" /> <ClInclude Include="..\..\base\file_path.h" /> <ClInclude Include="..\..\base\float_util.h" /> <ClInclude Include="..\..\base\logging.h" /> <ClInclude Include="..\..\base\memory\scoped_ptr.h" /> <ClInclude Include="..\..\base\process\CallAddrsRecord.h" /> <ClInclude Include="..\..\base\process\memory.h" /> <ClInclude Include="..\..\base\process\SkTDArrayRecord.h" /> <ClInclude Include="..\..\base\rand_util.h" /> <ClInclude Include="..\..\base\strings\string_util.h" /> <ClInclude Include="..\..\base\strings\utf_offset_string_conversions.h" /> <ClInclude Include="..\..\base\thread.h" /> <ClInclude Include="..\..\base\time\time.h" /> <ClInclude Include="..\..\base\values.h" /> <ClInclude Include="..\..\content\browser\CheckReEnter.h" /> <ClInclude Include="..\..\content\browser\PlatformEventHandler.h" /> <ClInclude Include="..\..\content\browser\SharedTimerWin.h" /> <ClInclude Include="..\..\content\browser\WebFrameClientImpl.h" /> <ClInclude Include="..\..\content\browser\WebPage.h" /> <ClInclude Include="..\..\content\browser\WebPageImpl.h" /> <ClInclude Include="..\..\content\resources\LocalizedString.h" /> <ClInclude Include="..\..\content\resources\MissingImageData.h" /> <ClInclude Include="..\..\content\resources\TextAreaResizeCornerData.h" /> <ClInclude Include="..\..\content\resources\WebKitWebRes.h" /> <ClInclude Include="..\..\content\web_impl_win\BlinkPlatformImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\CurrentTimeImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\MissingImageData.h" /> <ClInclude Include="..\..\content\web_impl_win\NativeThemeWin.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\PluginDatabase.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\PluginMainThreadScheduler.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\PluginMessageThrottlerWin.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\PluginPackage.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\PluginQuirkSet.h" /> <ClInclude Include="..\..\content\web_impl_win\npapi\PluginStream.h" /> <ClInclude Include="..\..\content\web_impl_win\WaitableEvent.h" /> <ClInclude Include="..\..\content\web_impl_win\WebBlobRegistryImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebClipboardImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebFileUtilitiesImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebMediaPlayerImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebMimeRegistryImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebSchedulerImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebThemeEngineImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebThreadImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebTimerBase.h" /> <ClInclude Include="..\..\content\web_impl_win\WebURLLoaderImpl.h" /> <ClInclude Include="..\..\content\web_impl_win\WebURLLoaderImplCurl.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\UnionTypesCore.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Animation.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationEffectReadOnly.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationEffectTiming.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationPlayerEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationPlayerEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AnimationTimeline.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ApplicationCache.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ApplicationCacheErrorEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ApplicationCacheErrorEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ArrayBuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ArrayBufferView.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Attr.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AudioTrack.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AudioTrackList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AutocompleteErrorEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8AutocompleteErrorEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8BarProp.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8BeforeUnloadEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Blob.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8BlobPropertyBag.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CanvasContextCreationAttributes.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CDATASection.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CharacterData.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ClientRect.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ClientRectList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ClipboardEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Comment.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CompositionEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CompositionEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CompositorProxy.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ComputedTimingProperties.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Console.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ConsoleBase.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSS.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSFontFaceRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSGroupingRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSImportRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSKeyframeRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSKeyframesRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSMediaRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSPageRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSRuleList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSStyleDeclaration.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSStyleRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSStyleSheet.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSSupportsRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CSSViewportRule.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CustomEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8CustomEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DataTransfer.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DataTransferItem.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DataTransferItemList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DataView.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DedicatedWorkerGlobalScope.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DevToolsHost.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DictionaryTest.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Document.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DocumentFragment.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DocumentType.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMError.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMException.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMImplementation.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMMatrix.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMMatrixReadOnly.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMParser.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMPoint.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMPointInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMPointReadOnly.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMRect.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMRectReadOnly.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMSettableTokenList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMStringList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMStringMap.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8DOMTokenList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8EffectModel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Element.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ElementRegistrationOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ErrorEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ErrorEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Event.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8EventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8EventModifierInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8EventSource.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8EventSourceInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8EventTarget.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8File.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FileError.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FileList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FileReader.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FileReaderSync.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Float32Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Float64Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FocusEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FocusEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FontFace.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FontFaceDescriptors.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSet.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSetForEachCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSetLoadEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FontFaceSetLoadEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FormData.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8FrameRequestCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8GarbageCollectedScriptWrappable.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8GCObservation.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HashChangeEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HashChangeEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8History.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLAllCollection.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLAnchorElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLAppletElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLAreaElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLAudioElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLBaseElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLBodyElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLBRElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLButtonElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLCanvasElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLCollection.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLContentElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDataListElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDetailsElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDialogElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDirectoryElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDivElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDListElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLDocument.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLEmbedElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLFieldSetElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLFontElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLFormControlsCollection.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLFormElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLFrameElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLFrameSetElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLHeadElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLHeadingElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLHRElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLHtmlElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLIFrameElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLImageElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLInputElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLKeygenElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLLabelElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLLegendElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLLIElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLLinkElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMapElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMarqueeElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMediaElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMenuElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMenuItemElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMetaElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLMeterElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLModElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLObjectElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLOListElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLOptGroupElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLOptionElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLOptionsCollection.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLOutputElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLParagraphElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLParamElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLPictureElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLPreElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLProgressElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLQuoteElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLScriptElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLSelectElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLShadowElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLSourceElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLSpanElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLStyleElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableCaptionElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableCellElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableColElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableRowElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTableSectionElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTemplateElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTextAreaElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTitleElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLTrackElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLUListElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLUnknownElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8HTMLVideoElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ImageBitmap.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ImageData.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InputDevice.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InputDeviceInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InspectorOverlayHost.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Int16Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Int32Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Int8Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InternalDictionary.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InternalDictionaryDerived.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InternalRuntimeFlags.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Internals.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InternalSettings.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8InternalSettingsGenerated.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Iterator.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8KeyboardEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8KeyboardEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8KeyframeEffect.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8KeyframeEffectOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8LayerRect.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8LayerRectList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Location.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaController.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaError.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaKeyError.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaKeyEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaKeyEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaQueryList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaQueryListEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MediaQueryListEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MemoryInfo.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MessageChannel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MessageEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MessageEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MessagePort.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MouseEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MouseEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MutationEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MutationObserver.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MutationObserverInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8MutationRecord.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8NamedNodeMap.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Navigator.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Node.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8NodeFilter.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8NodeIterator.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8NodeList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PagePopupController.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PageTransitionEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PageTransitionEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Performance.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceCompositeTiming.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceEntry.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceMark.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceMeasure.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceNavigation.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceRenderTiming.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceResourceTiming.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PerformanceTiming.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PluginPlaceholderElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PluginPlaceholderOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PointerEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PointerEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PopStateEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PopStateEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PrivateScriptTest.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ProcessingInstruction.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ProgressEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ProgressEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PromiseRejectionEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8PromiseRejectionEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8RadioNodeList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Range.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ReadableByteStream.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ReadableByteStreamReader.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ReadableStream.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ReadableStreamReader.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8RefCountedScriptWrappable.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8RelatedEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8RelatedEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ResourceProgressEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Screen.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ScrollOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ScrollState.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ScrollToOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SecurityPolicyViolationEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SecurityPolicyViolationEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Selection.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ShadowRoot.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ShadowRootInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SharedArrayBuffer.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SharedWorker.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SharedWorkerGlobalScope.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8StateOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Stream.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8StringCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8StyleMedia.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8StyleSheet.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8StyleSheetList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAngle.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedAngle.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedBoolean.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedEnumeration.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedInteger.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedLength.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedLengthList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedNumber.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedNumberList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedPreserveAspectRatio.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedRect.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedString.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimatedTransformList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimateElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimateMotionElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimateTransformElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGAnimationElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGCircleElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGClipPathElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGComponentTransferFunctionElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGCursorElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGDefsElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGDescElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGDiscardElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGEllipseElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEBlendElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEColorMatrixElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEComponentTransferElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFECompositeElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEConvolveMatrixElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDiffuseLightingElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDisplacementMapElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDistantLightElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEDropShadowElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFloodElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncAElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncBElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncGElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEFuncRElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEGaussianBlurElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEImageElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEMergeElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEMergeNodeElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEMorphologyElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEOffsetElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFEPointLightElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFESpecularLightingElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFESpotLightElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFETileElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFETurbulenceElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGFilterElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGForeignObjectElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGGElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGGeometryElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGGradientElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGGraphicsElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGImageElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGLength.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGLengthList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGLinearGradientElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGLineElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGMarkerElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGMaskElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGMatrix.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGMetadataElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGMPathElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGNumber.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGNumberList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSeg.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegArcAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegArcRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegClosePath.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicSmoothAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoCubicSmoothRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticSmoothAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegCurvetoQuadraticSmoothRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoHorizontalAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoHorizontalRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoVerticalAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegLinetoVerticalRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegMovetoAbs.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPathSegMovetoRel.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPatternElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPoint.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPointList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPolygonElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPolylineElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGPreserveAspectRatio.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGRadialGradientElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGRect.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGRectElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGScriptElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGSetElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGStopElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGStringList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGStyleElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGSVGElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGSwitchElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGSymbolElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTextContentElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTextElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTextPathElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTextPositioningElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTitleElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTransform.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTransformList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGTSpanElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGUnitTypes.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGUseElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGViewElement.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGViewSpec.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8SVGZoomEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Text.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TextEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TextMetrics.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TextTrack.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TextTrackCue.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TextTrackCueList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TextTrackList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TimeRanges.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Touch.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TouchEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TouchList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TrackEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TrackEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TransitionEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TransitionEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TreeWalker.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8TypeConversions.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8UIEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8UIEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Uint16Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Uint32Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Uint8Array.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Uint8ClampedArray.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8UnionTypesTest.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8URL.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8ValidityState.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8VideoTrack.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8VideoTrackList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8VoidCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8VTTCue.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8VTTRegion.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8VTTRegionList.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WebKitCSSMatrix.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WheelEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WheelEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Window.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8Worker.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WorkerConsole.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WorkerGlobalScope.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WorkerLocation.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WorkerNavigator.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8WorkerPerformance.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XMLDocument.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequest.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequestEventTarget.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequestProgressEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\core\v8\V8XMLHttpRequestUpload.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\UnionTypesModules.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Body.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Canvas2DContextAttributes.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CanvasGradient.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CanvasPattern.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CloseEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CloseEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CompositorWorker.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CompositorWorkerGlobalScope.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8CrossOriginServiceWorkerClient.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DedicatedWorkerGlobalScopePartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DeprecatedStorageInfo.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8DeprecatedStorageQuota.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8HitRegionOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8HTMLVideoElementPartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MimeType.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8MimeTypeArray.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Path2D.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Plugin.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8PluginArray.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ServiceWorker.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ServiceWorkerContainer.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ServiceWorkerGlobalScope.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ServiceWorkerMessageEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ServiceWorkerMessageEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8ServiceWorkerRegistration.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8SharedWorkerGlobalScopePartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8Storage.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageErrorCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageEvent.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageEventInit.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageInfo.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageQuota.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageQuotaCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8StorageUsageCallback.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8TextDecodeOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8TextDecoder.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8TextDecoderOptions.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8TextEncoder.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8URLPartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WebSocket.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WorkerGlobalScopePartial.h" /> <ClInclude Include="..\..\gen\blink\bindings\modules\v8\V8WorkerNavigatorPartial.h" /> <ClInclude Include="..\..\gen\blink\core\animation\ComputedTimingProperties.h" /> <ClInclude Include="..\..\gen\blink\core\animation\KeyframeEffectOptions.h" /> <ClInclude Include="..\..\gen\blink\core\CSSPropertyNames.h" /> <ClInclude Include="..\..\gen\blink\core\CSSValueKeywords.h" /> <ClInclude Include="..\..\gen\blink\core\css\FontFaceDescriptors.h" /> <ClInclude Include="..\..\gen\blink\core\css\FontFaceSetLoadEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\css\MediaQueryListEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\DedicatedWorkerGlobalScopeCoreConstructors.h" /> <ClInclude Include="..\..\gen\blink\core\dom\DOMPointInit.h" /> <ClInclude Include="..\..\gen\blink\core\dom\ElementRegistrationOptions.h" /> <ClInclude Include="..\..\gen\blink\core\dom\MutationObserverInit.h" /> <ClInclude Include="..\..\gen\blink\core\dom\shadow\ShadowRootInit.h" /> <ClInclude Include="..\..\gen\blink\core\EventHeaders.h" /> <ClInclude Include="..\..\gen\blink\core\EventNames.h" /> <ClInclude Include="..\..\gen\blink\core\events\AnimationEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\AnimationPlayerEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\ApplicationCacheErrorEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\AutocompleteErrorEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\CompositionEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\CustomEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\ErrorEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\EventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\EventModifierInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\FocusEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\HashChangeEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\KeyboardEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\MessageEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\MouseEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\PageTransitionEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\PointerEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\PopStateEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\ProgressEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\PromiseRejectionEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\RelatedEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\SecurityPolicyViolationEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\TransitionEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\UIEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\events\WheelEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\EventTargetNames.h" /> <ClInclude Include="..\..\gen\blink\core\EventTypeNames.h" /> <ClInclude Include="..\..\gen\blink\core\fetch\FetchInitiatorTypeNames.h" /> <ClInclude Include="..\..\gen\blink\core\fileapi\BlobPropertyBag.h" /> <ClInclude Include="..\..\gen\blink\core\fileapi\FilePropertyBag.h" /> <ClInclude Include="..\..\gen\blink\core\frame\ScrollOptions.h" /> <ClInclude Include="..\..\gen\blink\core\frame\ScrollToOptions.h" /> <ClInclude Include="..\..\gen\blink\core\frame\StateOptions.h" /> <ClInclude Include="..\..\gen\blink\core\HTMLElementFactory.h" /> <ClInclude Include="..\..\gen\blink\core\HTMLElementLookupTrie.h" /> <ClInclude Include="..\..\gen\blink\core\HTMLElementTypeHelpers.h" /> <ClInclude Include="..\..\gen\blink\core\HTMLNames.h" /> <ClInclude Include="..\..\gen\blink\core\HTMLTokenizerNames.h" /> <ClInclude Include="..\..\gen\blink\core\html\canvas\CanvasContextCreationAttributes.h" /> <ClInclude Include="..\..\gen\blink\core\html\MediaKeyEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\html\track\TrackEventInit.h" /> <ClInclude Include="..\..\gen\blink\core\InputTypeNames.h" /> <ClInclude Include="..\..\gen\blink\core\input\InputDeviceInit.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorBackendDispatcher.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorConsoleInstrumentationInl.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorFrontend.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorInstrumentationInl.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorOverridesInl.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorProtocolVersion.h" /> <ClInclude Include="..\..\gen\blink\core\InspectorTypeBuilder.h" /> <ClInclude Include="..\..\gen\blink\core\InstrumentingAgentsInl.h" /> <ClInclude Include="..\..\gen\blink\core\MathMLNames.h" /> <ClInclude Include="..\..\gen\blink\core\MediaFeatureNames.h" /> <ClInclude Include="..\..\gen\blink\core\MediaFeatures.h" /> <ClInclude Include="..\..\gen\blink\core\MediaTypeNames.h" /> <ClInclude Include="..\..\gen\blink\core\page\EventSourceInit.h" /> <ClInclude Include="..\..\gen\blink\core\PrivateScriptSources.h" /> <ClInclude Include="..\..\gen\blink\core\PrivateScriptSourcesForTesting.h" /> <ClInclude Include="..\..\gen\blink\core\SettingsMacros.h" /> <ClInclude Include="..\..\gen\blink\core\SharedWorkerGlobalScopeCoreConstructors.h" /> <ClInclude Include="..\..\gen\blink\core\StyleBuilderFunctions.h" /> <ClInclude Include="..\..\gen\blink\core\StylePropertyShorthand.h" /> <ClInclude Include="..\..\gen\blink\core\SVGElementFactory.h" /> <ClInclude Include="..\..\gen\blink\core\SVGElementTypeHelpers.h" /> <ClInclude Include="..\..\gen\blink\core\SVGNames.h" /> <ClInclude Include="..\..\gen\blink\core\testing\InternalDictionary.h" /> <ClInclude Include="..\..\gen\blink\core\UserAgentStyleSheets.h" /> <ClInclude Include="..\..\gen\blink\core\WindowCoreConstructors.h" /> <ClInclude Include="..\..\gen\blink\core\XLinkNames.h" /> <ClInclude Include="..\..\gen\blink\core\XMLNames.h" /> <ClInclude Include="..\..\gen\blink\core\XMLNSNames.h" /> <ClInclude Include="..\..\gen\blink\core\XPathGrammar.h" /> <ClInclude Include="..\..\gen\blink\modules\canvas2d\Canvas2DContextAttributes.h" /> <ClInclude Include="..\..\gen\blink\modules\canvas2d\HitRegionOptions.h" /> <ClInclude Include="..\..\gen\blink\modules\DedicatedWorkerGlobalScopeModulesConstructors.h" /> <ClInclude Include="..\..\gen\blink\modules\encoding\TextDecodeOptions.h" /> <ClInclude Include="..\..\gen\blink\modules\encoding\TextDecoderOptions.h" /> <ClInclude Include="..\..\gen\blink\modules\EventModulesHeaders.h" /> <ClInclude Include="..\..\gen\blink\modules\EventModulesInterfaces.h" /> <ClInclude Include="..\..\gen\blink\modules\EventModulesNames.h" /> <ClInclude Include="..\..\gen\blink\modules\EventTargetModulesHeaders.h" /> <ClInclude Include="..\..\gen\blink\modules\EventTargetModulesInterfaces.h" /> <ClInclude Include="..\..\gen\blink\modules\EventTargetModulesNames.h" /> <ClInclude Include="..\..\gen\blink\modules\ServiceWorkerGlobalScopeCoreConstructors.h" /> <ClInclude Include="..\..\gen\blink\modules\ServiceWorkerGlobalScopeModulesConstructors.h" /> <ClInclude Include="..\..\gen\blink\modules\SharedWorkerGlobalScopeModulesConstructors.h" /> <ClInclude Include="..\..\gen\blink\modules\storage\StorageEventInit.h" /> <ClInclude Include="..\..\gen\blink\modules\websockets\CloseEventInit.h" /> <ClInclude Include="..\..\gen\blink\modules\WindowModulesConstructors.h" /> <ClInclude Include="..\..\gen\blink\platform\FontFamilyNames.h" /> <ClInclude Include="..\..\gen\blink\platform\RuntimeEnabledFeatures.h" /> <ClInclude Include="..\..\gin\array_buffer.h" /> <ClInclude Include="..\..\gin\debug_impl.h" /> <ClInclude Include="..\..\gin\public\context_holder.h" /> <ClInclude Include="..\..\gin\public\debug.h" /> <ClInclude Include="..\..\gin\public\gin_embedders.h" /> <ClInclude Include="..\..\gin\public\isolate_holder.h" /> <ClInclude Include="..\..\gin\public\v8_platform.h" /> <ClInclude Include="..\..\gin\public\wrapper_info.h" /> <ClInclude Include="..\..\gin\v8_initializer.h" /> <ClInclude Include="..\..\net\AsyncFileStream.h" /> <ClInclude Include="..\..\net\BlinkSynchronousLoader.h" /> <ClInclude Include="..\..\net\BlobResourceLoader.h" /> <ClInclude Include="..\..\net\cookies\CanonicalCookie.h" /> <ClInclude Include="..\..\net\cookies\CookieConstants.h" /> <ClInclude Include="..\..\net\cookies\CookieMonster.h" /> <ClInclude Include="..\..\net\cookies\CookieUtil.h" /> <ClInclude Include="..\..\net\cookies\ParsedCookie.h" /> <ClInclude Include="..\..\net\DataURL.h" /> <ClInclude Include="..\..\net\FileStream.h" /> <ClInclude Include="..\..\net\FileStreamClient.h" /> <ClInclude Include="..\..\net\FileSystem.h" /> <ClInclude Include="..\..\net\FixedReceivedData.h" /> <ClInclude Include="..\..\net\MemBlobStream.h" /> <ClInclude Include="..\..\net\MultipartHandle.h" /> <ClInclude Include="..\..\net\PathWalker.h" /> <ClInclude Include="..\..\net\RequestExtraData.h" /> <ClInclude Include="..\..\net\RequestPeer.h" /> <ClInclude Include="..\..\net\SharedMemoryDataConsumerHandle.h" /> <ClInclude Include="..\..\net\SharedMemoryReceivedDataFactory.h" /> <ClInclude Include="..\..\net\SSLHandle.h" /> <ClInclude Include="..\..\net\StreamReader.h" /> <ClInclude Include="..\..\net\websocket\SocketStreamError.h" /> <ClInclude Include="..\..\net\websocket\SocketStreamErrorBase.h" /> <ClInclude Include="..\..\net\websocket\SocketStreamHandle.h" /> <ClInclude Include="..\..\net\websocket\SocketStreamHandleBase.h" /> <ClInclude Include="..\..\net\websocket\SocketStreamHandleClient.h" /> <ClInclude Include="..\..\net\websocket\WebSocketChannelImpl.h" /> <ClInclude Include="..\..\net\websocket\WebSocketDeflateFramer.h" /> <ClInclude Include="..\..\net\websocket\WebSocketDeflater.h" /> <ClInclude Include="..\..\net\websocket\WebSocketExtensionDispatcher.h" /> <ClInclude Include="..\..\net\websocket\WebSocketExtensionParser.h" /> <ClInclude Include="..\..\net\websocket\WebSocketExtensionProcessor.h" /> <ClInclude Include="..\..\net\websocket\WebSocketHandshake.h" /> <ClInclude Include="..\..\net\websocket\WebSocketOneFrame.h" /> <ClInclude Include="..\..\net\WebURLLoaderInternal.h" /> <ClInclude Include="..\..\net\WebURLLoaderManager.h" /> <ClInclude Include="..\..\net\WebURLLoaderWinINet.h" /> <ClInclude Include="..\..\skia\config\SkUserConfig.h" /> <ClInclude Include="..\..\skia\config\sk_ref_cnt_ext_debug.h" /> <ClInclude Include="..\..\skia\config\sk_ref_cnt_ext_release.h" /> <ClInclude Include="..\..\skia\ext\analysis_canvas.h" /> <ClInclude Include="..\..\skia\ext\benchmarking_canvas.h" /> <ClInclude Include="..\..\skia\ext\bitmap_platform_device.h" /> <ClInclude Include="..\..\skia\ext\bitmap_platform_device_cairo.h" /> <ClInclude Include="..\..\skia\ext\bitmap_platform_device_mac.h" /> <ClInclude Include="..\..\skia\ext\bitmap_platform_device_skia.h" /> <ClInclude Include="..\..\skia\ext\bitmap_platform_device_win.h" /> <ClInclude Include="..\..\skia\ext\convolver.h" /> <ClInclude Include="..\..\skia\ext\convolver_mips_dspr2.h" /> <ClInclude Include="..\..\skia\ext\convolver_SSE2.h" /> <ClInclude Include="..\..\skia\ext\event_tracer_impl.h" /> <ClInclude Include="..\..\skia\ext\fontmgr_default_win.h" /> <ClInclude Include="..\..\skia\ext\image_operations.h" /> <ClInclude Include="..\..\skia\ext\lazy_pixel_ref.h" /> <ClInclude Include="..\..\skia\ext\opacity_draw_filter.h" /> <ClInclude Include="..\..\skia\ext\paint_simplifier.h" /> <ClInclude Include="..\..\skia\ext\pixel_ref_utils.h" /> <ClInclude Include="..\..\skia\ext\platform_canvas.h" /> <ClInclude Include="..\..\skia\ext\platform_device.h" /> <ClInclude Include="..\..\skia\ext\recursive_gaussian_convolution.h" /> <ClInclude Include="..\..\skia\ext\refptr.h" /> <ClInclude Include="..\..\skia\ext\SkDiscardableMemory_chrome.h" /> <ClInclude Include="..\..\skia\ext\skia_trace_shim.h" /> <ClInclude Include="..\..\skia\ext\skia_utils_base.h" /> <ClInclude Include="..\..\skia\ext\skia_utils_ios.h" /> <ClInclude Include="..\..\skia\ext\skia_utils_mac.h" /> <ClInclude Include="..\..\skia\ext\skia_utils_win.h" /> <ClInclude Include="..\..\skia\ext\vector_canvas.h" /> <ClInclude Include="..\..\skia\ext\vector_platform_device_emf_win.h" /> <ClInclude Include="..\..\skia\ext\vector_platform_device_skia.h" /> <ClInclude Include="..\..\third_party\icu\source\common\uchar_props_data.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\brkiter.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\uchar.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\ucnv.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\ucnv_err.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\umachine.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\uprops.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\uscript.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\utext.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\utrie2.h" /> <ClInclude Include="..\..\third_party\icu\source\common\unicode\utypes.h" /> <ClInclude Include="..\..\third_party\ots\include\opentype-sanitiser.h" /> <ClInclude Include="..\..\third_party\ots\include\ots-memory-stream.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\Platform.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebApplicationCacheHost.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebApplicationCacheHostClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebArrayBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebAudioBus.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebAudioDestinationConsumer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebAudioDevice.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebAudioSourceProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebAudioSourceProviderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBatteryStatus.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBatteryStatusListener.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBlendMode.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBlobData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBlobInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBlobRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBluetooth.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebBluetoothError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCanvas.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCircularGeofencingRegion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebClipboard.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebColor.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCommon.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCompositeAndReadbackAsyncCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCompositorAnimation.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCompositorAnimationCurve.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCompositorAnimationDelegate.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCompositorOutputSurface.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCompositorSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebConnectionType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebContentDecryptionModule.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebContentDecryptionModuleException.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebContentDecryptionModuleResult.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebContentDecryptionModuleSession.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebContentLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebContentLayerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebConvertableToTraceFormat.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCookie.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCookieJar.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCredential.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCredentialManagerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCredentialManagerError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCrypto.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCryptoAlgorithm.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCryptoAlgorithmParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCryptoKey.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCryptoKeyAlgorithm.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCryptoKeyAlgorithmParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCString.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebCursorInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDatabaseObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDataConsumerHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDeviceLightListener.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDeviceMotionData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDeviceMotionListener.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDeviceOrientationData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDeviceOrientationListener.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDiscardableMemory.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDoublePoint.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebDragData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebExternalBitmap.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebExternalTextureLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebExternalTextureLayerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebExternalTextureMailbox.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFallbackThemeEngine.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFederatedCredential.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileSystem.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileSystemCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileSystemEntry.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileSystemType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileWriter.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFileWriterClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFilterAnimationCurve.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFilterKeyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFilterOperations.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFlingAnimator.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFloatAnimationCurve.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFloatKeyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFloatPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFloatPoint3D.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFloatRect.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebFloatSize.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGamepad.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGamepadListener.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGamepads.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGeofencingError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGeofencingEventType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGeofencingProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGeofencingRegistration.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGestureCurve.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGestureCurveTarget.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGestureDevice.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGraphicsContext3D.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGraphicsContext3DProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebGraphicsLayerDebugInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebHTTPBody.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebHTTPHeaderVisitor.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebHTTPLoadInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBCursor.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBDatabase.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBDatabaseCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBDatabaseError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBDatabaseException.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBKey.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBKeyPath.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBKeyRange.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBMetadata.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebIDBTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebImage.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebImageLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebInbandTextTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebInbandTextTrackClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLayerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLayerPositionConstraint.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLayerScrollClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLayerTreeView.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLocalCredential.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLocalizedString.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLockOrientationCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebLockOrientationError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaConstraints.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaDeviceInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaPlayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaPlayerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaSource.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaStream.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaStreamCenter.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaStreamCenterClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaStreamSource.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaStreamTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMediaStreamTrackSourcesRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMessagePortChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMessagePortChannelClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMIDIAccessor.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMIDIAccessorClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebMimeRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebNinePatchLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebNonCopyable.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebNotificationData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebNotificationDelegate.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebNotificationManager.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebNotificationPermission.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPermissionCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPlatformEventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPlatformEventType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPluginListBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPrerender.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPrerenderingSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPrescientNetworking.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPrivateOwnPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPrivatePtr.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPublicSuffixList.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPushClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPushError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPushPermissionStatus.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebPushRegistration.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRect.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebReferrerPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRenderingStats.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCConfiguration.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCDataChannelHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCDataChannelHandlerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCDataChannelInit.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCDTMFSenderHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCDTMFSenderHandlerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCICECandidate.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCOfferOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCPeerConnectionHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCPeerConnectionHandlerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCSessionDescription.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCSessionDescriptionRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCStatsRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCStatsResponse.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebRTCVoidRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScheduler.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScreenInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScreenOrientationClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScreenOrientationLockType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScreenOrientationType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScrollbar.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScrollbarBehavior.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScrollbarLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScrollbarThemeGeometry.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScrollbarThemePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebScrollOffsetAnimationCurve.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSelectionBound.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSerializedOrigin.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorker.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerCache.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerCacheError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerCacheStorage.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerClientsInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerEventResult.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerProviderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerRegistration.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerRegistrationProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerResponse.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerResponseType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebServiceWorkerState.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSize.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSocketHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSocketHandleClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSocketHandshakeRequestInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSocketHandshakeResponseInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSourceBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSourceBufferClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSourceInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSpeechSynthesisUtterance.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSpeechSynthesisVoice.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSpeechSynthesizer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebSpeechSynthesizerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebStorageArea.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebStorageNamespace.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebStorageQuotaCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebStorageQuotaError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebStorageQuotaType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebString.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebThemeEngine.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebThread.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebThreadedDataReceiver.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebThreadSafeData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebTimeRange.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebTraceLocation.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebTransformAnimationCurve.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebTransformKeyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebTransformOperations.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebUnitTestSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURL.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURLError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURLLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURLLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURLLoadTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURLRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebURLResponse.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebVector.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebVibration.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebWaitableEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\platform\WebWorkerRunLoop.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebActiveWheelFlingParameters.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebArrayBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebArrayBufferConverter.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebArrayBufferView.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebAutofillClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebAXEnums.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebAXObject.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebBeginFrameArgs.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebBindings.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebBlob.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebCache.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebCachedURLRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebColorChooser.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebColorChooserClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebColorName.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebColorSuggestion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebCompositionUnderline.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebConsoleMessage.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebContentDetectionResult.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebContentSecurityPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebContentSettingsClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebContextMenuData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebCryptoNormalize.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebCustomElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDatabase.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDataSource.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDateTimeChooserCompletion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDateTimeChooserParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDateTimeInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDateTimeSuggestion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDeviceEmulationParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDevToolsAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDevToolsAgentClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDevToolsFrontend.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDevToolsFrontendClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDocumentType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMActivityLogger.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMCustomEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMFileSystem.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMMediaStreamTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMMessageEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMMouseEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMProgressEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDOMResourceProgressEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDraggableRegion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDragOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebDragStatus.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebElementCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebEmbeddedWorker.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebEmbeddedWorkerStartData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebExceptionCode.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebExternalPopupMenu.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebExternalPopupMenuClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFileChooserCompletion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFileChooserParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFindOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFont.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFontDescription.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFormControlElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFormElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFrameClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFrameLoadType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebFrameWidget.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGeolocationClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGeolocationController.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGeolocationError.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGeolocationPermissionRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGeolocationPermissionRequestManager.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGeolocationPosition.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGlyphCache.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebGraphicsContext.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebHeap.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebHelperPlugin.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebHistoryCommitType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebHistoryItem.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebHitTestResult.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebIconURL.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebImageCache.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebInputElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebInputEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebKit.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebLabelElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebLeakDetector.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebLocalFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMediaDevicesRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMediaPlayerAction.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMediaStreamRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMemoryUsageInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMenuItemInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMIDIClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebMIDIPermissionRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebNavigationPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebNavigationType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebNavigatorContentUtilsClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebNetworkStateNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebNode.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebOptionElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPageOverlay.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPagePopup.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPageSerializer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPageSerializerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPerformance.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPlugin.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPluginAction.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPluginContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPluginDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPluginParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPluginPlaceholder.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPluginScriptForbiddenScope.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPopupMenuInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPopupType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPrerendererClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPrintParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPrintPresetOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebPrintScalingOption.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebRange.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebRemoteFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebRemoteFrameClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebRuntimeFeatures.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSandboxFlags.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScopedMicrotaskSuppression.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScopedUserGesture.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScopedWindowFocusAllowedIndicator.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScriptBindings.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScriptController.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScriptExecutionCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebScriptSource.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSearchableFormData.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSecurityOrigin.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSecurityPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSelectElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSelector.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSerializedScriptValue.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSerializedScriptValueVersion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebServiceWorkerContextClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebServiceWorkerContextProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebServiceWorkerNetworkProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSettings.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSharedWorker.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSharedWorkerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSharedWorkerConnector.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSharedWorkerRepositoryClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSocket.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSocketClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpeechGrammar.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpeechRecognitionHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpeechRecognitionParams.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpeechRecognitionResult.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpeechRecognizer.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpeechRecognizerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSpellCheckClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebStorageEventDispatcher.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebSurroundingText.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTestingSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTestInterfaceFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextAffinity.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextAreaElement.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextCheckingCompletion.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextCheckingResult.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextCheckingType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextDecorationType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextDirection.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextInputInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTextRun.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTouchAction.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTouchPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebTreeScopeType.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebURLLoaderOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebUserGestureIndicator.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebUserGestureToken.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebUserMediaClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebUserMediaRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebView.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebViewClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebWidget.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebWidgetClient.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebWindowFeatures.h" /> <ClInclude Include="..\..\third_party\WebKit\public\web\WebWorkerContentSettingsClientProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\CustomElementConstructorBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\OnStackObjectChecker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptSourceCode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptValueSerializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ToV8.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8IteratorResultValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ObjectBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\WindowProxyManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\modules\v8\ScriptValueSerializerForModules.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\modules\v8\SerializedScriptValueForModulesFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AngleSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableClipPathOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableColor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableDouble.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableDoubleAndBool.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableFilterOperations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLength.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthBoxAndBool.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthPoint3D.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableLengthSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableNeutral.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableRepeatable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableShadow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableShapeValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableStrokeDasharrayList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableSVGPaint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableTransform.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableUnknown.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableValueKeyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\animatable\AnimatableVisibility.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\Animation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationClock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationEffect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationEffectTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationInputHelpers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationTimeline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\AnimationTranslationUtil.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ColorStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\CompositorAnimations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\CompositorAnimationsImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\CompositorPendingAnimations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ConstantStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\CSSValueInterpolationType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\DefaultSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\DeferredLegacyStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\DocumentAnimation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\DocumentAnimations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\DoubleStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\EffectInput.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\EffectModel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ElementAnimation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ElementAnimations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\FilterStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ImageSliceStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ImageStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\InertEffect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\IntegerOptionalIntegerSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\IntegerSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\InterpolableValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\Interpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\InterpolationEffect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\InterpolationType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\InterpolationValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\InvalidatableStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\Keyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\KeyframeEffect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\KeyframeEffectModel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\LegacyStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\LengthBoxStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\LengthPairStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\LengthStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\LengthSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ListStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ListSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\NonInterpolableValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\NumberOptionalNumberSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\NumberSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\PathSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\PointSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\PrimitiveInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\PropertyHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\RectSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\SampledEffect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\ShadowStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\StringKeyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\StyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\SVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\SVGStrokeDasharrayStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\Timing.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\TimingCalculations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\TimingInput.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\TransformSVGInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\VisibilityStyleInterpolation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DraggedIsolatedFileSystem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\ComputedStyleCSSValueMapping.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\Counter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSUnsetValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\KeyframeStyleRuleCSSStyleDeclaration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\BisonCSSParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\BisonCSSTokenizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserFastPaths.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserIdioms.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserMode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserObserverWrapper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserToken.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserTokenRange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSParserValues.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSPropertyParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSSupportsParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSTokenizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\CSSTokenizerInputStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\MediaQueryBlockWatcher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\MediaQueryParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\SizesAttributeParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\parser\SizesCalcParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleRuleKeyframe.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\TreeBoundaryCrossingRules.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ActiveDOMObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\AddConsoleMessageTask.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Attr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Attribute.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\AttributeCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\AXObjectCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\CDATASection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\CharacterData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ChildFrameDisconnector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ChildListMutationScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ChildNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ChildNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ClassCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ClientRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ClientRectList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Comment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\CompositorProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ContainerNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ContextFeatures.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ContextLifecycleNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ContextLifecycleObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\CrossThreadTask.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\CSSSelectorWatch.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementAsyncImportMicrotaskQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementCallbackInvocation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementCallbackQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementDefinition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementDescriptor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementDescriptorHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementException.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementLifecycleCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskDispatcher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskImportStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskQueueBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskResolutionStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskRunQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementMicrotaskStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementProcessingStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementProcessingStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementRegistrationContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementScheduler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementSyncMicrotaskQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\custom\CustomElementUpgradeCandidateMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DatasetDOMStringMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DecodedDataDocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Document.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentEncodingData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentFragment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentFullscreen.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentInit.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentLifecycle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentLifecycleNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentLifecycleObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentMarker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentMarkerController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentOrderedList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentOrderedMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentParserClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentStyleSheetCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentStyleSheetCollector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DocumentVisibilityObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMArrayBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMArrayBufferBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMArrayBufferView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMArrayPiece.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMDataView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMException.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMImplementation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMMatrix.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMMatrixReadOnly.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMNodeIds.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMPointReadOnly.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMRectReadOnly.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMSettableTokenList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMSharedArrayBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMStringList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMStringMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMTimeStamp.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMTokenList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMTypedArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMURL.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMURLUtils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\DOMURLUtilsReadOnly.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Element.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ElementData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ElementDataCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ElementFullscreen.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ElementRareData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ElementTraversal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\EmptyNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ExceptionCode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ExecutionContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ExecutionContextTask.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\FirstLetterPseudoElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\FrameRequestCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\FrameRequestCallbackCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Fullscreen.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\GlobalEventHandlers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\IconURL.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\IdTargetObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\IdTargetObserverRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\IgnoreDestructiveWriteCountIncrementer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\IncrementLoadEventDelayCount.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Iterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\LayoutTreeBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\LayoutTreeBuilderTraversal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\LiveNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\LiveNodeListBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MainThreadTaskRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MessageChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MessagePort.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Microtask.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MutationCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MutationObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MutationObserverInterestGroup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MutationObserverRegistration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\MutationRecord.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NamedNodeMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NameNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Node.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeChildRemovalTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeComputedStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeFilterCondition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeIteratorBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeListsNodeData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeRareData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeTraversal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NodeWithIndex.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NonDocumentTypeChildNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NonElementParentNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\NthIndexCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ParentNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ParserContentPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\PendingScript.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Position.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\PositionIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\PresentationAttributeStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ProcessingInstruction.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\PseudoElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\QualifiedName.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Range.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\RangeBoundaryPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\RawDataDocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\RemoteSecurityContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\RenderedDocumentMarker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\SandboxFlags.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ScopedWindowFocusAllowedIndicator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ScriptableDocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ScriptedAnimationController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ScriptLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ScriptLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ScriptRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\SelectorQuery.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ShadowTreeStyleSheetCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\ComposedTreeTraversal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\DistributedNodes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\SimulatedClickOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\SpaceSplitString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StaticNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StringCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StyleChangeReason.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StyleElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StyleEngine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StyleSheetCandidate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\StyleSheetCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\SuspendableTask.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TagCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TemplateContentDocumentFragment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Text.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TextLinkColors.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\Touch.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TouchList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TransformSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TreeScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TreeScopeAdopter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TreeScopeStyleSheetCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TreeShared.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\TreeWalker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\UserActionElementSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\ViewportDescription.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\VisitedLinkState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\WeakIdentifierMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\XMLDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\AppendNodeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\ApplyBlockElementCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\ApplyStyleCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\BreakBlockquoteCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\Caret.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\CompositeEditCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\CompositionUnderline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\CompositionUnderlineRangeFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\CreateLinkCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\DeleteFromTextNodeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\DeleteSelectionCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\DOMSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditAction.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditingBehavior.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditingBehaviorTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditingBoundary.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditingStrategy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditingStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EditingTestBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\Editor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\EphemeralRange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\FindOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\FormatBlockCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\FrameSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\GranularityStrategy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\htmlediting.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\HTMLInterchange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\IndentOutdentCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InputMethodController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InsertIntoTextNodeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InsertLineBreakCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InsertListCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InsertNodeBeforeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InsertParagraphSeparatorCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\InsertTextCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\BackwardsCharacterIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\BitStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\CharacterIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\FullyClippedStateStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\SimplifiedBackwardsTextIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\TextIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\TextIteratorFlags.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\TextIteratorTextState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\iterators\WordAwareIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\markup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\MarkupAccumulator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\MarkupFormatter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\MergeIdenticalElementsCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\MoveSelectionCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\PlainTextRange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\PositionWithAffinity.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\RemoveCSSPropertyCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\RemoveFormatCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\RemoveNodeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\RemoveNodePreservingChildrenCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\RenderedPosition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\ReplaceNodeWithSpanCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\ReplaceSelectionCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SelectionController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SelectionStrategy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SelectionType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SetNodeAttributeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SimplifyMarkupCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SmartReplace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SpellChecker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SpellCheckRequester.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SplitElementCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SplitTextNodeCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SplitTextNodeContainingElementCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\StyledMarkupAccumulator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\StyledMarkupSerializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\SurroundingText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\TextAffinity.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\TextCheckingHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\TextGranularity.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\TextInsertionBaseCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\TextOffset.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\TypingCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\UndoStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\UndoStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\UnlinkCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\VisiblePosition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\VisibleSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\VisibleUnits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\WrapContentsInDummySpanCommand.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\editing\WritingDirection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\AnimationEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\AnimationPlayerEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\ApplicationCacheErrorEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\AutocompleteErrorEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\BeforeTextInsertedEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\BeforeUnloadEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\ClipboardEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\CompositionEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\CustomEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\DOMWindowEventQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\ErrorEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\Event.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventDispatcher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventDispatchMediator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventListenerMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventSender.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\EventTarget.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\FocusEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\GenericEventQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\GestureEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\HashChangeEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\KeyboardEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\MessageEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\MouseEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\MouseRelatedEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\MutationEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\NavigatorEvents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\NodeEventContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\PageTransitionEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\PointerEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\PointerIdManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\PopStateEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\ProgressEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\PromiseRejectionEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\RegisteredEventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\RelatedEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\ResourceProgressEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\ScopedEventQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\SecurityPolicyViolationEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\TextEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\TextEventInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\TouchEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\TouchEventContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\TransitionEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\TreeScopeEventContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\UIEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\UIEventWithKeyState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\WheelEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\events\WindowEventContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\AccessControlStatus.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\CachedMetadata.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\CachedMetadataHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\CachePolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ClientHintsPreferences.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\CrossOriginAccessControl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\CSSStyleSheetResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\DocumentResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\DocumentResourceReference.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\FetchContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\FetchInitiatorInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\FetchRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\FetchUtils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\FontResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ImageResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ImageResourceClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\LinkFetchResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\MemoryCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\MockImageResourceClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\RawResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\Resource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceClientWalker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceFetcher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoaderOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoaderSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceLoadPriorityOptimizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourceOwner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ResourcePtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\ScriptResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\StyleSheetResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\StyleSheetResourceClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\SubstituteData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\TextResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\UniqueIdentifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fetch\XSLStyleSheetResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\Blob.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\File.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\FileError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\FileList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\FileReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\FileReaderLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\FileReaderLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\fileapi\FileReaderSync.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\BarProp.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\Console.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\ConsoleBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\ConsoleTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DeprecatedScheduleStyleRecalcDuringLayout.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DeviceSingleWindowEventController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMTimer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMTimerCoordinator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowBase64.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowEventHandlers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowLifecycleNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowLifecycleObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowProperty.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\DOMWindowTimers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\EventHandlerRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\Frame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameConsole.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameOwner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\FrameViewAutoSizeInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\History.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\ImageBitmap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\LayoutSubtreeRootList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\LocalDOMWindow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\LocalFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\LocalFrameLifecycleNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\LocalFrameLifecycleObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\Location.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\Navigator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\NavigatorCPU.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\NavigatorID.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\NavigatorLanguage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\NavigatorOnLine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\OriginsUsingFeatures.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\PageScaleConstraints.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\PageScaleConstraintsSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\PinchViewport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\PlatformEventController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\PlatformEventDispatcher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\RemoteDOMWindow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\RemoteFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\RemoteFrameClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\RemoteFrameView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\RootFrameViewport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\Screen.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\Settings.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\SettingsDelegate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\SmartClip.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\SubresourceIntegrity.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\SuspendableTimer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\TopControls.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\UseCounter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\canvas\CanvasFontCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\canvas\CanvasRenderingContextFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLImageFallbackHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\PreloadRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\ResourcePreloader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\AutomaticTrackSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\CueTimeline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\BufferedLineReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTCue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTRegion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTRegionList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTScanner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTToken.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\vtt\VTTTokenizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\input\EventHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\input\InputDevice.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\api\LineLayoutBlockFlow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\api\LineLayoutBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\api\LineLayoutInline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\api\LineLayoutItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\api\LineLayoutText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\BidiRun.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\BidiRunForLine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\ClipPathOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\ClipRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\ClipRects.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\ClipRectsCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositedDeprecatedPaintLayerMapping.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositedSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositedSelectionBound.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingInputsUpdater.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingLayerAssigner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingReasonFinder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingRequirementsUpdater.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\CompositingTriggers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\DeprecatedPaintLayerCompositor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\GraphicsLayerTreeBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\compositing\GraphicsLayerUpdater.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\CounterNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\FloatingObjects.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\GapRects.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\GeneratedChildren.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\HitTestCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\HitTestingTransformState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\HitTestLocation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\HitTestRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\HitTestResult.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\ImageQualityController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutAnalyzer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutApplet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutBlock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutBlockFlow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutBoxModelObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutBR.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutButton.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutCounter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutDeprecatedFlexibleBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutDetailsMarker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutEmbeddedObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFieldset.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFileUploadControl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFlexibleBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFlowThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFrameSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutFullScreen.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutGeometryMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutGeometryMapStep.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutGrid.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutHTMLCanvas.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutIFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutImageResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutImageResourceStyleImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutInline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutListBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutListItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutListMarker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutMedia.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutMenuList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutMeter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutMultiColumnFlowThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutMultiColumnSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutMultiColumnSpannerPlaceholder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutObjectChildList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutObjectInlines.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutPagedFlowThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutPart.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutProgress.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutQuote.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutReplaced.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutReplica.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutRuby.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutRubyBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutRubyRun.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutRubyText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutScrollbar.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutScrollbarPart.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutScrollbarTheme.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutSearchField.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutSlider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutSliderContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutSliderThumb.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableCaption.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableCell.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableCol.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableRow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTableSection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextCombine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextControl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextControlMultiLine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextControlSingleLine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextFragment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTextTrackContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTheme.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeAndroid.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeDefault.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeFontProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeLinux.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeWin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutTreeAsText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutVideo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutVTTCue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\LayoutWordBreak.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\AbstractInlineTextBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\BreakingContextInlineHeaders.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\EllipsisBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\GlyphOverflow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\InlineBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\InlineFlowBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\InlineIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\InlineTextBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\LayoutTextInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\LineBoxList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\LineBreaker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\LineInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\LineLayoutState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\LineWidth.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\RootInlineBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\TrailingFloatsRootInlineBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\TrailingObjects.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\line\WordMeasurement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\MultiColumnFragmentainerGroup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\OrderIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\OverflowModel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\PaintInvalidationState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\PendingSelection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\PointerEventsHitRules.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\ScrollAlignment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\BoxShape.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\PolygonShape.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\RasterShape.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\RectangleShape.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\Shape.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\ShapeInterval.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\shapes\ShapeOutsideInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\SubtreeLayoutScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGBlock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGEllipse.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGForeignObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGGradientStop.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGHiddenContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGInline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGInlineText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGModelObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceClipper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceFilterPrimitive.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceGradient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceLinearGradient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceMarker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceMasker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourcePaintServer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourcePattern.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGResourceRadialGradient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGRoot.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGShape.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGTextPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGTransformableContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGTSpan.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\LayoutSVGViewportContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\line\SVGInlineFlowBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\line\SVGInlineTextBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\line\SVGRootInlineBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\ReferenceFilterBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGLayoutSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGLayoutTreeAsText.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGMarkerData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGResources.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGResourcesCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGResourcesCycleSolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGSubpathData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextChunkBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextFragment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutAttributes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutAttributesBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutEngine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutEngineBaseline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextLayoutEngineSpacing.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextMetrics.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextMetricsBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\svg\SVGTextQuery.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\TableLayoutAlgorithm.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\TableLayoutAlgorithmAuto.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\TableLayoutAlgorithmFixed.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\TextAutosizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\TextRunConstructor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\TracedLayoutObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\layout\VerticalPositionCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\LinkHeader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\AutoscrollController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\ChromeClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\ContextMenuClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\ContextMenuController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\ContextMenuProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\CreateWindow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\CustomContextMenuProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DOMWindowPagePopup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DragActions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DragClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DragController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DragData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DragSession.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\DragState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\EditorClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\EventSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\FocusController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\FrameTree.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\NetworkStateNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\Page.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PageAnimator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PageLifecycleNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PageLifecycleObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PagePopup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PagePopupClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PagePopupController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PageSerializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PageVisibilityState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PointerLockController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PopupOpeningObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\PrintContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\ScopedPageLoadDeferrer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\scrolling\ScrollState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\SpatialNavigation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\SpellCheckerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\TouchAdjustment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\TouchDisambiguation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\ValidationMessageClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\WindowFeatures.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BackgroundImageGeometry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BlockFlowPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BlockPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BoxBorderPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BoxClipper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BoxDecorationData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\BoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ClipScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\CompositingRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerClipper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerFilterInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerFragment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerPaintingInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerReflectionInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerScrollableArea.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerStackingNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DeprecatedPaintLayerStackingNodeIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\DetailsMarkerPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\EllipsisBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\EmbeddedObjectPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FieldsetPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FileUploadControlPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FilterEffectBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FilterPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FloatClipRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FramePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\FrameSetPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\GridPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\HTMLCanvasPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ImagePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\InlineFlowBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\InlinePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\InlineTextBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\LayerClipRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\LayerFixedPositionRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\LayoutObjectDrawingRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\LineBoxListPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ListItemPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ListMarkerPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\MediaControlsPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\MultiColumnSetPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\NinePieceImageGrid.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\NinePieceImagePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ObjectPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\PaintInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\PaintPhase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\PartPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ReplacedPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ReplicaPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\RootInlineBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\RoundedInnerRectClipper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ScopeRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ScrollableAreaPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ScrollbarPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ScrollRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SubtreeRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGClipPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGContainerPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGFilterPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGForeignObjectPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGImagePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGInlineFlowBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGInlineTextBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGMaskPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGPaintContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGRootInlineBoxPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGRootPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGShapePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\SVGTextPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\TableCellPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\TablePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\TableRowPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\TableSectionPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\TextPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ThemePainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ThemePainterDefault.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ThemePainterMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\Transform3DRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\TransformRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\VideoPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\paint\ViewPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\ReadableByteStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\ReadableByteStreamReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\ReadableStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\ReadableStreamImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\ReadableStreamReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\AppliedTextDecoration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\AuthorStyleInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\BasicShapes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\BorderData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\BorderEdge.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\BorderImageLength.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\BorderImageLengthBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\BorderValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\CachedUAStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\CollapsedBorderValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\ComputedStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\ComputedStyleConstants.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\ContentData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\CounterContent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\CounterDirectives.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\CursorData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\DataEquivalency.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\DataRef.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\FillLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\GridCoordinate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\GridLength.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\GridPosition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\GridResolvedPosition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\GridTrackSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\LineClampValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\NinePieceImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\OutlineValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\PathStyleMotionPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\QuotesData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\ShadowData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\ShadowList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\ShapeValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleBackgroundData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleBoxData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleContentAlignmentData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleDeprecatedFlexibleBoxData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleDifference.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleFetchedImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleFetchedImageSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleFilterData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleFlexibleBoxData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleGeneratedImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleGridData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleGridItemData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleInheritedData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleMotionData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleMotionPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleMultiColData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StylePendingImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleRareInheritedData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleRareNonInheritedData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleReflection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleScrollSnapData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleSelfAlignmentData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleSurroundData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleTransformData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleVisualData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\StyleWillChangeData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\SVGComputedStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\SVGComputedStyleDefs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\style\TransformOrigin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\testing\LayerRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\testing\LayerRectList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\ConsoleMemory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\DOMWindowPerformance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\MemoryInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\Performance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceCompositeTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceEntry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceMark.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceMeasure.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceNavigation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceRenderTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceResourceTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\PerformanceUserTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\SharedWorkerPerformance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\WorkerGlobalScopePerformance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\timing\WorkerPerformance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\DedicatedWorkerGlobalScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\DedicatedWorkerMessagingProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\DedicatedWorkerThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\InProcessWorkerBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\SharedWorker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\SharedWorkerGlobalScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\SharedWorkerRepositoryClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\SharedWorkerThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\Worker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerClients.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerConsole.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerEventQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerGlobalScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerGlobalScopeProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerGlobalScopeProxyProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerInspectorProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerLoaderProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerLocation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerMessagingProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerNavigator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerObjectProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerReportingProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerScriptLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\WorkerThreadStartupData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\DOMParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\parser\SharedBufferReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLDocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLDocumentParserScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLErrors.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xml\parser\XMLParserInput.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasGradient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasPathMethods.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasPattern.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasRenderingContext2D.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasRenderingContext2DState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\CanvasStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\ClipList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\ContextAttributeHelpers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\HitRegion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\MouseEventHitRegion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\canvas2d\Path2D.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\crypto\Crypto.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\crypto\DOMWindowCrypto.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\encoding\Encoding.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\encoding\TextDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\encoding\TextEncoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\Body.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\BodyStreamBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\CompositeDataConsumerHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\DataConsumerHandleUtil.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\DataConsumerTee.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchBlobDataConsumerHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchDataConsumerHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchDataLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchHeaderList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchRequestData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\FetchResponseData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\GlobalFetch.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\Headers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\Request.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\RequestInit.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\Response.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\fetch\ResponseInit.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\Coordinates.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\Geolocation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationPosition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\GeolocationWatchers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\GeoNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\Geoposition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\NavigatorGeolocation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\PositionCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\PositionError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\geolocation\PositionErrorCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\InitModules.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasession\HTMLMediaElementMediaSession.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasession\MediaSession.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\HTMLVideoElementMediaSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\MediaSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\MediaSourceRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\SourceBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\SourceBufferList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\TrackDefault.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\TrackDefaultList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\URLMediaSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediasource\VideoPlaybackQuality.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaConstraintsImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrackEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrackSourcesCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\MediaStreamTrackSourcesRequestImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\NavigatorUserMediaError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\SourceInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\UserMediaController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\mediastream\UserMediaRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\navigatorcontentutils\NavigatorContentUtils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\navigatorcontentutils\NavigatorContentUtilsClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\netinfo\NavigatorNetworkInformation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\netinfo\NetworkInformation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\netinfo\WorkerNavigatorNetworkInformation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\plugins\DOMMimeType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\plugins\DOMMimeTypeArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\plugins\DOMPlugin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\plugins\DOMPluginArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\plugins\NavigatorPlugins.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\plugins\PluginOcclusionSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\DeprecatedStorageInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\DeprecatedStorageQuota.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\DeprecatedStorageQuotaCallbacksImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\DOMWindowQuota.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\NavigatorStorageQuota.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageErrorCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuota.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuotaCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuotaCallbacksImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageQuotaClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\StorageUsageCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\quota\WorkerNavigatorStorageQuota.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\DOMWindowStorage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\DOMWindowStorageController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\InspectorDOMStorageAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\Storage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\StorageArea.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\StorageClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\StorageEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\StorageNamespace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\storage\StorageNamespaceController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AnalyserNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AsyncAudioDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBasicInspectorNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBasicProcessorHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBufferCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioBufferSourceNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioDestinationNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioNodeInput.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioNodeOutput.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioParam.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioParamTimeline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioProcessingEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioScheduledSourceNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioSourceNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\AudioSummingJunction.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\BiquadDSPKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\BiquadFilterNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\BiquadProcessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\ChannelMergerNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\ChannelSplitterNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\ConvolverNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DefaultAudioDestinationNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DeferredTaskHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DelayDSPKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DelayNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DelayProcessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DOMWindowWebAudio.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\DynamicsCompressorNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\GainNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\MediaElementAudioSourceNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\MediaStreamAudioDestinationNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\MediaStreamAudioSourceNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\OfflineAudioCompletionEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\OfflineAudioContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\OfflineAudioDestinationNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\OscillatorNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\PannerNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\PeriodicWave.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\RealtimeAnalyser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\ScriptProcessorNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\StereoPannerNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\WaveShaperDSPKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\WaveShaperNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webaudio\WaveShaperProcessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\ANGLEInstancedArrays.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\CHROMIUMSubscribeUniform.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\CHROMIUMValuebuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\EXTBlendMinMax.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\EXTFragDepth.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\EXTShaderTextureLOD.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\EXTsRGB.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\EXTTextureFilterAnisotropic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESElementIndexUint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESStandardDerivatives.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureFloat.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureFloatLinear.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureHalfFloat.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESTextureHalfFloatLinear.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\OESVertexArrayObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGL2RenderingContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGL2RenderingContextBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLActiveInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTextureATC.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTextureETC1.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTexturePVRTC.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLCompressedTextureS3TC.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextAttributeHelpers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextGroup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLContextObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDebugRendererInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDebugShaders.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDepthTexture.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLDrawBuffers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLExtension.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLExtensionName.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLFenceSync.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLFramebuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLLoseContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLProgram.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLQuery.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLRenderbuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLRenderingContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLRenderingContextBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSampler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLShader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLShaderPrecisionFormat.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSharedObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSharedPlatform3DObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLSync.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLTexture.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLTransformFeedback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLUniformLocation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLVertexArrayObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLVertexArrayObjectBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\webgl\WebGLVertexArrayObjectOES.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\CloseEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\DocumentWebSocketChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\DOMWebSocket.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\InspectorWebSocketEvents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\WebSocketChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\WebSocketChannelClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\WebSocketFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\modules\websockets\WorkerWebSocketChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioBus.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioChannel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioDelayDSPKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioDestination.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioDestinationConsumer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioDSPKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioDSPKernelProcessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioFIFO.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioFileReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioIOCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioProcessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioPullFIFO.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioResampler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioResamplerKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioSourceProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioSourceProviderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\AudioUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\Biquad.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\Cone.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\DenormalDisabler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\DirectConvolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\Distance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\DownSampler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\DynamicsCompressor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\DynamicsCompressorKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\EqualPowerPanner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\FFTConvolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\FFTFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\HRTFDatabase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\HRTFDatabaseLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\HRTFElevation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\HRTFKernel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\HRTFPanner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\MultiChannelResampler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\Panner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\Reverb.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\ReverbAccumulationBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\ReverbConvolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\ReverbConvolverStage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\ReverbInputBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\SincResampler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\Spatializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\StereoPanner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\UpSampler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\VectorMath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\audio\ZeroPole.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WebActiveGestureAnimation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WebScrollbarImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WebScrollbarThemeGeometryNative.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WebURLRequestPrivate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WebURLResponsePrivate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WrappedResourceRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\exported\WrappedResourceResponse.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontCustomPlatformData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\UTF16TextIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\DoublePoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\DoubleRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\LayoutRectOutsets.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\BitmapImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\BitmapPattern.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\BitmapPatternBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Canvas2DLayerBridge.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Canvas2DLayerManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Color.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ColorSpace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\CompositingReasons.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ContentLayerDelegate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\CrossfadeGeneratedImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\DashArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\DecodingImageGenerator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\DeferredImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\DrawLooperBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ExpensiveCanvasHeuristicParameters.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\FirstPaintInvalidationTracking.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\FrameData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GDIPlusInit.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GeneratedImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Gradient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GradientGeneratedImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsContextState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsContextStateSaver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsLayer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsLayerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsLayerDebugInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsLayerFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\GraphicsTypes3D.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Image.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageAnimationPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageBufferClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageBufferSurface.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageDecodingStore.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageFrameGenerator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageOrientation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ImageSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\InterceptingCanvas.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ListContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\LoggingCanvas.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\media\MediaPlayer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\PaintInvalidationReason.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\CachedDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipPathDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipPathRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ClipRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\CompositingDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemCacheSkipper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemTransformTree.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DisplayItemTransformTreeBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DrawingDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\DrawingRecorder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FilterDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FixedPositionContainerDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FixedPositionDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\FloatClipDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\ScrollDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\SkPictureBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\SubtreeDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\paint\TransformDisplayItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Path.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\PathTraversalState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\Pattern.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\PicturePattern.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\PictureSnapshot.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ProfilingCanvas.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\RecordingImageBufferSurface.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ReplayingCanvas.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\StaticBitmapImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\StaticBitmapPattern.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\StrokeData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\ThreadSafeDataTransport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\UnacceleratedImageBufferSurface.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\ActiveScriptWrappableManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\BlinkGCMemoryDumpProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\CallbackStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\GarbageCollected.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\GCInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\Handle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\Heap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\HeapAllocator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\HeapLinkedStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\HeapTerminatedArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\HeapTerminatedArrayBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\InlinedGlobalMarkingVisitor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\MarkingVisitor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\MarkingVisitorImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\PageMemory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\PagePool.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\PersistentNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\SafePoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\StackFrameDepth.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\ThreadingTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\ThreadState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\TraceTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\UnifiedHeapController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\Visitor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\FastSharedBufferReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\GDIPlus\GDIPlusReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\GDIPlus\ImageGDIPlusDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-encoders\gdiplus\GDIPlusImageEncoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\NetworkHints.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PartitionAllocMemoryDumpProvider.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scheduler\CancellableTaskFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Supplementable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\IcuCharsetDetector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\SimpleTextBreakIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\win\PlatformMouseEventWin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ChromeClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ColorChooserPopupUIController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ColorChooserUIController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\CompositionUnderlineBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\CompositionUnderlineVectorBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ContextFeaturesClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ContextMenuClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\DragClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\EditorClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ExternalDateTimeChooser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ExternalPopupMenu.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\FrameLoaderClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\GeolocationClientProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\GraphicsLayerFactoryChromium.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\InspectorOverlayImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\InspectorRenderingAgent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\LinkHighlight.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\NotificationPermissionClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\OpenedFrameTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\PageOverlay.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\PageOverlayList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\PageWidgetDelegate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\painting\ContinuousPainter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\PluginPlaceholderImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\PopupMenuImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\RemoteFrameClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ResizeViewportAnchor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\RotationViewportAnchor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\SpellCheckerClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\StorageClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\StorageQuotaClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\SuspendableScriptExecutor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\ValidationMessageClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebDataSourceImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebDevToolsAgentImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebDevToolsFrontendImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebEntities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebFileChooserCompletionImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebFrameWidgetImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebGraphicsContextImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebInputEventConversion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebLocalFrameImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebMediaPlayerClientImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebPagePopupImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebPluginContainerImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebPluginLoadObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebRemoteFrameImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebSettingsImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebTextCheckingCompletionImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WebViewImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WorkerContentSettingsClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\web\WorkerGlobalScopeProxyProviderImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PageAllocator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PartitionAlloc.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PartitionAllocator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Partitions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\qt4\QChar.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\qt4\QString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\qt4\QtGlobal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\qt4\qunicodetables.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\qt4\UnicodeMacrosFromICU.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\qt4\UnicodeQt4.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\UTF8.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\WTFStringUtil.h" /> <ClInclude Include="..\..\ui\gfx\win\dpi.h" /> <ClInclude Include="..\..\wke\wke.h" /> <ClInclude Include="..\..\wke\wke2.h" /> <ClInclude Include="..\..\wke\wkedefine.h" /> <ClInclude Include="..\..\wke\wkeGlobalVar.h" /> <ClInclude Include="..\..\wke\wkeJsBind.h" /> <ClInclude Include="..\..\wke\wkeMediaPlayer.h" /> <ClInclude Include="..\..\wke\wkeNetHook.h" /> <ClInclude Include="..\..\wke\wkeSimpleDownload.h" /> <ClInclude Include="..\..\wke\wkeString.h" /> <ClInclude Include="..\..\wke\wkeUtil.h" /> <ClInclude Include="..\..\wke\wkeWebView.h" /> <ClInclude Include="..\..\wke\wkeWebWindow.h" /> <ClInclude Include="..\..\public\platform\modules\app_banner\WebAppBannerClient.h" /> <ClInclude Include="..\..\public\platform\modules\app_banner\WebAppBannerPromptReply.h" /> <ClInclude Include="..\..\public\platform\modules\app_banner\WebAppBannerPromptResult.h" /> <ClInclude Include="..\..\public\platform\modules\background_sync\WebSyncClient.h" /> <ClInclude Include="..\..\public\platform\modules\background_sync\WebSyncError.h" /> <ClInclude Include="..\..\public\platform\modules\background_sync\WebSyncPermissionStatus.h" /> <ClInclude Include="..\..\public\platform\modules\background_sync\WebSyncProvider.h" /> <ClInclude Include="..\..\public\platform\modules\background_sync\WebSyncRegistration.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebBluetooth.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebBluetoothDevice.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebBluetoothError.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebBluetoothGATTCharacteristic.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebBluetoothGATTRemoteServer.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebBluetoothGATTService.h" /> <ClInclude Include="..\..\public\platform\modules\bluetooth\WebRequestDeviceOptions.h" /> <ClInclude Include="..\..\public\platform\modules\device_orientation\WebDeviceMotionData.h" /> <ClInclude Include="..\..\public\platform\modules\device_orientation\WebDeviceMotionListener.h" /> <ClInclude Include="..\..\public\platform\modules\device_orientation\WebDeviceOrientationData.h" /> <ClInclude Include="..\..\public\platform\modules\device_orientation\WebDeviceOrientationListener.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBCallbacks.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBCursor.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBDatabase.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBDatabaseCallbacks.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBDatabaseError.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBDatabaseException.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBFactory.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBKey.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBKeyPath.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBKeyRange.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBMetadata.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBTypes.h" /> <ClInclude Include="..\..\public\platform\modules\indexeddb\WebIDBValue.h" /> <ClInclude Include="..\..\public\platform\modules\navigator_services\WebServicePort.h" /> <ClInclude Include="..\..\public\platform\modules\navigator_services\WebServicePortCallbacks.h" /> <ClInclude Include="..\..\public\platform\modules\navigator_services\WebServicePortProvider.h" /> <ClInclude Include="..\..\public\platform\modules\navigator_services\WebServicePortProviderClient.h" /> <ClInclude Include="..\..\public\platform\modules\notifications\WebNotificationAction.h" /> <ClInclude Include="..\..\public\platform\modules\notifications\WebNotificationData.h" /> <ClInclude Include="..\..\public\platform\modules\notifications\WebNotificationDelegate.h" /> <ClInclude Include="..\..\public\platform\modules\notifications\WebNotificationManager.h" /> <ClInclude Include="..\..\public\platform\modules\notifications\WebNotificationPermission.h" /> <ClInclude Include="..\..\public\platform\modules\permissions\WebPermissionClient.h" /> <ClInclude Include="..\..\public\platform\modules\permissions\WebPermissionObserver.h" /> <ClInclude Include="..\..\public\platform\modules\permissions\WebPermissionStatus.h" /> <ClInclude Include="..\..\public\platform\modules\permissions\WebPermissionType.h" /> <ClInclude Include="..\..\public\platform\modules\presentation\WebPresentationAvailabilityObserver.h" /> <ClInclude Include="..\..\public\platform\modules\presentation\WebPresentationClient.h" /> <ClInclude Include="..\..\public\platform\modules\presentation\WebPresentationController.h" /> <ClInclude Include="..\..\public\platform\modules\presentation\WebPresentationError.h" /> <ClInclude Include="..\..\public\platform\modules\presentation\WebPresentationSessionClient.h" /> <ClInclude Include="..\..\public\platform\modules\push_messaging\WebPushClient.h" /> <ClInclude Include="..\..\public\platform\modules\push_messaging\WebPushError.h" /> <ClInclude Include="..\..\public\platform\modules\push_messaging\WebPushPermissionStatus.h" /> <ClInclude Include="..\..\public\platform\modules\push_messaging\WebPushProvider.h" /> <ClInclude Include="..\..\public\platform\modules\push_messaging\WebPushSubscription.h" /> <ClInclude Include="..\..\public\platform\modules\push_messaging\WebPushSubscriptionOptions.h" /> <ClInclude Include="..\..\public\platform\modules\screen_orientation\WebLockOrientationCallback.h" /> <ClInclude Include="..\..\public\platform\modules\screen_orientation\WebLockOrientationError.h" /> <ClInclude Include="..\..\public\platform\modules\screen_orientation\WebScreenOrientationClient.h" /> <ClInclude Include="..\..\public\platform\modules\screen_orientation\WebScreenOrientationLockType.h" /> <ClInclude Include="..\..\public\platform\modules\screen_orientation\WebScreenOrientationType.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorker.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerCache.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerCacheError.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerCacheStorage.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerClientQueryOptions.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerClientsClaimCallbacks.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerClientsInfo.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerClientType.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerError.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerEventResult.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerProvider.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerProviderClient.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerProxy.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerRegistration.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerRegistrationProxy.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerRequest.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerResponse.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerResponseError.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerResponseType.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerSkipWaitingCallbacks.h" /> <ClInclude Include="..\..\public\platform\modules\serviceworker\WebServiceWorkerState.h" /> <ClInclude Include="..\..\public\platform\modules\vr\WebVR.h" /> <ClInclude Include="..\..\public\platform\modules\vr\WebVRClient.h" /> <ClInclude Include="..\..\public\platform\modules\wake_lock\WebWakeLockClient.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBClient.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBDevice.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBDeviceFilter.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBDeviceInfo.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBDeviceRequestOptions.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBError.h" /> <ClInclude Include="..\..\public\platform\modules\webusb\WebUSBTransferInfo.h" /> <ClInclude Include="..\..\public\web\default\WebRenderTheme.h" /> <ClInclude Include="..\..\public\web\linux\WebFontRendering.h" /> <ClInclude Include="..\..\public\web\mac\WebInputEventFactory.h" /> <ClInclude Include="..\..\public\web\mac\WebScrollbarTheme.h" /> <ClInclude Include="..\..\public\web\mac\WebSubstringUtil.h" /> <ClInclude Include="..\..\public\web\modules\notifications\WebNotificationPermissionCallback.h" /> <ClInclude Include="..\..\public\web\modules\serviceworker\WebServiceWorkerContextClient.h" /> <ClInclude Include="..\..\public\web\modules\serviceworker\WebServiceWorkerContextProxy.h" /> <ClInclude Include="..\..\public\web\modules\serviceworker\WebServiceWorkerNetworkProvider.h" /> <ClInclude Include="..\..\public\web\win\WebFontRendering.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ActiveDOMCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ArrayValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\BindingSecurity.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\CallbackPromiseAdapter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\CustomElementBinding.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\Dictionary.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\DictionaryHelperForBindings.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\DOMDataStore.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\DOMWrapperMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\DOMWrapperWorld.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ExceptionMessages.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ExceptionState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ExceptionStatePlaceholder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\Iterable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\Maplike.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ModuleProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\NativeValueTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\npruntime_impl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\npruntime_priv.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\NPV8Object.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\Nullable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\PrivateScriptRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\RejectedPromises.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\RetainedDOMInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\RetainedObjectInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScheduledAction.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScopedPersistent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptCallStackFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptEventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptFunction.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptFunctionCall.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromise.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromiseProperties.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromiseProperty.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromisePropertyBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptPromiseResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptRegexp.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptStreamer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptStreamerThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\ScriptWrappable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\SerializationTag.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\SerializedScriptValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\SharedPersistent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8AbstractEventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8Binding.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8BindingMacros.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8CacheOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8CustomElementLifecycleCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8DOMActivityLogger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8DOMConfiguration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8DOMWrapper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ErrorHandler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8EventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8EventListenerList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8GCController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8GCForContextDispose.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8GlobalValueMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8HiddenValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8IdleTaskRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8Initializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8LazyEventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8MutationCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8NodeFilterCondition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8NPObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8NPUtils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ObjectConstructor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8PerContextData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8PerIsolateData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8PersistentValueVector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8RecursionScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ScriptRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8StringResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ThrowException.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8ValueCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\V8WorkerGlobalScopeEventListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\WindowProxy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\WorkerScriptController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\core\v8\WrapperTypeInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\modules\v8\ModuleBindingsInitializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\bindings\templates\union.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\config.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimatableValueFactory.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimationData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSAnimationUpdate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSPropertyEquality.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSTimingData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\animation\css\CSSTransitionData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DataObject.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DataObjectItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransfer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransferAccessPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransferItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\DataTransferItemList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\clipboard\Pasteboard.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\CoreExport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\BasicShapeFunctions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\BinaryDataFontFaceSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSBasicShapes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSBorderImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSBorderImageSliceValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSCalculationValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSCanvasValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSComputedStyleDeclaration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSContentDistributionValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSCrossfadeValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSCursorImageValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSCustomFontData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSDefaultStyleSheets.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontFace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontFaceRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontFaceSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontFaceSrcValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontFeatureValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontSelector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFontSelectorClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSFunctionValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSGradientValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSGridLineNamesValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSGridTemplateAreasValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSGroupingRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSImageGeneratorValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSImageSetValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSImageValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSImportRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSInheritedValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSInitialValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSKeyframeRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSKeyframesRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSLineBoxContainValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSMarkup.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSMatrix.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSMediaRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSPageRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSPrimitiveValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSPrimitiveValueMappings.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSProperty.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSPropertyMetadata.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSPropertySourceData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSReflectionDirection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSReflectValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSRuleList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSSegmentedFontFace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSSelector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSSelectorList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSShadowValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSStyleDeclaration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSStyleRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSStyleSheet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSSupportsRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSSVGDocumentValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSTimingFunctionValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSToLengthConversionData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSUnicodeRangeValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSValueList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSValuePool.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSValueTestHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\CSSViewportRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\DocumentFontFaceSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\DOMWindowCSS.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\ElementRuleCollector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontFace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontFaceCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontFaceSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontFaceSetForEachCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontFaceSetLoadEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\FontSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\HashTools.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\invalidation\DescendantInvalidationSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\invalidation\StyleInvalidator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\invalidation\StyleSheetInvalidationAnalysis.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\LocalFontFaceSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQuery.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQueryEvaluator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQueryExp.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQueryList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQueryListEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQueryListListener.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaQueryMatcher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaValues.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaValuesCached.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\MediaValuesDynamic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\PageRuleCollector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\Pair.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\PointerProperties.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\PropertySetCSSStyleDeclaration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\PseudoStyleRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\Rect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\RemoteFontFaceSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\AnimatedStyleBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\CSSPropertyPriority.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\CSSToStyleMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\ElementResolveContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\ElementStyleResources.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\FilterOperationResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\FontBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\MatchedPropertiesCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\MatchRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\MatchResult.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\MediaQueryResult.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\ScopedStyleResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\SharedStyleFinder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleAdjuster.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleBuilderConverter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolverParentScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolverState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResolverStats.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\StyleResourceLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\TransformBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\resolver\ViewportStyleResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\RuleFeature.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\RuleSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\SelectorChecker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\SelectorFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleColor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleMedia.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StylePropertySerializer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StylePropertySet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleRule.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleRuleImport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleRuleNamespace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleSheet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleSheetContents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\css\StyleSheetList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\ElementShadow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\InsertionPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\SelectRuleFeatureSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\ShadowRoot.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\dom\shadow\ShadowRootRareData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\ContentSecurityPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPDirective.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPDirectiveList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\CSPSourceList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\MediaListDirective.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\frame\csp\SourceListDirective.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\canvas\CanvasImageSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\canvas\CanvasRenderingContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\ClassList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\CollectionIndexCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\CollectionItemsCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\CollectionType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\DocumentNameCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\DOMFormData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\FormAssociatedElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\FormDataList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseButtonInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseCheckableInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseChooserOnlyDateAndTimeInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseClickableWithKeyInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseDateAndTimeInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseMultipleFieldsDateAndTimeInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\BaseTextInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\ButtonInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\CheckboxInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\ColorChooser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\ColorChooserClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\ColorInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\DateInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeChooser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeChooserClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeFieldsState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\DateTimeLocalInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\EmailInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\FileInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\FormController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\HiddenInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\ImageInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\InputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\InputTypeView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\MonthInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\NumberInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\PasswordInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\RadioButtonGroupScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\RadioInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\RangeInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\ResetInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\SearchInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\StepRange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\SubmitInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\TelephoneInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\TextFieldInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\TextInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\TimeInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\TypeAhead.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\URLInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\forms\WeekInputType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLAllCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLAnchorElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLAppletElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLAreaElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLAudioElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLBaseElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLBDIElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLBodyElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLBRElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLButtonElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLCanvasElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLContentElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDataListElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDataListOptionsCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDetailsElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDialogElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDimension.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDirectoryElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDivElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDListElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLEmbedElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFieldSetElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFontElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFormControlElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFormControlElementWithState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFormControlsCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFormElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameElementBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameOwnerElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLFrameSetElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLHeadElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLHeadingElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLHRElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLHtmlElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLIFrameElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLImageElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLImageLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLInputElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLKeygenElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLLabelElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLLegendElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLLIElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLLinkElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMapElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMarqueeElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMediaElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMediaSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMenuElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMenuItemElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMetaElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLMeterElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLModElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLNameCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLNoEmbedElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLNoScriptElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLObjectElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLOListElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLOptGroupElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLOptionElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLOptionsCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLOutputElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLParagraphElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLParamElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLPictureElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLPlugInElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLPreElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLProgressElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLQuoteElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLRTElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLRubyElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLScriptElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLSelectElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLShadowElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLSourceElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLSpanElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLStyleElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLSummaryElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableCaptionElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableCellElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableColElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTablePartElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableRowElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableRowsCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTableSectionElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTagCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTemplateElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTextAreaElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTextFormControlElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTitleElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLTrackElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLUListElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLUnknownElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLVideoElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLViewSourceDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\HTMLWBRElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\ImageData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\ImageDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportChild.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportChildClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportsController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportStateResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\HTMLImportTreeRoot.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\imports\LinkImport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\LabelableElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\LabelsNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\LinkManifest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\LinkRelAttribute.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\LinkResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\MediaController.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\MediaDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\MediaError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\MediaFragmentURIParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\MediaKeyError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\MediaKeyEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\AtomicHTMLToken.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\BackgroundHTMLInputStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\BackgroundHTMLParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\CompactHTMLToken.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\CSSPreloadScanner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLConstructionSite.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLDocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLElementStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLEntityParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLEntitySearch.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLEntityTable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLFormattingElementList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLInputStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLMetaCharsetParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserIdioms.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserScheduler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLParserThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLPreloadScanner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLResourcePreloader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLScriptRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLScriptRunnerHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLSourceTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLSrcsetParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLStackItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLToken.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLTokenizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLTreeBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLTreeBuilderSimulator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\HTMLViewSourceParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\InputStreamPreprocessor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\NestingLevelIncrementer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\ParserSynchronizationPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\TextDocumentParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\TextResourceDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\XSSAuditor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\parser\XSSAuditorDelegate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\PluginDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\PublicURLManager.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\RadioNodeList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\ClearButtonElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeEditElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeFieldElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeFieldElements.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeNumericFieldElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\DateTimeSymbolicFieldElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\DetailsMarkerControl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\MediaControlElements.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\MediaControlElementTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\MediaControls.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\MeterShadowElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\PickerIndicatorElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\PluginPlaceholderElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\ProgressShadowElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\ShadowElementNames.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\SliderThumbElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\SpinButtonElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\shadow\TextControlInnerElements.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\TextDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\TextMetrics.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\TimeRanges.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\AudioTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\AudioTrackList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\InbandTextTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\LoadableTextTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TextTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackCue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackCueList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackKindUserPreference.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TextTrackList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TrackBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TrackEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\TrackListBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\VideoTrack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\track\VideoTrackList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\URLRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\ValidityState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\VoidCallback.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\html\WindowNameCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\imagebitmap\ImageBitmapFactories.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\Init.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\appcache\ApplicationCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\appcache\ApplicationCacheHost.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\BeaconLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\CookieJar.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\CrossOriginPreflightResultCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\DocumentLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\DocumentLoadTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\DocumentThreadableLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\DocumentThreadableLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\DocumentWriter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\EmptyClients.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FormSubmission.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FrameFetchContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FrameLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FrameLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FrameLoaderStateMachine.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FrameLoaderTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\FrameLoadRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\HistoryItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\ImageLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\LinkLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\LinkLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\MixedContentChecker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\NavigationPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\NavigationScheduler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\NetworkHintsInterface.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\PingLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\PrerendererClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\PrerenderHandle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\ProgressTracker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\SinkDocument.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\TextResourceDecoderBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\TextTrackLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\ThreadableLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\ThreadableLoaderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\ThreadableLoaderClientWrapper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\WorkerLoaderClientBridge.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\WorkerLoaderClientBridgeSyncHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\loader\WorkerThreadableLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\scrolling\ScrollingConstraints.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\page\scrolling\ScrollingCoordinator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\plugins\PluginPlaceholder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\plugins\PluginView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\plugins\testing\DictionaryPluginPlaceholder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\plugins\testing\DocumentFragmentPluginPlaceholder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\Stream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\streams\UnderlyingSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\animation\SMILTime.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\animation\SMILTimeContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\animation\SVGSMILElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\ColorDistance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\GradientAttributes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\graphics\filters\SVGFEImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\graphics\filters\SVGFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\graphics\filters\SVGFilterBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\graphics\SVGImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\graphics\SVGImageChromeClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\graphics\SVGImageForContainer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\LinearGradientAttributes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\PatternAttributes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGAnimatedProperty.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGListPropertyHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGListPropertyTearOffHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGProperty.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGPropertyHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGPropertyInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\properties\SVGPropertyTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\RadialGradientAttributes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAngle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAngleTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedAngle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedBoolean.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedColor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedEnumeration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedEnumerationBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedInteger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedIntegerOptionalInteger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedLength.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedLengthList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedNumber.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedNumberList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedNumberOptionalNumber.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedPointList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedPreserveAspectRatio.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedTransformList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimatedTypeAnimator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimateElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimateMotionElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimateTransformElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGAnimationElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGBoolean.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGCircleElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGClipPathElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGComponentTransferFunctionElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGCursorElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGDefsElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGDescElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGDiscardElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGDocumentExtensions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGElementRareData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGEllipseElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGEnumeration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEBlendElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEColorMatrixElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEComponentTransferElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFECompositeElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEConvolveMatrixElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDiffuseLightingElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDisplacementMapElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDistantLightElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEDropShadowElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFloodElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncAElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncBElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncGElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEFuncRElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEGaussianBlurElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEImageElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFELightElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEMergeElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEMergeNodeElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEMorphologyElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEOffsetElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFEPointLightElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFESpecularLightingElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFESpotLightElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFETileElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFETurbulenceElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFilterElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFilterPrimitiveStandardAttributes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGFitToViewBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGForeignObjectElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGGElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGGeometryElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGGradientElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGGraphicsElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGImageElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGImageLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGInteger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGIntegerOptionalInteger.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLength.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthListTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLengthTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLinearGradientElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGLineElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGMarkerElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGMaskElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGMatrixTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGMetadataElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGMPathElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGNumber.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberListTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberOptionalNumber.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGNumberTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGParserUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGParsingError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathBlender.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathByteStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathByteStreamBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathByteStreamSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathConsumer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSeg.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegArc.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegArcAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegArcRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegClosePath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoCubic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoCubicAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoCubicRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoCubicSmooth.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoCubicSmoothAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoCubicSmoothRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoQuadratic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoQuadraticAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoQuadraticRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoQuadraticSmoothAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegCurvetoQuadraticSmoothRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoHorizontal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoHorizontalAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoHorizontalRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoVertical.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoVerticalAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegLinetoVerticalRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegListBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegListSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegListTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegMovetoAbs.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSegMovetoRel.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathStringBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathStringSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathTraversalStateBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPathUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPatternElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPointList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPointListTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPointTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPolyElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPolygonElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPolylineElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPreserveAspectRatio.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGPreserveAspectRatioTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGRadialGradientElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGRectElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGRectTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGScriptElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGSetElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGStaticStringList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGStopElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGStringList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGStringListTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGStyleElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGSVGElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGSwitchElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGSymbolElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTests.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTextContentElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTextElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTextPathElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTextPositioningElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTitleElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTransform.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformDistance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformListTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTransformTearOff.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGTSpanElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGUnitTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGUnknownElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGURIReference.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGUseElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGViewElement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGViewSpec.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGZoomAndPan.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\svg\SVGZoomEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\workers\AbstractWorker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequestEventTarget.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequestProgressEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequestProgressEventThrottle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\core\xmlhttprequest\XMLHttpRequestUpload.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\animation\AnimationUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\animation\CubicBezierControlPoints.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\animation\TimingFunction.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\animation\UnitBezier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\AsyncFileSystemCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\AsyncMethodRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\blob\BlobData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\blob\BlobRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\blob\BlobURL.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\CalculationValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\CheckedInt.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\clipboard\ClipboardMimeTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\clipboard\ClipboardUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Clock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ColorSuggestion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ContentDecryptionModuleResult.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ContentType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ContextMenu.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ContextMenuItem.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\credentialmanager\PlatformCredential.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\credentialmanager\PlatformFederatedCredential.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\CrossOriginAttributeValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\CrossThreadCopier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Crypto.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\CryptoResult.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Cursor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\DateComponents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Decimal.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\DragImage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\EncryptedMediaRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\EventTracer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\FileChooser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\FileMetadata.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\FileSystemType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\FloatConversion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\AlternateFontFamily.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\Character.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\CustomFontData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\Font.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontBaseline.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontCacheClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontCacheKey.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontDataCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontDescription.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontFaceCreationParams.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontFallbackList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontFamily.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontFeatureSettings.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontMetrics.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontOrientation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontPlatformData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontRenderStyle.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontSelector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontSmoothingMode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\FontWidthVariant.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\GenericFontFamilySettings.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\Glyph.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\GlyphBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\GlyphMetricsMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\GlyphPage.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\GlyphPageTreeNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\Latin1TextIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\mac\FontFamilyMatcherMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\opentype\OpenTypeSanitizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\opentype\OpenTypeTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\opentype\OpenTypeVerticalData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\SegmentedFontData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\CachingWordShapeIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\CachingWordShaper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\HarfBuzzFace.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\HarfBuzzShaper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\ShapeCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\shaping\SimpleShaper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\SimpleFontData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\TestFontSelector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\TextBlob.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\TextRenderingMode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\TypesettingFeatures.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\VDMXParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\fonts\win\FontFallbackWin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\DoubleSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatBoxTestHelpers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatPoint3D.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatPolygon.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatQuad.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatRectOutsets.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatRoundedRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\FloatSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\IntPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\IntRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\IntRectOutsets.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\IntSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\IntSizeHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\LayoutPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\LayoutRect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\LayoutSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\Region.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\geometry\TransformState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\cpu\arm\WebGLImageConversionNEON.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\cpu\x86\WebGLImageConversionSSE.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\DistantLightSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEBlend.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEColorMatrix.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEComponentTransfer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEComposite.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEConvolveMatrix.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEDiffuseLighting.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEDisplacementMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEDropShadow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEFlood.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEGaussianBlur.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FELighting.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEMerge.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEMorphology.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FEOffset.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FESpecularLighting.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FETile.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FETurbulence.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\Filter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FilterEffect.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FilterOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\FilterOperations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\LightSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\PointLightSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\ReferenceFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SkiaImageFilterBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SourceAlpha.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SourceGraphic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\filters\SpotLightSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\AcceleratedImageBufferSurface.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\DrawingBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\Extensions3DUtil.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\gpu\WebGLImageConversion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\skia\SkiaUtils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\skia\SkSizeHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\test\MockImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\graphics\test\MockWebGraphicsContext3D.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\glue\MessageLoopInterruptor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\heap\glue\PendingGCRunner.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\HostWindow.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\bmp\BMPImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\bmp\BMPImageReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\gif\GIFImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\gif\GIFImageReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\ico\ICOImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\ImageAnimation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\ImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\ImageFrame.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\jpeg\JPEGImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\png\PNGImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-decoders\webp\WEBPImageDecoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-encoders\skia\JPEGImageEncoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-encoders\skia\PNGImageEncoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\image-encoders\skia\WEBPImageEncoder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\JSONValues.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\KeyboardCodes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\KillRing.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Language.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LayoutTestSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LayoutUnit.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Length.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LengthBox.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LengthFunctions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LengthPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LengthSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LifecycleNotifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LifecycleObserver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\LinkHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Logging.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\BlockExceptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\ColorMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\LocalCurrentGraphicsContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\NSScrollerImpDetails.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\ScrollAnimatorMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\ThemeMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\VersionUtilMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mac\WebCoreNSCellExtras.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamCenter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamComponent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamDescriptor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamTrackSourcesRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\MediaStreamWebAudioSource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\RTCConfiguration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\RTCOfferOptions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\RTCSessionDescriptionRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\RTCStatsRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\RTCStatsResponseBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mediastream\RTCVoidRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mhtml\ArchiveResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mhtml\ArchiveResourceCollection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mhtml\MHTMLArchive.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\mhtml\MHTMLParser.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\MIMETypeFromURL.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\MIMETypeRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ContentSecurityPolicyParsers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ContentSecurityPolicyResponseHeaders.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\FormData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\FormDataBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\HTTPHeaderMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\HTTPParsers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\HTTPRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ParsedContentType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceError.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceLoadInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceLoadPriority.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceLoadTiming.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceResponse.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\ResourceTimingInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\WebSocketHandshakeRequest.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\network\WebSocketHandshakeResponse.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\NotImplemented.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ParsingUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PasteMode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformExport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformGestureEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformInstrumentation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformKeyboardEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformMouseEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformResourceLoader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformTouchEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformTouchPoint.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PlatformWheelEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\plugins\PluginData.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\plugins\PluginListBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PODArena.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PODFreeListArena.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PODInterval.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PODIntervalTree.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PODRedBlackTree.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PopupMenu.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Prerender.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PrerenderClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\PurgeableVector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\RefCountedSupplement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ScriptForbiddenScope.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ProgrammaticScrollAnimator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollableArea.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollAnimator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollAnimatorNone.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\Scrollbar.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarTheme.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeAura.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeMacCommon.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeMacNonOverlayAPI.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeMacOverlayAPI.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeMock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeNonMacCommon.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeOverlay.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollbarThemeOverlayMock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\scroll\ScrollTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\SecureTextInput.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\SerializedResource.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\SharedBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\SharedBufferChunkReader.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\speech\PlatformSpeechSynthesisUtterance.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\speech\PlatformSpeechSynthesisVoice.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\speech\PlatformSpeechSynthesizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\StorageQuotaCallbacks.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Task.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\TaskSynchronizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\TestingPlatformSupport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\BidiCharacterRun.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\BidiContext.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\BidiResolver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\BidiRunList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\BidiTestHarness.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\BidiTextRun.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\DateTimeFormat.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\DecodeEscapeSequences.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\LineEnding.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\LocaleICU.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\LocaleMac.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\LocaleToScriptMapping.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\LocaleWin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\ParserUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\PlatformLocale.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\QuotedPrintable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\SegmentedString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\StringTruncator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\SuffixTree.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TabSize.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextBoundaries.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextBreakIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextBreakIteratorInternalICU.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextCheckerClient.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextChecking.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextDecoration.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextDirection.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextEncodingDetector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextRun.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextRunIterator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\TextStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\UnicodeBidi.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\UnicodeRange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\UnicodeUtilities.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\text\WritingMode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Theme.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ThemeTypes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ThreadedDataReceiver.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\ThreadSafeFunctional.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Timer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\TracedValue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\TraceEvent.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\TraceEventCommon.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\AffineTransform.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\IdentityTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\InterpolatedTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\Matrix3DTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\MatrixTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\PerspectiveTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\RotateTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\ScaleTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\SkewTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\TransformationMatrix.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\TransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\TransformOperations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\TransformTestHelper.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\transforms\TranslateTransformOperation.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\UserGestureIndicator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\UUID.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\DatabaseIdentifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\KnownPorts.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\KURL.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\KURLHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\OriginAccessEntry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\Referrer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\ReferrerPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\SchemeRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\SecurityOrigin.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\SecurityOriginCache.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\SecurityOriginHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\weborigin\SecurityPolicy.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\WebThreadSupportingGC.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\Widget.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\win\HWndDC.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\win\SystemInfo.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\platform\WindowsKeyboardCodes.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\AddressSanitizer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\AddressSpaceRandomization.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Alignment.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ArrayBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ArrayBufferBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ArrayBufferContents.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ArrayBufferView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ArrayPiece.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ASCIICType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\asm\SaturatedArithmeticARM.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Assertions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Atomics.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\BitArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\BitVector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\BitwiseOperations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\BloomFilter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ByteOrder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ByteSwap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\CheckedArithmetic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Compiler.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ConditionalDestructor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ContainerAnnotations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\CPU.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\CryptographicallyRandomNumber.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\CurrentTime.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\DataLog.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\DateMath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\DefaultAllocator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Deque.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\DoublyLinkedList.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\bignum-dtoa.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\bignum.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\cached-powers.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\diy-fp.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\double-conversion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\double.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\fast-dtoa.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\fixed-dtoa.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\strtod.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa\utils.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\dtoa.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\DynamicAnnotations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\FastAllocBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\FastMalloc.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\FilePrintStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Float32Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Float64Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Forward.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Functional.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\GetPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashCountedSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashFunctions.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashIterators.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashMap.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashTable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashTableDeletedValueType.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HashTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\HexNumber.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\InstanceCounter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Int16Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Int32Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Int8Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\IntegralTypedArrayBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\LeakAnnotations.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\LinkedHashSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\LinkedStack.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ListHashSet.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Locker.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\MainThread.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\MathExtras.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\MessageQueue.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Noncopyable.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\NonCopyingSort.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\NotFound.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\NullPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Optional.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\OwnPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\OwnPtrCommon.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PassOwnPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PassRefPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PassTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\PrintStream.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\RawPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\RefCounted.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\RefCountedLeakCounter.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\RefPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\RefVector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\RetainPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\SaturatedArithmetic.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\SpinLock.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\StaticConstructors.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\StdLibExtras.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\StringExtras.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\StringHasher.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TemporaryChange.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TerminatedArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TerminatedArrayBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\ASCIIFastPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\AtomicString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\AtomicStringHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\Base64.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\CharacterNames.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\Collator.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\CString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\IntegerToStringConversion.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringBuffer.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringBuilder.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringConcatenate.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringHash.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringImpl.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringOperators.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringStatics.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringUTF8Adaptor.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\StringView.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodec.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecASCIIFastPath.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecICU.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecLatin1.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecReplacement.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecUserDefined.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecUTF16.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextCodecUTF8.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextEncoding.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextEncodingRegistry.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\TextPosition.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\Unicode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\text\WTFString.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Threading.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ThreadingPrimitives.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ThreadRestrictionVerifier.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ThreadSafeRefCounted.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\ThreadSpecific.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TreeNode.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TriState.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TypedArrayBase.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\TypeTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Uint16Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Uint32Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Uint8Array.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Uint8ClampedArray.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Utility.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\Vector.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\VectorTraits.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\WeakPtr.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\WTF.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\WTFExport.h" /> <ClInclude Include="..\..\third_party\WebKit\Source\wtf\WTFThreadData.h" /> <ClInclude Include="resource.h" /> </ItemGroup> <ItemGroup> <None Include="..\..\mbvip\mtmb.def" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\BUILD.gn" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\CodeGeneratorInspector.py" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\CodeGeneratorInspectorStrings.py" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\CodeGeneratorInspectorStrings.pyc" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\CodeGeneratorInstrumentation.py" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\DebuggerScript.js" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\InjectedScriptSource.js" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\injected_script_externs.js" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\InspectorOverlayPage.html" /> <None Include="..\..\third_party\WebKit\Source\core\inspector\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\core\xml\XPathGrammar.y" /> <None Include="..\..\third_party\WebKit\Source\modules\compositorworker\DEPS" /> <None Include="..\..\gen\blink\core\EventInterfaces.in" /> <None Include="..\..\third_party\WebKit\Source\core\animation\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\core\css\parser\CSSGrammar.y" /> <None Include="..\..\third_party\WebKit\Source\core\editing\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\core\events\EventAliases.in" /> <None Include="..\..\third_party\WebKit\Source\core\events\EventTargetFactory.in" /> <None Include="..\..\third_party\WebKit\Source\core\events\EventTypeNames.in" /> <None Include="..\..\third_party\WebKit\Source\core\fetch\FetchInitiatorTypeNames.in" /> <None Include="..\..\third_party\WebKit\Source\core\frame\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\core\frame\PRESUBMIT.py" /> <None Include="..\..\third_party\WebKit\Source\core\frame\Settings.in" /> <None Include="..\..\third_party\WebKit\Source\core\layout\LayoutThemeMac.mm" /> <None Include="..\..\third_party\WebKit\Source\core\layout\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\core\paint\ThemePainterMac.mm" /> <None Include="..\..\third_party\WebKit\Source\devtools\front_end\Images\src\optimize_png.hashes" /> <None Include="..\..\third_party\WebKit\Source\devtools\front_end\Images\src\svg2png.hashes" /> <None Include="..\..\third_party\WebKit\Source\devtools\front_end\inspector.html" /> <None Include="..\..\third_party\WebKit\Source\devtools\front_end\toolbox.html" /> <None Include="..\..\third_party\WebKit\Source\modules\encoding\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\encoding\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\fetch\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\fetch\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\geolocation\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\geolocation\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\mediasession\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\mediasession\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\mediasource\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\mediasource\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\mediastream\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\quota\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\quota\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\storage\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\webaudio\DEPS" /> <None Include="..\..\third_party\WebKit\Source\modules\webaudio\OWNERS" /> <None Include="..\..\third_party\WebKit\Source\modules\webgl\OWNERS" /> </ItemGroup> <ItemGroup> <Text Include="ReadMe.txt" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="miniblink.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project> ```
/content/code_sandbox/build/miniblink/miniblink.vcxproj
xml
2016-09-27T03:41:10
2024-08-16T10:42:57
miniblink49
weolar/miniblink49
7,069
196,363
```xml import { bindAll, debounce, isString, isUndefined } from 'underscore'; import { ModuleView } from '../../abstract'; import { BoxRect, ObjectAny } from '../../common'; import CssRulesView from '../../css_composer/view/CssRulesView'; import ComponentWrapperView from '../../dom_components/view/ComponentWrapperView'; import ComponentView from '../../dom_components/view/ComponentView'; import { type as typeHead } from '../../dom_components/model/ComponentHead'; import Droppable from '../../utils/Droppable'; import { append, appendVNodes, createCustomEvent, createEl, getPointerEvent, motionsEv, off, on, } from '../../utils/dom'; import { hasDnd, setViewEl } from '../../utils/mixins'; import Canvas from '../model/Canvas'; import Frame from '../model/Frame'; import FrameWrapView from './FrameWrapView'; import CanvasEvents from '../types'; export default class FrameView extends ModuleView<Frame, HTMLIFrameElement> { /** @ts-ignore */ get tagName() { return 'iframe'; } /** @ts-ignore */ get attributes() { return { allowfullscreen: 'allowfullscreen' }; } dragging = false; loaded = false; droppable?: Droppable; rect?: DOMRect; lastClientY?: number; lastMaxHeight = 0; private jsContainer?: HTMLElement; private tools: { [key: string]: HTMLElement } = {}; private wrapper?: ComponentWrapperView; private headView?: ComponentView; private frameWrapView?: FrameWrapView; constructor(model: Frame, view?: FrameWrapView) { super({ model }); bindAll(this, 'updateClientY', 'stopAutoscroll', 'autoscroll', '_emitUpdate'); const { el } = this; //@ts-ignore this.module._config = { ...(this.config || {}), //@ts-ignore frameView: this, //canvasView: view?.cv }; this.frameWrapView = view; this.showGlobalTools = debounce(this.showGlobalTools.bind(this), 50); const cvModel = this.getCanvasModel(); this.listenTo(model, 'change:head', this.updateHead); this.listenTo(cvModel, 'change:styles', this.renderStyles); model.view = this; setViewEl(el, this); } getBoxRect(): BoxRect { const { el, module } = this; const canvasView = module.getCanvasView(); const coords = module.getCoords(); const frameRect = el.getBoundingClientRect(); const canvasRect = canvasView.getCanvasOffset(); const vwDelta = canvasView.getViewportDelta(); const zoomM = module.getZoomMultiplier(); const x = (frameRect.x - canvasRect.left - vwDelta.x - coords.x) * zoomM; const y = (frameRect.y - canvasRect.top - vwDelta.y - coords.y) * zoomM; const width = frameRect.width * zoomM; const height = frameRect.height * zoomM; return { x, y, width, height, }; } /** * Update `<head>` content of the frame */ updateHead() { const { model } = this; const headEl = this.getHead(); const toRemove: any[] = []; const toAdd: any[] = []; const current = model.head; const prev = model.previous('head'); const attrStr = (attr: any = {}) => Object.keys(attr) .sort() .map((i) => `[${i}="${attr[i]}"]`) .join(''); const find = (items: any[], stack: any[], res: any[]) => { items.forEach((item) => { const { tag, attributes } = item; const has = stack.some((s) => s.tag === tag && attrStr(s.attributes) === attrStr(attributes)); !has && res.push(item); }); }; find(current, prev, toAdd); find(prev, current, toRemove); toRemove.forEach((stl) => { const el = headEl.querySelector(`${stl.tag}${attrStr(stl.attributes)}`); el?.parentNode?.removeChild(el); }); appendVNodes(headEl, toAdd); } getEl() { return this.el; } getCanvasModel(): Canvas { return this?.em.Canvas?.getModel(); } getWindow() { return this.getEl().contentWindow as Window; } getDoc() { return this.getEl().contentDocument as Document; } getHead() { return this.getDoc().querySelector('head') as HTMLHeadElement; } getBody() { return this.getDoc().querySelector('body') as HTMLBodyElement; } getWrapper() { return this.getBody().querySelector('[data-gjs-type=wrapper]') as HTMLElement; } getJsContainer() { if (!this.jsContainer) { this.jsContainer = createEl('div', { class: `${this.ppfx}js-cont` }); } return this.jsContainer; } getToolsEl() { return this.frameWrapView?.elTools as HTMLElement; } getGlobalToolsEl() { return this.em.Canvas.getGlobalToolsEl()!; } getHighlighter() { return this._getTool('[data-hl]'); } getBadgeEl() { return this._getTool('[data-badge]'); } getOffsetViewerEl() { return this._getTool('[data-offset]'); } getRect() { if (!this.rect) { this.rect = this.el.getBoundingClientRect(); } return this.rect; } /** * Get rect data, not affected by the canvas zoom */ getOffsetRect() { const { el } = this; const { scrollTop, scrollLeft } = this.getBody(); const height = el.offsetHeight; const width = el.offsetWidth; return { top: el.offsetTop, left: el.offsetLeft, height, width, scrollTop, scrollLeft, scrollBottom: scrollTop + height, scrollRight: scrollLeft + width, }; } _getTool(name: string) { const { tools } = this; const toolsEl = this.getToolsEl(); if (!tools[name]) { tools[name] = toolsEl.querySelector(name) as HTMLElement; } return tools[name]; } remove(...args: any) { this._toggleEffects(false); this.tools = {}; this.wrapper?.remove(); ModuleView.prototype.remove.apply(this, args); return this; } startAutoscroll() { this.lastMaxHeight = this.getWrapper().offsetHeight - this.el.offsetHeight; // By detaching those from the stack avoid browsers lags // Noticeable with "fast" drag of blocks setTimeout(() => { this._toggleAutoscrollFx(true); requestAnimationFrame(this.autoscroll); }, 0); } autoscroll() { if (this.dragging) { const { lastClientY } = this; const canvas = this.em.Canvas; const win = this.getWindow(); const actualTop = win.pageYOffset; const clientY = lastClientY || 0; const limitTop = canvas.getConfig().autoscrollLimit!; const limitBottom = this.getRect().height - limitTop; let nextTop = actualTop; if (clientY < limitTop) { nextTop -= limitTop - clientY; } if (clientY > limitBottom) { nextTop += clientY - limitBottom; } if ( !isUndefined(lastClientY) && // Fixes #3134 nextTop !== actualTop && nextTop > 0 && nextTop < this.lastMaxHeight ) { const toolsEl = this.getGlobalToolsEl(); toolsEl.style.opacity = '0'; this.showGlobalTools(); win.scrollTo(0, nextTop); canvas.spots.refreshDbn(); } requestAnimationFrame(this.autoscroll); } } updateClientY(ev: Event) { ev.preventDefault(); this.lastClientY = getPointerEvent(ev).clientY * this.em.getZoomDecimal(); } showGlobalTools() { this.getGlobalToolsEl().style.opacity = ''; } stopAutoscroll() { this.dragging && this._toggleAutoscrollFx(false); } _toggleAutoscrollFx(enable: boolean) { this.dragging = enable; const win = this.getWindow(); const method = enable ? 'on' : 'off'; const mt = { on, off }; mt[method](win, 'mousemove dragover', this.updateClientY); mt[method](win, 'mouseup', this.stopAutoscroll); } render() { const { $el, ppfx, em } = this; $el.attr({ class: `${ppfx}frame` }); this.renderScripts(); em.trigger('frame:render', this); // deprecated return this; } renderScripts() { const { el, model, em } = this; const evLoad = 'frame:load'; const evOpts: ObjectAny = { el, model, view: this }; const canvas = this.getCanvasModel(); const appendScript = (scripts: any[]) => { if (scripts.length > 0) { const src = scripts.shift(); const scriptEl = createEl('script', { type: 'text/javascript', ...(isString(src) ? { src } : src), }); el.contentDocument?.head.appendChild(scriptEl); if (scriptEl.hasAttribute('nomodule') && 'noModule' in HTMLScriptElement.prototype) { appendScript(scripts); } else { scriptEl.onerror = scriptEl.onload = appendScript.bind(null, scripts); } } else { em?.trigger(CanvasEvents.frameLoadHead, evOpts); this.renderBody(); em?.trigger(CanvasEvents.frameLoadBody, evOpts); em?.trigger(evLoad, evOpts); // deprecated } }; el.onload = () => { const { frameContent } = this.config; if (frameContent) { const doc = this.getDoc(); doc.open(); doc.write(frameContent); doc.close(); } evOpts.window = this.getWindow(); em?.trigger(`${evLoad}:before`, evOpts); // deprecated em?.trigger(CanvasEvents.frameLoad, evOpts); this.renderHead(); appendScript([...canvas.get('scripts')]); }; } renderStyles(opts: any = {}) { const head = this.getHead(); const canvas = this.getCanvasModel(); const normalize = (stls: any[] = []) => stls.map((href) => ({ tag: 'link', attributes: { rel: 'stylesheet', ...(isString(href) ? { href } : href), }, })); const prevStyles = normalize(opts.prev || canvas.previous('styles')); const styles = normalize(canvas?.get('styles')); const toRemove: any[] = []; const toAdd: any[] = []; const find = (items: any[], stack: any[], res: any[]) => { items.forEach((item) => { const { href } = item.attributes; const has = stack.some((s) => s.attributes.href === href); !has && res.push(item); }); }; find(styles, prevStyles, toAdd); find(prevStyles, styles, toRemove); toRemove.forEach((stl) => { const el = head.querySelector(`link[href="${stl.attributes.href}"]`); el?.parentNode?.removeChild(el); }); appendVNodes(head, toAdd); } renderHead() { const { model, em } = this; const { root } = model; const HeadView = em?.Components?.getType(typeHead)!.view; if (!HeadView) return; this.headView = new HeadView({ el: this.getHead(), model: root.head, config: { ...root.config, frameView: this, }, }).render(); } renderBody() { const { config, em, model, ppfx } = this; const doc = this.getDoc(); const body = this.getBody(); const win = this.getWindow(); const hasAutoHeight = model.hasAutoHeight(); const conf = em.config; //@ts-ignore This could be used inside component-related scripts to check if the // script is executed inside the editor. win._isEditor = true; this.renderStyles({ prev: [] }); const colorWarn = '#ffca6f'; append( body, `<style> ${conf.baseCss || config.frameStyle || ''} ${hasAutoHeight ? 'body { overflow: hidden }' : ''} [data-gjs-type="wrapper"] { ${!hasAutoHeight ? 'min-height: 100vh;' : ''} padding-top: 0.001em; } .${ppfx}dashed *[data-gjs-highlightable] { outline: 1px dashed rgba(170,170,170,0.7); outline-offset: -2px; } .${ppfx}selected { outline: 2px solid #3b97e3 !important; outline-offset: -2px; } .${ppfx}selected-parent { outline: 2px solid ${colorWarn} !important } .${ppfx}no-select { user-select: none; -webkit-user-select:none; -moz-user-select: none; } .${ppfx}freezed { opacity: 0.5; pointer-events: none; } .${ppfx}no-pointer { pointer-events: none; } .${ppfx}pointer-init { pointer-events: initial; } .${ppfx}plh-image { background: #f5f5f5; border: none; height: 100px; width: 100px; display: block; outline: 3px solid #ffca6f; cursor: pointer; outline-offset: -2px } .${ppfx}grabbing { cursor: grabbing; cursor: -webkit-grabbing; } .${ppfx}is__grabbing { overflow-x: hidden; } .${ppfx}is__grabbing, .${ppfx}is__grabbing * { cursor: grabbing !important; } ${conf.canvasCss || ''} ${conf.protectedCss || ''} </style>`, ); const { root } = model; const { view } = em?.Components?.getType('wrapper') || {}; if (!view) return; this.wrapper = new view({ model: root, config: { ...root.config, em, frameView: this, }, }).render(); append(body, this.wrapper?.el!); append( body, new CssRulesView({ collection: model.getStyles(), //@ts-ignore config: { ...em.Css.getConfig(), frameView: this, }, }).render().el, ); append(body, this.getJsContainer()); // em.trigger('loaded'); // I need to manage only the first one maybe //this.updateOffset(); // TOFIX (check if I need it) // Avoid some default behaviours //@ts-ignore on(body, 'click', (ev) => ev && ev.target?.tagName == 'A' && ev.preventDefault()); on(body, 'submit', (ev) => ev && ev.preventDefault()); // When the iframe is focused the event dispatcher is not the same so // I need to delegate all events to the parent document [ { event: 'keydown keyup keypress', class: 'KeyboardEvent' }, { event: 'mousedown mousemove mouseup', class: 'MouseEvent' }, { event: 'pointerdown pointermove pointerup', class: 'PointerEvent' }, { event: 'wheel', class: 'WheelEvent', opts: { passive: !config.infiniteCanvas } }, ].forEach((obj) => obj.event.split(' ').forEach((event) => { doc.addEventListener(event, (ev) => this.el.dispatchEvent(createCustomEvent(ev, obj.class)), obj.opts); }), ); this._toggleEffects(true); if (hasDnd(em)) { this.droppable = new Droppable(em, this.wrapper?.el); } this.loaded = true; model.trigger('loaded'); } _toggleEffects(enable: boolean) { const method = enable ? on : off; const win = this.getWindow(); win && method(win, `${motionsEv} resize`, this._emitUpdate); } _emitUpdate() { this.model._emitUpdated(); } } ```
/content/code_sandbox/src/canvas/view/FrameView.ts
xml
2016-01-22T00:23:19
2024-08-16T11:20:59
grapesjs
GrapesJS/grapesjs
21,687
3,707
```xml import {createSelector} from 'reselect' import { Annotation, TagFilterType, AnnotationsDisplaySetting, } from 'src/types/annotations' import {AnnotationState} from 'src/shared/reducers/annotations' interface AnnotationsStateShape { app: {persisted: {annotationsDisplaySetting: AnnotationsDisplaySetting}} annotations: AnnotationState } const getAnnotationsById = (state: AnnotationsStateShape) => state.annotations.annotations const getDisplaySetting = (state: AnnotationsStateShape) => state.app.persisted.annotationsDisplaySetting export const getSelectedAnnotations = createSelector( getAnnotationsById, getDisplaySetting, (annotationsById, annotationsDisplaySetting) => { if ( annotationsDisplaySetting === AnnotationsDisplaySetting.HideAnnotations ) { return [] } return Object.values<Annotation>(annotationsById).filter(a => !!a) } ) const getTagFiltersById = ( state: {annotations: AnnotationState}, dashboardID: string ) => state.annotations.tagFilters[dashboardID] export const getTagFilters = createSelector( getTagFiltersById, tagFiltersById => { return Object.values(tagFiltersById || {}).filter(v => !!v) } ) export const getTagsFromTagFilters = createSelector( getTagFilters, tagFilters => { return tagFilters .filter(t => t.filterType === TagFilterType.Equals) .reduce( (acc, t) => ({ ...acc, [t.tagKey]: t.tagValue, }), {} ) } ) ```
/content/code_sandbox/ui/src/shared/selectors/annotations.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
330
```xml export * from 'rxjs-compat/operators/subscribeOn'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/operators/subscribeOn.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
13
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> <connections> <outlet property="delegate" destination="Voe-Tx-rLC" id="GzC-gU-4Uq"/> </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> <customObject id="-3" userLabel="Application" customClass="NSObject"/> <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="SimpleVideoFilter" customModuleProvider="target"> <connections> <outlet property="renderView" destination="0jO-Gh-7d2" id="wRO-h6-MaT"/> <outlet property="window" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/> </connections> </customObject> <customObject id="YLy-65-1bz" customClass="NSFontManager"/> <menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> <items> <menuItem title="SimpleVideoFilter" id="1Xt-HY-uBw"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="SimpleVideoFilter" systemMenu="apple" id="uQy-DD-JDr"> <items> <menuItem title="About SimpleVideoFilter" id="5kV-Vb-QxS"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="orderFrontStandardAboutPanel:" target="-1" id="Exp-CZ-Vem"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/> <menuItem title="Preferences" keyEquivalent="," id="BOF-NM-1cW"/> <menuItem isSeparatorItem="YES" id="wFC-TO-SCJ"/> <menuItem title="Services" id="NMo-om-nkz"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/> </menuItem> <menuItem isSeparatorItem="YES" id="4je-JR-u6R"/> <menuItem title="Hide SimpleVideoFilter" keyEquivalent="h" id="Olw-nP-bQN"> <connections> <action selector="hide:" target="-1" id="PnN-Uc-m68"/> </connections> </menuItem> <menuItem title="Hide Others" keyEquivalent="h" id="Vdr-fp-XzO"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="hideOtherApplications:" target="-1" id="VT4-aY-XCT"/> </connections> </menuItem> <menuItem title="Show All" id="Kd2-mp-pUS"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="unhideAllApplications:" target="-1" id="Dhg-Le-xox"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/> <menuItem title="Quit SimpleVideoFilter" keyEquivalent="q" id="4sb-4s-VLi"> <connections> <action selector="terminate:" target="-1" id="Te7-pn-YzF"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="File" id="dMs-cI-mzQ"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="File" id="bib-Uj-vzu"> <items> <menuItem title="New" keyEquivalent="n" id="Was-JA-tGl"> <connections> <action selector="newDocument:" target="-1" id="4Si-XN-c54"/> </connections> </menuItem> <menuItem title="Open" keyEquivalent="o" id="IAo-SY-fd9"> <connections> <action selector="openDocument:" target="-1" id="bVn-NM-KNZ"/> </connections> </menuItem> <menuItem title="Open Recent" id="tXI-mr-wws"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Open Recent" systemMenu="recentDocuments" id="oas-Oc-fiZ"> <items> <menuItem title="Clear Menu" id="vNY-rz-j42"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="clearRecentDocuments:" target="-1" id="Daa-9d-B3U"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem isSeparatorItem="YES" id="m54-Is-iLE"/> <menuItem title="Close" keyEquivalent="w" id="DVo-aG-piG"> <connections> <action selector="performClose:" target="-1" id="HmO-Ls-i7Q"/> </connections> </menuItem> <menuItem title="Save" keyEquivalent="s" id="pxx-59-PXV"> <connections> <action selector="saveDocument:" target="-1" id="teZ-XB-qJY"/> </connections> </menuItem> <menuItem title="Save As" keyEquivalent="S" id="Bw7-FT-i3A"> <connections> <action selector="saveDocumentAs:" target="-1" id="mDf-zr-I0C"/> </connections> </menuItem> <menuItem title="Revert to Saved" id="KaW-ft-85H"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="revertDocumentToSaved:" target="-1" id="iJ3-Pv-kwq"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="aJh-i4-bef"/> <menuItem title="Page Setup" keyEquivalent="P" id="qIS-W8-SiK"> <modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/> <connections> <action selector="runPageLayout:" target="-1" id="Din-rz-gC5"/> </connections> </menuItem> <menuItem title="Print" keyEquivalent="p" id="aTl-1u-JFS"> <connections> <action selector="print:" target="-1" id="qaZ-4w-aoO"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Edit" id="5QF-Oa-p0T"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Edit" id="W48-6f-4Dl"> <items> <menuItem title="Undo" keyEquivalent="z" id="dRJ-4n-Yzg"> <connections> <action selector="undo:" target="-1" id="M6e-cu-g7V"/> </connections> </menuItem> <menuItem title="Redo" keyEquivalent="Z" id="6dh-zS-Vam"> <connections> <action selector="redo:" target="-1" id="oIA-Rs-6OD"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="WRV-NI-Exz"/> <menuItem title="Cut" keyEquivalent="x" id="uRl-iY-unG"> <connections> <action selector="cut:" target="-1" id="YJe-68-I9s"/> </connections> </menuItem> <menuItem title="Copy" keyEquivalent="c" id="x3v-GG-iWU"> <connections> <action selector="copy:" target="-1" id="G1f-GL-Joy"/> </connections> </menuItem> <menuItem title="Paste" keyEquivalent="v" id="gVA-U4-sdL"> <connections> <action selector="paste:" target="-1" id="UvS-8e-Qdg"/> </connections> </menuItem> <menuItem title="Paste and Match Style" keyEquivalent="v" id="WeT-3V-zwk"> <modifierMask key="keyEquivalentModifierMask" shift="YES" option="YES" command="YES"/> <connections> <action selector="pasteAsPlainText:" target="-1" id="cEh-KX-wJQ"/> </connections> </menuItem> <menuItem title="Delete" id="pa3-QI-u2k"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="delete:" target="-1" id="0Mk-Ml-PaM"/> </connections> </menuItem> <menuItem title="Select All" keyEquivalent="a" id="Ruw-6m-B2m"> <connections> <action selector="selectAll:" target="-1" id="VNm-Mi-diN"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="uyl-h8-XO2"/> <menuItem title="Find" id="4EN-yA-p0u"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Find" id="1b7-l0-nxx"> <items> <menuItem title="Find" tag="1" keyEquivalent="f" id="Xz5-n4-O0W"> <connections> <action selector="performFindPanelAction:" target="-1" id="cD7-Qs-BN4"/> </connections> </menuItem> <menuItem title="Find and Replace" tag="12" keyEquivalent="f" id="YEy-JH-Tfz"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="performFindPanelAction:" target="-1" id="WD3-Gg-5AJ"/> </connections> </menuItem> <menuItem title="Find Next" tag="2" keyEquivalent="g" id="q09-fT-Sye"> <connections> <action selector="performFindPanelAction:" target="-1" id="NDo-RZ-v9R"/> </connections> </menuItem> <menuItem title="Find Previous" tag="3" keyEquivalent="G" id="OwM-mh-QMV"> <connections> <action selector="performFindPanelAction:" target="-1" id="HOh-sY-3ay"/> </connections> </menuItem> <menuItem title="Use Selection for Find" tag="7" keyEquivalent="e" id="buJ-ug-pKt"> <connections> <action selector="performFindPanelAction:" target="-1" id="U76-nv-p5D"/> </connections> </menuItem> <menuItem title="Jump to Selection" keyEquivalent="j" id="S0p-oC-mLd"> <connections> <action selector="centerSelectionInVisibleArea:" target="-1" id="IOG-6D-g5B"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Spelling and Grammar" id="Dv1-io-Yv7"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Spelling" id="3IN-sU-3Bg"> <items> <menuItem title="Show Spelling and Grammar" keyEquivalent=":" id="HFo-cy-zxI"> <connections> <action selector="showGuessPanel:" target="-1" id="vFj-Ks-hy3"/> </connections> </menuItem> <menuItem title="Check Document Now" keyEquivalent=";" id="hz2-CU-CR7"> <connections> <action selector="checkSpelling:" target="-1" id="fz7-VC-reM"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="bNw-od-mp5"/> <menuItem title="Check Spelling While Typing" id="rbD-Rh-wIN"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleContinuousSpellChecking:" target="-1" id="7w6-Qz-0kB"/> </connections> </menuItem> <menuItem title="Check Grammar With Spelling" id="mK6-2p-4JG"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleGrammarChecking:" target="-1" id="muD-Qn-j4w"/> </connections> </menuItem> <menuItem title="Correct Spelling Automatically" id="78Y-hA-62v"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleAutomaticSpellingCorrection:" target="-1" id="2lM-Qi-WAP"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Substitutions" id="9ic-FL-obx"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Substitutions" id="FeM-D8-WVr"> <items> <menuItem title="Show Substitutions" id="z6F-FW-3nz"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="orderFrontSubstitutionsPanel:" target="-1" id="oku-mr-iSq"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="gPx-C9-uUO"/> <menuItem title="Smart Copy/Paste" id="9yt-4B-nSM"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleSmartInsertDelete:" target="-1" id="3IJ-Se-DZD"/> </connections> </menuItem> <menuItem title="Smart Quotes" id="hQb-2v-fYv"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleAutomaticQuoteSubstitution:" target="-1" id="ptq-xd-QOA"/> </connections> </menuItem> <menuItem title="Smart Dashes" id="rgM-f4-ycn"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleAutomaticDashSubstitution:" target="-1" id="oCt-pO-9gS"/> </connections> </menuItem> <menuItem title="Smart Links" id="cwL-P1-jid"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleAutomaticLinkDetection:" target="-1" id="Gip-E3-Fov"/> </connections> </menuItem> <menuItem title="Data Detectors" id="tRr-pd-1PS"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleAutomaticDataDetection:" target="-1" id="R1I-Nq-Kbl"/> </connections> </menuItem> <menuItem title="Text Replacement" id="HFQ-gK-NFA"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleAutomaticTextReplacement:" target="-1" id="DvP-Fe-Py6"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Transformations" id="2oI-Rn-ZJC"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Transformations" id="c8a-y6-VQd"> <items> <menuItem title="Make Upper Case" id="vmV-6d-7jI"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="uppercaseWord:" target="-1" id="sPh-Tk-edu"/> </connections> </menuItem> <menuItem title="Make Lower Case" id="d9M-CD-aMd"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="lowercaseWord:" target="-1" id="iUZ-b5-hil"/> </connections> </menuItem> <menuItem title="Capitalize" id="UEZ-Bs-lqG"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="capitalizeWord:" target="-1" id="26H-TL-nsh"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Speech" id="xrE-MZ-jX0"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Speech" id="3rS-ZA-NoH"> <items> <menuItem title="Start Speaking" id="Ynk-f8-cLZ"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="startSpeaking:" target="-1" id="654-Ng-kyl"/> </connections> </menuItem> <menuItem title="Stop Speaking" id="Oyz-dy-DGm"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="stopSpeaking:" target="-1" id="dX8-6p-jy9"/> </connections> </menuItem> </items> </menu> </menuItem> </items> </menu> </menuItem> <menuItem title="Format" id="jxT-CU-nIS"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Format" id="GEO-Iw-cKr"> <items> <menuItem title="Font" id="Gi5-1S-RQB"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Font" systemMenu="font" id="aXa-aM-Jaq"> <items> <menuItem title="Show Fonts" keyEquivalent="t" id="Q5e-8K-NDq"> <connections> <action selector="orderFrontFontPanel:" target="YLy-65-1bz" id="WHr-nq-2xA"/> </connections> </menuItem> <menuItem title="Bold" tag="2" keyEquivalent="b" id="GB9-OM-e27"> <connections> <action selector="addFontTrait:" target="YLy-65-1bz" id="hqk-hr-sYV"/> </connections> </menuItem> <menuItem title="Italic" tag="1" keyEquivalent="i" id="Vjx-xi-njq"> <connections> <action selector="addFontTrait:" target="YLy-65-1bz" id="IHV-OB-c03"/> </connections> </menuItem> <menuItem title="Underline" keyEquivalent="u" id="WRG-CD-K1S"> <connections> <action selector="underline:" target="-1" id="FYS-2b-JAY"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="5gT-KC-WSO"/> <menuItem title="Bigger" tag="3" keyEquivalent="+" id="Ptp-SP-VEL"> <connections> <action selector="modifyFont:" target="YLy-65-1bz" id="Uc7-di-UnL"/> </connections> </menuItem> <menuItem title="Smaller" tag="4" keyEquivalent="-" id="i1d-Er-qST"> <connections> <action selector="modifyFont:" target="YLy-65-1bz" id="HcX-Lf-eNd"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="kx3-Dk-x3B"/> <menuItem title="Kern" id="jBQ-r6-VK2"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Kern" id="tlD-Oa-oAM"> <items> <menuItem title="Use Default" id="GUa-eO-cwY"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="useStandardKerning:" target="-1" id="6dk-9l-Ckg"/> </connections> </menuItem> <menuItem title="Use None" id="cDB-IK-hbR"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="turnOffKerning:" target="-1" id="U8a-gz-Maa"/> </connections> </menuItem> <menuItem title="Tighten" id="46P-cB-AYj"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="tightenKerning:" target="-1" id="hr7-Nz-8ro"/> </connections> </menuItem> <menuItem title="Loosen" id="ogc-rX-tC1"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="loosenKerning:" target="-1" id="8i4-f9-FKE"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Ligatures" id="o6e-r0-MWq"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Ligatures" id="w0m-vy-SC9"> <items> <menuItem title="Use Default" id="agt-UL-0e3"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="useStandardLigatures:" target="-1" id="7uR-wd-Dx6"/> </connections> </menuItem> <menuItem title="Use None" id="J7y-lM-qPV"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="turnOffLigatures:" target="-1" id="iX2-gA-Ilz"/> </connections> </menuItem> <menuItem title="Use All" id="xQD-1f-W4t"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="useAllLigatures:" target="-1" id="KcB-kA-TuK"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Baseline" id="OaQ-X3-Vso"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Baseline" id="ijk-EB-dga"> <items> <menuItem title="Use Default" id="3Om-Ey-2VK"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="unscript:" target="-1" id="0vZ-95-Ywn"/> </connections> </menuItem> <menuItem title="Superscript" id="Rqc-34-cIF"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="superscript:" target="-1" id="3qV-fo-wpU"/> </connections> </menuItem> <menuItem title="Subscript" id="I0S-gh-46l"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="subscript:" target="-1" id="Q6W-4W-IGz"/> </connections> </menuItem> <menuItem title="Raise" id="2h7-ER-AoG"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="raiseBaseline:" target="-1" id="4sk-31-7Q9"/> </connections> </menuItem> <menuItem title="Lower" id="1tx-W0-xDw"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="lowerBaseline:" target="-1" id="OF1-bc-KW4"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem isSeparatorItem="YES" id="Ndw-q3-faq"/> <menuItem title="Show Colors" keyEquivalent="C" id="bgn-CT-cEk"> <connections> <action selector="orderFrontColorPanel:" target="-1" id="mSX-Xz-DV3"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="iMs-zA-UFJ"/> <menuItem title="Copy Style" keyEquivalent="c" id="5Vv-lz-BsD"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="copyFont:" target="-1" id="GJO-xA-L4q"/> </connections> </menuItem> <menuItem title="Paste Style" keyEquivalent="v" id="vKC-jM-MkH"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="pasteFont:" target="-1" id="JfD-CL-leO"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Text" id="Fal-I4-PZk"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Text" id="d9c-me-L2H"> <items> <menuItem title="Align Left" keyEquivalent="{" id="ZM1-6Q-yy1"> <connections> <action selector="alignLeft:" target="-1" id="zUv-R1-uAa"/> </connections> </menuItem> <menuItem title="Center" keyEquivalent="|" id="VIY-Ag-zcb"> <connections> <action selector="alignCenter:" target="-1" id="spX-mk-kcS"/> </connections> </menuItem> <menuItem title="Justify" id="J5U-5w-g23"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="alignJustified:" target="-1" id="ljL-7U-jND"/> </connections> </menuItem> <menuItem title="Align Right" keyEquivalent="}" id="wb2-vD-lq4"> <connections> <action selector="alignRight:" target="-1" id="r48-bG-YeY"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="4s2-GY-VfK"/> <menuItem title="Writing Direction" id="H1b-Si-o9J"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Writing Direction" id="8mr-sm-Yjd"> <items> <menuItem title="Paragraph" enabled="NO" id="ZvO-Gk-QUH"> <modifierMask key="keyEquivalentModifierMask"/> </menuItem> <menuItem id="YGs-j5-SAR"> <string key="title"> Default</string> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="makeBaseWritingDirectionNatural:" target="-1" id="qtV-5e-UBP"/> </connections> </menuItem> <menuItem id="Lbh-J2-qVU"> <string key="title"> Left to Right</string> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="makeBaseWritingDirectionLeftToRight:" target="-1" id="S0X-9S-QSf"/> </connections> </menuItem> <menuItem id="jFq-tB-4Kx"> <string key="title"> Right to Left</string> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="makeBaseWritingDirectionRightToLeft:" target="-1" id="5fk-qB-AqJ"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="swp-gr-a21"/> <menuItem title="Selection" enabled="NO" id="cqv-fj-IhA"> <modifierMask key="keyEquivalentModifierMask"/> </menuItem> <menuItem id="Nop-cj-93Q"> <string key="title"> Default</string> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="makeTextWritingDirectionNatural:" target="-1" id="lPI-Se-ZHp"/> </connections> </menuItem> <menuItem id="BgM-ve-c93"> <string key="title"> Left to Right</string> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="makeTextWritingDirectionLeftToRight:" target="-1" id="caW-Bv-w94"/> </connections> </menuItem> <menuItem id="RB4-Sm-HuC"> <string key="title"> Right to Left</string> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="makeTextWritingDirectionRightToLeft:" target="-1" id="EXD-6r-ZUu"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem isSeparatorItem="YES" id="fKy-g9-1gm"/> <menuItem title="Show Ruler" id="vLm-3I-IUL"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="toggleRuler:" target="-1" id="FOx-HJ-KwY"/> </connections> </menuItem> <menuItem title="Copy Ruler" keyEquivalent="c" id="MkV-Pr-PK5"> <modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/> <connections> <action selector="copyRuler:" target="-1" id="71i-fW-3W2"/> </connections> </menuItem> <menuItem title="Paste Ruler" keyEquivalent="v" id="LVM-kO-fVI"> <modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/> <connections> <action selector="pasteRuler:" target="-1" id="cSh-wd-qM2"/> </connections> </menuItem> </items> </menu> </menuItem> </items> </menu> </menuItem> <menuItem title="View" id="H8h-7b-M4v"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="View" id="HyV-fh-RgO"> <items> <menuItem title="Show Toolbar" keyEquivalent="t" id="snW-S8-Cw5"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="toggleToolbarShown:" target="-1" id="BXY-wc-z0C"/> </connections> </menuItem> <menuItem title="Customize Toolbar" id="1UK-8n-QPP"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="runToolbarCustomizationPalette:" target="-1" id="pQI-g3-MTW"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Window" id="aUF-d1-5bR"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Window" systemMenu="window" id="Td7-aD-5lo"> <items> <menuItem title="Minimize" keyEquivalent="m" id="OY7-WF-poV"> <connections> <action selector="performMiniaturize:" target="-1" id="VwT-WD-YPe"/> </connections> </menuItem> <menuItem title="Zoom" id="R4o-n2-Eq4"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="performZoom:" target="-1" id="DIl-cC-cCs"/> </connections> </menuItem> <menuItem isSeparatorItem="YES" id="eu3-7i-yIM"/> <menuItem title="Bring All to Front" id="LE2-aR-0XJ"> <modifierMask key="keyEquivalentModifierMask"/> <connections> <action selector="arrangeInFront:" target="-1" id="DRN-fu-gQh"/> </connections> </menuItem> </items> </menu> </menuItem> <menuItem title="Help" id="wpr-3q-Mcd"> <modifierMask key="keyEquivalentModifierMask"/> <menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ"> <items> <menuItem title="SimpleVideoFilter Help" keyEquivalent="?" id="FKE-Sm-Kum"> <connections> <action selector="showHelp:" target="-1" id="y7X-2Q-9no"/> </connections> </menuItem> </items> </menu> </menuItem> </items> </menu> <window title="SimpleVideoFilter" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g"> <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <rect key="contentRect" x="335" y="390" width="680" height="571"/> <rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/> <view key="contentView" id="EiT-Mj-1SZ"> <rect key="frame" x="0.0" y="0.0" width="680" height="571"/> <autoresizingMask key="autoresizingMask"/> <subviews> <openGLView useAuxiliaryDepthBufferStencil="NO" allowOffline="YES" id="0jO-Gh-7d2" customClass="RenderView" customModule="GPUImage"> <rect key="frame" x="20" y="71" width="640" height="480"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> </openGLView> <slider verticalHuggingPriority="750" id="UxS-HM-otc"> <rect key="frame" x="18" y="45" width="644" height="20"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/> <sliderCell key="cell" continuous="YES" state="on" alignment="left" maxValue="0.14999999999999999" doubleValue="0.050000000000000003" tickMarkPosition="above" sliderType="linear" id="0sh-Rs-9cy"/> <connections> <binding destination="Voe-Tx-rLC" name="value" keyPath="filterSetting" id="YBE-TT-Cry"> <dictionary key="options"> <bool key="NSValidatesImmediately" value="YES"/> </dictionary> </binding> </connections> </slider> <button verticalHuggingPriority="750" id="LKK-V5-ogW"> <rect key="frame" x="296" y="13" width="89" height="32"/> <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="Capture" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="hG5-ez-Im2"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> </buttonCell> <connections> <action selector="capture:" target="Voe-Tx-rLC" id="AVu-Tf-rG5"/> </connections> </button> </subviews> </view> <point key="canvasLocation" x="405" y="556.5"/> </window> </objects> </document> ```
/content/code_sandbox/examples/Mac/SimpleVideoFilter/SimpleVideoFilter/Base.lproj/MainMenu.xib
xml
2016-04-16T17:16:16
2024-08-09T08:27:34
GPUImage2
BradLarson/GPUImage2
4,858
8,463
```xml import { TestBed, waitForAsync, ComponentFixture } from '@angular/core/testing'; import { Component } from '@angular/core'; import { FormsModule } from '@angular/forms'; import { By } from '@angular/platform-browser'; import { TdSearchInputComponent } from '../search-input/search-input.component'; import { CovalentSearchModule } from '../search.module'; import { DebugElement } from '@angular/core'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; describe('Component: SearchBox', () => { beforeEach( waitForAsync(() => { TestBed.configureTestingModule({ imports: [NoopAnimationsModule, FormsModule, CovalentSearchModule], declarations: [TestNgModelSupportComponent], }); TestBed.compileComponents(); }) ); it('should leverage ngModel to set a value', (done) => { const fixture: ComponentFixture<any> = TestBed.createComponent( TestNgModelSupportComponent ); const component: TestNgModelSupportComponent = fixture.debugElement.componentInstance; const inputComponent: DebugElement = fixture.debugElement.query( By.directive(TdSearchInputComponent) ); expect(inputComponent).toBeTruthy(); component.value = 'test'; fixture.detectChanges(); fixture.whenStable().then(() => { fixture.detectChanges(); fixture.whenStable().then(() => { expect(inputComponent.componentInstance.value).toBe('test'); component.value = 'another_test'; fixture.detectChanges(); fixture.whenStable().then(() => { fixture.detectChanges(); fixture.whenStable().then(() => { expect(inputComponent.componentInstance.value).toBe('another_test'); done(); }); }); }); }); }); }); @Component({ template: ` <td-search-box [(ngModel)]="value"></td-search-box> `, }) class TestNgModelSupportComponent { value!: string; } ```
/content/code_sandbox/libs/angular/search/src/search-box/search-box.component.spec.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
384
```xml /** * Formats an array of values into a string that can be used error messages. * ["a", "b", "c"] => "`a`, `b`, `c`" */ export const formatAvailableValues = (values: string[]) => values.map((val) => `\`${val}\``).join(', ') ```
/content/code_sandbox/packages/font/src/format-available-values.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
68
```xml import { resolve } from 'node:path'; import { existsSync, emptyDirSync } from 'fs-extra'; import { createKeyValueStorageImplementation } from 'packages/memory-storage/src/fs/key-value-store'; describe('KeyValueStore should append extension only when needed', () => { const mockImageBuffer = Buffer.from('This is a test image', 'utf8'); afterAll(() => emptyDirSync('tmp')); test('should append extension when needed (jpg)', async () => { const testDir = resolve('tmp', 'test_no_extension'); const storage = createKeyValueStorageImplementation({ persistStorage: true, storeDirectory: testDir, writeMetadata: true, }); await storage.update({ key: 'jibberish', value: mockImageBuffer, contentType: 'image/jpeg', extension: 'jpeg', }); expect(existsSync(resolve(testDir, 'jibberish.jpeg'))).toBeTruthy(); expect(existsSync(resolve(testDir, 'jibberish'))).toBeFalsy(); }); test('should append extension when needed (html)', async () => { const testDir = resolve('tmp', 'test_no_extension'); const storage = createKeyValueStorageImplementation({ persistStorage: true, storeDirectory: testDir, writeMetadata: true, }); await storage.update({ key: 'jibberish2', value: '<html lang="en"><body>Hi there!</body></html>', contentType: 'text/html', extension: 'html', }); expect(existsSync(resolve(testDir, 'jibberish2.html'))).toBeTruthy(); expect(existsSync(resolve(testDir, 'jibberish2'))).toBeFalsy(); }); test('should not append extension when already available', async () => { const testDir = resolve('tmp', 'test_extension'); const storage = createKeyValueStorageImplementation({ persistStorage: true, storeDirectory: testDir, writeMetadata: true, }); await storage.update({ key: 'jibberish.jpg', value: mockImageBuffer, contentType: 'image/jpeg', extension: 'jpeg', }); expect(existsSync(resolve(testDir, 'jibberish.jpg'))).toBeTruthy(); expect(existsSync(resolve(testDir, 'jibberish.jpg.jpeg'))).toBeFalsy(); }); test('should not append extension when already available', async () => { const testDir = resolve('tmp', 'test_extension'); const storage = createKeyValueStorageImplementation({ persistStorage: true, storeDirectory: testDir, writeMetadata: true, }); await storage.update({ key: 'jibberish2.html', value: '<html lang="en"><body>Hi there!</body></html>', contentType: 'text/html', extension: 'html', }); expect(existsSync(resolve(testDir, 'jibberish2.html'))).toBeTruthy(); expect(existsSync(resolve(testDir, 'jibberish2.html.html'))).toBeFalsy(); }); }); ```
/content/code_sandbox/packages/memory-storage/test/key-value-store/with-extension.test.ts
xml
2016-08-26T18:35:03
2024-08-16T16:40:08
crawlee
apify/crawlee
14,153
655
```xml <?xml version="1.0" encoding="utf-8" ?> <DotNetCliTool Version="1" > <Commands> <Command Name="sayhello" EntryPoint="console.dll" Runner="dotnet" /> </Commands> </DotNetCliTool> ```
/content/code_sandbox/test/Microsoft.DotNet.PackageInstall.Tests/DotnetToolSettingsGolden.xml
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
59
```xml <resources> <string name="app_name">MainDemo</string> </resources> ```
/content/code_sandbox/maindemo/src/main/res/values/strings.xml
xml
2016-11-25T03:29:54
2024-06-16T11:30:36
ModularizationArchitecture
SpinyTech/ModularizationArchitecture
1,441
20
```xml import { buildTeam, buildDocument, buildUser } from "@server/test/factories"; import View from "./View"; describe("View", () => { describe("findByDocument", () => { it("should return list of views", async () => { const team = await buildTeam(); const user = await buildUser({ teamId: team.id, }); const document = await buildDocument({ teamId: team.id, }); await View.incrementOrCreate({ documentId: document.id, userId: user.id, }); const views = await View.findByDocument(document.id, { includeSuspended: false, }); expect(views.length).toEqual(1); expect(views[0].user.id).toEqual(user.id); }); it("should not return views for deleted users", async () => { const team = await buildTeam(); const user = await buildUser({ teamId: team.id, }); const document = await buildDocument({ teamId: team.id, }); await View.incrementOrCreate({ documentId: document.id, userId: user.id, }); await user.destroy(); const views = await View.findByDocument(document.id, { includeSuspended: false, }); expect(views.length).toEqual(0); }); }); }); ```
/content/code_sandbox/server/models/View.test.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
283
```xml <?xml version="1.0" encoding="utf-8"?> <!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <resources> <declare-styleable name="SwipeMenuLayout"> <attr name="leftViewId" format="reference|integer"/> <attr name="rightViewId" format="reference|integer"/> <attr name="contentViewId" format="reference|integer"/> </declare-styleable> </resources> ```
/content/code_sandbox/support/src/main/res/values/attrs.xml
xml
2016-08-03T15:43:34
2024-08-14T01:11:22
SwipeRecyclerView
yanzhenjie/SwipeRecyclerView
5,605
119
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {Mixpanel} from 'mixpanel-browser'; type Appcues = { debug: () => void; page: () => void; identify: ( userId: string, properties?: {[property: string]: unknown}, ) => void; track: ( eventName: string, properties?: {[eventProperty: string]: unknown}, ) => void; }; export declare global { interface Window { clientConfig?: { isEnterprise?: boolean; contextPath?: string; baseName?: string; canLogout?: boolean; isLoginDelegated?: boolean; organizationId?: null | string; clusterId?: null | string; mixpanelToken?: null | string; mixpanelAPIHost?: null | string; isResourcePermissionsEnabled?: boolean; isMultiTenancyEnabled?: boolean; }; Osano?: { cm?: { analytics: boolean; showDrawer: (arg: string) => void; addEventListener: ( eventType: string, callback: (arg: {ANALYTICS: 'ACCEPT' | 'DENY'}) => void, ) => void; }; }; Appcues?: Appcues; mixpanel?: Mixpanel; toggleDevtools?: () => void; } namespace NodeJS { interface ProcessEnv { VITE_DEV_ENV_URL: string; VITE_INT_ENV_URL: string; VITE_PROD_ENV_URL: string; VITE_OSANO_DEV_ENV_URL: string; VITE_OSANO_INT_ENV_URL: string; VITE_OSANO_PROD_ENV_URL: string; VITE_MIXPANEL_TOKEN: string; VITE_CUES_HOST: string; } } } ```
/content/code_sandbox/tasklist/client/src/modules/types/global.d.ts
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
398
```xml import { database } from '../common/database'; import type { BaseModel } from '.'; import type { RequestAuthentication, RequestHeader, RequestParameter, RequestPathParameter } from './request'; export const name = 'WebSocket Request'; export const type = 'WebSocketRequest'; export const prefix = 'ws-req'; export const canDuplicate = true; export const canSync = true; export interface BaseWebSocketRequest { name: string; description: string; url: string; metaSortKey: number; headers: RequestHeader[]; authentication: RequestAuthentication | {}; parameters: RequestParameter[]; pathParameters?: RequestPathParameter[]; settingEncodeUrl: boolean; settingStoreCookies: boolean; settingSendCookies: boolean; settingFollowRedirects: 'global' | 'on' | 'off'; } export type WebSocketRequest = BaseModel & BaseWebSocketRequest & { type: typeof type }; export const isWebSocketRequest = (model: Pick<BaseModel, 'type'>): model is WebSocketRequest => ( model.type === type ); export const isWebSocketRequestId = (id?: string | null) => ( id?.startsWith(`${prefix}_`) ); export const init = (): BaseWebSocketRequest => ({ name: 'New WebSocket Request', url: '', metaSortKey: -1 * Date.now(), headers: [], authentication: {}, parameters: [], pathParameters: undefined, settingEncodeUrl: true, settingStoreCookies: true, settingSendCookies: true, settingFollowRedirects: 'global', description: '', }); export const migrate = (doc: WebSocketRequest) => doc; export const create = (patch: Partial<WebSocketRequest> = {}) => { if (!patch.parentId) { throw new Error(`New WebSocketRequest missing \`parentId\`: ${JSON.stringify(patch)}`); } return database.docCreate<WebSocketRequest>(type, patch); }; export const remove = (obj: WebSocketRequest) => database.remove(obj); export const update = ( obj: WebSocketRequest, patch: Partial<WebSocketRequest> = {} ) => database.docUpdate(obj, patch); // This is duplicated (lol) from models/request.js export async function duplicate(request: WebSocketRequest, patch: Partial<WebSocketRequest> = {}) { // Only set name and "(Copy)" if the patch does // not define it and the request itself has a name. // Otherwise leave it blank so the request URL can // fill it in automatically. if (!patch.name && request.name) { patch.name = `${request.name} (Copy)`; } // Get sort key of next request const q = { metaSortKey: { $gt: request.metaSortKey, }, }; const [nextRequest] = await database.find<WebSocketRequest>(type, q, { metaSortKey: 1, }); const nextSortKey = nextRequest ? nextRequest.metaSortKey : request.metaSortKey + 100; // Calculate new sort key const sortKeyIncrement = (nextSortKey - request.metaSortKey) / 2; const metaSortKey = request.metaSortKey + sortKeyIncrement; return database.duplicate<WebSocketRequest>(request, { name, metaSortKey, ...patch, }); } export const getById = (_id: string) => database.getWhere<WebSocketRequest>(type, { _id }); export const findByParentId = (parentId: string) => database.find<WebSocketRequest>(type, { parentId }); export const all = () => database.all<WebSocketRequest>(type); ```
/content/code_sandbox/packages/insomnia/src/models/websocket-request.ts
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
759
```xml import { NgModule, Type } from '@angular/core'; import { CommonModule } from '@angular/common'; import { TdChartToolboxComponent, TdChartViewDataFormatterDirective, } from './toolbox.component'; export const TOOLBOX_MODULE_COMPONENTS: Type<any>[] = [ TdChartToolboxComponent, TdChartViewDataFormatterDirective, ]; @NgModule({ imports: [CommonModule], declarations: [TOOLBOX_MODULE_COMPONENTS], exports: [TOOLBOX_MODULE_COMPONENTS], }) export class CovalentToolboxEchartsModule {} ```
/content/code_sandbox/libs/angular-echarts/toolbox/src/toolbox.module.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
120
```xml import { NextPage } from 'next' import HomePage from '../src/pages/HomePage' export interface IndexPageProps { appToken: string | undefined hasOverridenRender: boolean } const Index: NextPage<IndexPageProps> = props => { /* const { appToken: _appToken, hasOverridenRender } = props const appToken = _appToken || getUserAppToken() if (appToken) { if (!hasOverridenRender) renderLoggedInApp({}) return <>{null}</> } */ return <HomePage /> } /* Index.getInitialProps = async ctx => { const appToken = getUserAppToken() const hasOverridenRender = appToken ? await renderLoggedInApp(ctx) : false return { appToken, hasOverridenRender } } function getUserAppToken() { let appToken: string try { if (typeof localStorage !== 'undefined') { const auth = JSON.parse( JSON.parse(localStorage.getItem('persist:root') || '{}').auth, ) || { appToken: '' } appToken = auth.appToken return appToken } } catch (error) { console.error('Failed to get appToken from localStorage', error) } // TODO: Get token from server as well, using cookies // const { appToken } = nextCookie(ctx) return undefined } async function renderLoggedInApp( ctx: Pick<NextPageContext, 'req' | 'res'>, ): Promise<boolean> { const { req, res } = ctx const appBaseURL = (req && ((req.headers['x-forwarded-host'] && `${(req.headers['x-forwarded-proto'] && `${req.headers['x-forwarded-proto']}:`) || ''}//${req.headers['x-forwarded-host']}`) || (req.headers.host && `//${req.headers.host}`))) || (typeof window !== 'undefined' && window.location.origin) if (!appBaseURL) return false try { const url = `${appBaseURL}/index.html` const htmlResponse = await fetch(url) if ( !( htmlResponse && (htmlResponse.status >= 200 && htmlResponse.status < 300) ) ) { throw new Error(`Failed to fetch ${url}. Status: ${htmlResponse.status}`) } const html = await htmlResponse.text() // html.replace(/href="[.+]?"/, `href="${appBaseURL}"`) if (res) { res.writeHead(200, { 'Content-Type': 'text/html' }) res.end(html) return true } if (typeof window !== 'undefined') { const page = document.open('text/html', 'replace') page.write(html) page.close() return true } } catch (error) { console.error(error) } return false } */ export default Index ```
/content/code_sandbox/landing/pages/index.tsx
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
645
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>BNDL</string> <key>CFBundleShortVersionString</key> <string>1.1.2</string> <key>CFBundleVersion</key> <string>2</string> <key>NSPrincipalClass</key> <string>ConvertPathsDialog.ConvertPathsDialog</string> </dict> </plist> ```
/content/code_sandbox/MacSVG Plugin Projects/macSVG Plugins/ConvertPathsDialog/ConvertPathsDialog/Info.plist
xml
2016-10-17T08:37:55
2024-08-15T15:12:09
macSVG
dsward2/macSVG
1,152
235
```xml export const SYMBOLS = { IVSCodeManager: Symbol.for('IVSCodeManager'), IConfigManager: Symbol.for('IConfigManager'), ISettingsManager: Symbol.for('ISettingsManager'), IIconsGenerator: Symbol.for('IIconsGenerator'), ILanguageResourceManager: Symbol.for('ILanguageResourceManager'), INotificationManager: Symbol.for('INotificationManager'), IProjectAutoDetectionManager: Symbol.for('IProjectAutoDetectionManager'), IIntegrityManager: Symbol.for('IIntegrityManager'), IExtensionManager: Symbol.for('IExtensionManager'), ILocale: Symbol.for('ILocale'), IVSCode: Symbol.for('IVSCode'), IVSCodeExtensionContext: Symbol.for('IVSCodeExtensionContext'), }; ```
/content/code_sandbox/src/models/ioc/symbols.ts
xml
2016-05-30T23:24:37
2024-08-12T22:55:53
vscode-icons
vscode-icons/vscode-icons
4,391
164
```xml <!-- or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file path_to_url Unless required by applicable law or agreed to in writing, "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY specific language governing permissions and limitations --> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <parent> <artifactId>pulsar-io-jdbc</artifactId> <groupId>org.apache.pulsar</groupId> <version>4.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pulsar-io-jdbc-core</artifactId> <name>Pulsar IO :: Jdbc :: Core</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>pulsar-io-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>pulsar-io-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>pulsar-client-original</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>${avro.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> </dependency> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <scope>provided</scope> </dependency> </dependencies> </project> ```
/content/code_sandbox/pulsar-io/jdbc/core/pom.xml
xml
2016-06-28T07:00:03
2024-08-16T17:12:43
pulsar
apache/pulsar
14,047
505
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /// <reference types="@stdlib/types"/> import { ndarray } from '@stdlib/types/ndarray'; /** * ndarray function. * * @param arrays - array containing input and output ndarrays * @param data - ndarray function data (e.g., a callback) * * @example * var numel = require( '@stdlib/ndarray/base/numel' ); * var ind2sub = require( '@stdlib/ndarray/ind2sub' ); * * function ndarrayFcn( arrays, fcn ) { * var xord; * var yord; * var opts; * var sub; * var sh; * var N; * var x; * var y; * var v; * var i; * * x = arrays[ 0 ]; * y = arrays[ 1 ]; * sh = x.shape; * N = numel( sh ); * if ( N <= 0 ) { * return; * } * xord = x.order; * yord = y.order; * opts = {}; * opts.order = xord; * for ( i = 0; i < N; i++ ) { * // Convert a linear index to subscripts: * opts.order = xord; * sub = ind2sub( sh, i, opts ); * * // Retrieve an element from `x`: * v = x.get.apply( x, sub ); * * // Convert a linear index to subscripts: * opts.order = yord; * sub = ind2sub( sh, i, opts ); * * // Append the result of applying the callback: * sub.push( fcn( v ) ); * * // Assign the result to an element in `y`: * y.set.apply( y, sub ); * } * } */ type ndarrayFcn = ( arrays: Array<ndarray>, data?: any ) => void; /** * Interface describing an ndarray function dispatcher. */ interface Dispatcher { /** * Invokes an ndarray function based on the provided array data type(s). * * @param x - ndarray * @throws input array arguments must be ndarray-like objects * @throws output array arguments must be ndarray-like objects * @throws unable to resolve an ndarray function supporting the provided array argument data types * @returns destination array * * @example * var nullary = require( '@stdlib/ndarray/base/nullary' ); * var Float64Array = require( '@stdlib/array/float64' ); * var ndarray = require( '@stdlib/ndarray/ctor' ); * * function value() { * return 3.14; * } * * var types = [ 'float64' ]; * var data = [ value ]; * * var fcn = dispatch( nullary, types, data, 1, 0, 1 ); * * // ... * * var xbuf = new Float64Array( 5 ); * var x = ndarray( 'float64', xbuf, [ 5 ], [ 1 ], 0, 'row-major' ); * * fcn( x ); * // xbuf => <Float64Array>[ 3.14, 3.14, 3.14, 3.14, 3.14 ] */ ( x: ndarray ): ndarray | void; /** * Invokes an ndarray function based on the provided array data types. * * @param x - ndarray * @param y - ndarray * @throws input array arguments must be ndarray-like objects * @throws output array arguments must be ndarray-like objects * @throws unable to resolve an ndarray function supporting the provided array argument data types * @returns destination array(s) * * @example * var unary = require( '@stdlib/ndarray/base/unary' ); * var Float64Array = require( '@stdlib/array/float64' ); * var ndarray = require( '@stdlib/ndarray/ctor' ); * var abs = require( '@stdlib/math/base/special/abs' ); * * var types = [ 'float64', 'float64' ]; * var data = [ abs ]; * * var fcn = dispatch( unary, types, data, 2, 1, 1 ); * * // ... * * var xbuf = new Float64Array( [ -1.0, -2.0, -3.0 ] ); * var ybuf = new Float64Array( xbuf.length ); * * var x = ndarray( 'float64', xbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var y = ndarray( 'float64', ybuf, [ 3 ], [ 1 ], 0, 'row-major' ); * * fcn( x, y ); * // ybuf => <Float64Array>[ 1.0, 2.0, 3.0 ] */ ( x: ndarray, y: ndarray ): ndarray | void; // eslint-disable-line @typescript-eslint/unified-signatures /** * Invokes an ndarray function based on the provided array data types. * * @param x - ndarray * @param y - ndarray * @param z - ndarray * @throws input array arguments must be ndarray-like objects * @throws output array arguments must be ndarray-like objects * @throws unable to resolve an ndarray function supporting the provided array argument data types * @returns destination array(s) * * @example * var ternary = require( '@stdlib/ndarray/base/ternary' ); * var Float64Array = require( '@stdlib/array/float64' ); * var ndarray = require( '@stdlib/ndarray/ctor' ); * * function add2( x, y ) { * return x + y; * } * * var types = [ 'float64', 'float64', 'float64' ]; * var data = [ add2 ]; * * var fcn = dispatch( ternary, types, data, 3, 2, 1 ); * * // ... * * var xbuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var ybuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var zbuf = new Float64Array( xbuf.length ); * * var x = ndarray( 'float64', xbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var y = ndarray( 'float64', ybuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var z = ndarray( 'float64', zbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * * fcn( x, y, z ); * // zbuf => <Float64Array>[ 2.0, 4.0, 6.0 ] */ ( x: ndarray, y: ndarray, z: ndarray ): ndarray | void; // eslint-disable-line @typescript-eslint/unified-signatures /** * Invokes an ndarray function based on the provided array data types. * * @param x - ndarray * @param y - ndarray * @param z - ndarray * @param w - ndarray * @throws input array arguments must be ndarray-like objects * @throws output array arguments must be ndarray-like objects * @throws unable to resolve an ndarray function supporting the provided array argument data types * @returns destination array(s) * * @example * var quaternary = require( '@stdlib/ndarray/base/quaternary' ); * var Float64Array = require( '@stdlib/array/float64' ); * var ndarray = require( '@stdlib/ndarray/ctor' ); * * function add3( x, y, z ) { * return x + y + z; * } * * var types = [ 'float64', 'float64', 'float64', 'float64' ]; * var data = [ add3 ]; * * var fcn = dispatch( quaternary, types, data, 4, 3, 1 ); * * // ... * * var xbuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var ybuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var zbuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var wbuf = new Float64Array( xbuf.length ); * * var x = ndarray( 'float64', xbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var y = ndarray( 'float64', ybuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var z = ndarray( 'float64', zbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var w = ndarray( 'float64', wbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * * fcn( x, y, z, w ); * // wbuf => <Float64Array>[ 3.0, 6.0, 9.0 ] */ ( x: ndarray, y: ndarray, z: ndarray, w: ndarray ): ndarray | void; // eslint-disable-line @typescript-eslint/unified-signatures /** * Invokes an ndarray function based on the provided array data types. * * @param x - ndarray * @param y - ndarray * @param z - ndarray * @param w - ndarray * @param args - ndarray arguments * @throws input array arguments must be ndarray-like objects * @throws output array arguments must be ndarray-like objects * @throws unable to resolve an ndarray function supporting the provided array argument data types * @returns destination array(s) * * @example * var quinary = require( '@stdlib/ndarray/base/quinary' ); * var Float64Array = require( '@stdlib/array/float64' ); * var ndarray = require( '@stdlib/ndarray/ctor' ); * * function add4( x, y, z, w ) { * return x + y + z + w; * } * * var types = [ 'float64', 'float64', 'float64', 'float64', 'float64' ]; * var data = [ add4 ]; * * var fcn = dispatch( quinary, types, data, 5, 4, 1 ); * * // ... * * var xbuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var ybuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var zbuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var wbuf = new Float64Array( [ 1.0, 2.0, 3.0 ] ); * var ubuf = new Float64Array( xbuf.length ); * * var x = ndarray( 'float64', xbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var y = ndarray( 'float64', ybuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var z = ndarray( 'float64', zbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var w = ndarray( 'float64', wbuf, [ 3 ], [ 1 ], 0, 'row-major' ); * var u = ndarray( 'float64', ubuf, [ 3 ], [ 1 ], 0, 'row-major' ); * * fcn( x, y, z, w, u ); * // ubuf => <Float64Array>[ 4.0, 8.0, 12.0 ] */ ( x: ndarray, y: ndarray, z: ndarray, w: ndarray, ...args: Array<ndarray> ): ndarray | void; // eslint-disable-line @typescript-eslint/unified-signatures } /** * Returns an ndarray function interface which performs multiple dispatch. * * @param fcns - list of ndarray functions * @param types - one-dimensional list of ndarray argument data types * @param data - ndarray function data (e.g., callbacks) * @param nargs - total number of ndarray function interface arguments * @param nin - number of input ndarrays * @param nout - number of output ndarrays * @throws first argument must be either a function or an array of functions * @throws second argument must be an array-like object * @throws third argument must be an array-like object or `null` * @throws third and first arguments must have the same number of elements * @throws fourth argument must be a positive integer * @throws fifth argument must be a nonnegative integer * @throws sixth argument must be a nonnegative integer * @throws fourth argument must equal the specified number of input and output arrays * @throws number of types must match the number of functions times the total number of array arguments for each function * @throws interface must accept at least one input and/or output ndarray * @returns ndarray function interface * * @example * var unary = require( '@stdlib/ndarray/base/unary' ); * var abs = require( '@stdlib/math/base/special/abs' ); * var Float64Array = require( '@stdlib/array/float64' ); * var ndarray = require( '@stdlib/ndarray/ctor' ); * * var types = [ * 'float64', 'float64' * ]; * * var data = [ * abs * ]; * * var fcn = dispatch( unary, types, data, 2, 1, 1 ); * * // ... * * var xbuf = new Float64Array( [ -1.0, -2.0, -3.0, -4.0, -5.0 ] ); * var ybuf = new Float64Array( [ 0.0, 0.0, 0.0, 0.0, 0.0 ] ); * * var x = ndarray( 'float64', xbuf, [ 5 ], [ 1 ], 0, 'row-major' ); * var y = ndarray( 'float64', ybuf, [ 5 ], [ 1 ], 0, 'row-major' ); * * fcn( x, y ); * // ybuf => <Float64Array>[ 1.0, 2.0, 3.0, 4.0, 5.0 ] */ declare function dispatch( fcns: ndarrayFcn | ArrayLike<ndarrayFcn>, types: ArrayLike<any>, data: ArrayLike<any> | null, nargs: number, nin: number, nout: number ): Dispatcher; // EXPORTS // export = dispatch; ```
/content/code_sandbox/lib/node_modules/@stdlib/ndarray/dispatch/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
3,471
```xml import locker from 'lockfile'; import { Callback } from '@verdaccio/types'; // unlocks file by removing existing lock file export function unlockFile(name: string, next: Callback): void { const lockFileName = `${name}.lock`; locker.unlock(lockFileName, function () { return next(null); }); } ```
/content/code_sandbox/packages/core/file-locking/src/legacy/unclock.ts
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
70
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <IsPackable>false</IsPackable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> </Project> ```
/content/code_sandbox/src/UnicodeNormDApp/UnicodeNormDApp.csproj
xml
2016-05-25T14:18:26
2024-08-16T12:31:39
markdig
xoofx/markdig
4,243
69
```xml import type { Config } from 'jest'; const config: Config = { collectCoverage: true, coverageThreshold: { global: { branches: 100, functions: 100, lines: 100, statements: 100, }, }, preset: 'ts-jest', reporters: process.env.CI === 'true' ? [['github-actions', { silent: false }], 'summary'] : undefined, testMatch: ['**/__tests__/**/*.test.ts?(x)'], watchPlugins: [ 'jest-watch-typeahead/filename', 'jest-watch-typeahead/testname', ], }; export default config; ```
/content/code_sandbox/jest.config.ts
xml
2016-08-20T00:22:07
2024-08-14T14:25:28
html-react-parser
remarkablemark/html-react-parser
2,066
143
```xml import { MonoTypeOperatorFunction, SubscribableOrPromise } from '../types'; export interface ThrottleConfig { leading?: boolean; trailing?: boolean; } export declare const defaultThrottleConfig: ThrottleConfig; /** * Emits a value from the source Observable, then ignores subsequent source * values for a duration determined by another Observable, then repeats this * process. * * <span class="informal">It's like {@link throttleTime}, but the silencing * duration is determined by a second Observable.</span> * * ![](throttle.png) * * `throttle` emits the source Observable values on the output Observable * when its internal timer is disabled, and ignores source values when the timer * is enabled. Initially, the timer is disabled. As soon as the first source * value arrives, it is forwarded to the output Observable, and then the timer * is enabled by calling the `durationSelector` function with the source value, * which returns the "duration" Observable. When the duration Observable emits a * value or completes, the timer is disabled, and this process repeats for the * next source value. * * ## Example * Emit clicks at a rate of at most one click per second * ```javascript * const clicks = fromEvent(document, 'click'); * const result = clicks.pipe(throttle(ev => interval(1000))); * result.subscribe(x => console.log(x)); * ``` * * @see {@link audit} * @see {@link debounce} * @see {@link delayWhen} * @see {@link sample} * @see {@link throttleTime} * * @param {function(value: T): SubscribableOrPromise} durationSelector A function * that receives a value from the source Observable, for computing the silencing * duration for each source value, returned as an Observable or a Promise. * @param {Object} config a configuration object to define `leading` and `trailing` behavior. Defaults * to `{ leading: true, trailing: false }`. * @return {Observable<T>} An Observable that performs the throttle operation to * limit the rate of emissions from the source. * @method throttle * @owner Observable */ export declare function throttle<T>(durationSelector: (value: T) => SubscribableOrPromise<any>, config?: ThrottleConfig): MonoTypeOperatorFunction<T>; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/internal/operators/throttle.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
499
```xml import { Column, ManyToOne, PrimaryGeneratedColumn } from "../../../../src" import { Entity } from "../../../../src/decorator/entity/Entity" import { Foo } from "./Foo" @Entity() export class Bar { @PrimaryGeneratedColumn() id: number @Column() description: string @ManyToOne((type) => Foo, (foo) => foo.bars) foo?: Foo } ```
/content/code_sandbox/test/github-issues/2251/entity/Bar.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
85
```xml /** * @_ignore */ export declare function decodeBits(width: number, data: string): Array<number>; //# sourceMappingURL=bit-reader.d.ts.map ```
/content/code_sandbox/lib.commonjs/wordlists/bit-reader.d.ts
xml
2016-07-16T04:35:37
2024-08-16T13:37:46
ethers.js
ethers-io/ethers.js
7,843
32
```xml import type { ArgTypes, LegacyStoryAnnotationsOrFn, Renderer, StoryAnnotations, StoryFn, StoryId, } from '@storybook/core/types'; import type { NormalizedComponentAnnotations, NormalizedStoryAnnotations, } from '@storybook/core/types'; import { storyNameFromExport, toId } from '@storybook/csf'; import { deprecate, logger } from '@storybook/core/client-logger'; import { dedent } from 'ts-dedent'; import { normalizeArrays } from './normalizeArrays'; import { normalizeInputTypes } from './normalizeInputTypes'; const deprecatedStoryAnnotation = dedent` CSF .story annotations deprecated; annotate story functions directly: - StoryFn.story.name => StoryFn.storyName - StoryFn.story.(parameters|decorators) => StoryFn.(parameters|decorators) See path_to_url#hoisted-csf-annotations for details and codemod. `; export function normalizeStory<TRenderer extends Renderer>( key: StoryId, storyAnnotations: LegacyStoryAnnotationsOrFn<TRenderer>, meta: NormalizedComponentAnnotations<TRenderer> ): NormalizedStoryAnnotations<TRenderer> { const storyObject: StoryAnnotations<TRenderer> = storyAnnotations; const userStoryFn: StoryFn<TRenderer> | null = typeof storyAnnotations === 'function' ? storyAnnotations : null; const { story } = storyObject; if (story) { logger.debug('deprecated story', story); deprecate(deprecatedStoryAnnotation); } const exportName = storyNameFromExport(key); const name = (typeof storyObject !== 'function' && storyObject.name) || storyObject.storyName || story?.name || exportName; const decorators = [ ...normalizeArrays(storyObject.decorators), ...normalizeArrays(story?.decorators), ]; const parameters = { ...story?.parameters, ...storyObject.parameters }; const args = { ...story?.args, ...storyObject.args }; const argTypes = { ...(story?.argTypes as ArgTypes), ...(storyObject.argTypes as ArgTypes) }; const loaders = [...normalizeArrays(storyObject.loaders), ...normalizeArrays(story?.loaders)]; const beforeEach = [ ...normalizeArrays(storyObject.beforeEach), ...normalizeArrays(story?.beforeEach), ]; const { render, play, tags = [], globals = {} } = storyObject; // eslint-disable-next-line no-underscore-dangle const id = parameters.__id || toId(meta.id, exportName); return { moduleExport: storyAnnotations, id, name, tags, decorators, parameters, args, argTypes: normalizeInputTypes(argTypes), loaders, beforeEach, globals, ...(render && { render }), ...(userStoryFn && { userStoryFn }), ...(play && { play }), }; } ```
/content/code_sandbox/code/core/src/preview-api/modules/store/csf/normalizeStory.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
622
```xml import * as React from 'react'; import { ControlsAreaPage, IControlsPageProps } from '../ControlsAreaPage'; import { VerticalBarChartStandardPageProps } from './VerticalBarChartStandardPage.doc'; export const VerticalBarChartStandardPage: React.FunctionComponent<IControlsPageProps> = props => { const { platform } = props; return <ControlsAreaPage {...props} {...VerticalBarChartStandardPageProps[platform!]} />; }; ```
/content/code_sandbox/apps/public-docsite/src/pages/Controls/VerticalBarChartPage/VerticalBarChartStandardPage.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
94
```xml export * from './deep-equal' export * from './get-default-insert-location' export * from './match-path' export * from './string' export * from './types' export * from './weak-maps' ```
/content/code_sandbox/packages/slate/src/utils/index.ts
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
45
```xml import { ApolloClient, HttpLink, InMemoryCache } from "@apollo/client"; import { registerApolloClient } from "@apollo/experimental-nextjs-app-support/rsc"; export const { getClient } = registerApolloClient(() => { return new ApolloClient({ cache: new InMemoryCache(), link: new HttpLink({ // See more information about this GraphQL endpoint at path_to_url uri: "path_to_url", // you can configure the Next.js fetch cache here if you want to fetchOptions: { cache: "force-cache" }, // alternatively you can override the default `fetchOptions` on a per query basis // ```js // const result = await getClient().query({ // query: MY_QUERY, // context: { // fetchOptions: { cache: "force-cache" }, // }, // }); // ``` }), }); }); ```
/content/code_sandbox/examples/with-apollo/src/lib/ApolloClient.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
195
```xml // See LICENSE.txt for license information. import React, {useCallback} from 'react'; import {useIntl} from 'react-intl'; import {enableChannelCalls} from '@calls/actions'; import {useTryCallsFunction} from '@calls/hooks'; import {getCallsConfig} from '@calls/state'; import OptionItem from '@components/option_item'; import {useServerUrl} from '@context/server'; import {preventDoubleTap} from '@utils/tap'; interface Props { channelId: string; enabled: boolean; } const ChannelInfoEnableCalls = ({channelId, enabled}: Props) => { const {formatMessage} = useIntl(); const serverUrl = useServerUrl(); const toggleCalls = useCallback(async () => { enableChannelCalls(serverUrl, channelId, !enabled); }, [serverUrl, channelId, enabled]); const [tryOnPress, msgPostfix] = useTryCallsFunction(toggleCalls); const disableText = formatMessage({id: 'mobile.calls_disable', defaultMessage: 'Disable calls'}); const enableText = formatMessage({id: 'mobile.calls_enable', defaultMessage: 'Enable calls'}); const config = getCallsConfig(serverUrl); if (!config.pluginEnabled) { return null; } return ( <OptionItem action={preventDoubleTap(tryOnPress)} label={(enabled ? disableText : enableText) + msgPostfix} icon='phone' type='default' testID='channel_info.options.enable_disable_calls.option' /> ); }; export default ChannelInfoEnableCalls; ```
/content/code_sandbox/app/products/calls/components/channel_info_enable_calls/index.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
335
```xml import {Router} from "express"; import {Repository} from "sequelize-typescript"; import {Post} from "./Post"; export const postRouterFactory = ( postRepository: Repository<Post>, ) => Router() .get('/posts', (req, res, next) => postRepository.findAll() .then(posts => res.json(posts)) .catch(next) ) .get('/posts/:id', (req, res, next) => postRepository.findByPk(req.params.id) .then(post => post ? res.json(post) : next({statusCode: 404})) .catch(next) ) .post('/posts', (req, res, next) => postRepository.create(req.body) .then(post => res.json(post)) .catch(next) ) ; ```
/content/code_sandbox/examples/repository-mode/lib/posts/postRouterFactory.ts
xml
2016-01-27T11:25:52
2024-08-13T16:56:45
sequelize-typescript
sequelize/sequelize-typescript
2,768
173
```xml import { v1 as uuid } from "uuid"; import { isResetToken, ResetToken } from "./reset"; function createToken(partial: Partial<ResetToken> | any = {}): ResetToken { const now = Math.floor(Date.now() / 1000); const token: ResetToken = { sub: uuid(), jti: uuid(), iss: uuid(), exp: now + 60 * 60 * 24, nbf: now, iat: now, aud: "reset", rid: uuid(), }; return { ...token, ...partial, }; } describe("isResetToken", () => { it("validates a valid reset token", () => { expect(isResetToken(createToken())).toBeTruthy(); }); it("rejects an invalid aud value in a token", () => { expect(isResetToken(createToken({ aud: "not-reset" }))).toBeFalsy(); }); }); ```
/content/code_sandbox/server/src/core/server/services/users/auth/reset.spec.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
206
```xml export interface IResourceConfig { /** * e.g /public will re-write all URLS to have have /public/image.jpg instead of /image.jpg * Default value is "/resources" * @type {string} * @memberof IStyleSheetProps */ resourcePublicRoot?: string; /** * A folder in the file system where the sources are copied * By providing a relative path e.g "public" FuseBox will join it with the current output Directory * it's possible to complelely override it by providing an absolute path; * Default value is : "{YOUR_DIST_FOLDER}/resources" * @type {string} * @memberof IStyleSheetProps */ resourceFolder?: string; } ```
/content/code_sandbox/src/config/IResourceConfig.ts
xml
2016-10-28T10:37:16
2024-07-27T15:17:43
fuse-box
fuse-box/fuse-box
4,003
159
```xml import { pureMerge } from "coral-common/common/lib/utils"; import { GQLResolver } from "coral-framework/schema"; import { createResolversStub, CreateTestRendererParams, } from "coral-framework/testHelpers"; import { commenters, settings, stories } from "../../fixtures"; import create from "./create"; const story = stories[0]; const viewer = commenters[0]; async function createTestRenderer( params: CreateTestRendererParams<GQLResolver> = {} ) { const { testRenderer, context } = create({ ...params, resolvers: pureMerge( createResolversStub<GQLResolver>({ Query: { settings: () => settings, viewer: () => viewer, stream: () => story, }, }), params.resolvers ), initLocalState: (localRecord, source, environment) => { localRecord.setValue(story.id, "storyID"); if (params.initLocalState) { params.initLocalState(localRecord, source, environment); } }, }); return { testRenderer, context, }; } it("emit commentCount events", (done) => { void createTestRenderer().then(({ context: { eventEmitter } }) => { eventEmitter.on("commentCount", (args) => { expect(args).toMatchInlineSnapshot(` Object { "number": 3, "storyID": "story-1", "storyURL": "path_to_url", "text": "Comments", } `); done(); }); }); }); ```
/content/code_sandbox/client/src/core/client/stream/test/comments/stream/emitCountEvents.spec.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
340
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="bb_height">56dp</dimen> <dimen name="bb_default_elevation">8dp</dimen> <dimen name="bb_fake_shadow_height">4dp</dimen> </resources> ```
/content/code_sandbox/bottom-bar/src/main/res/values/dimensions.xml
xml
2016-03-16T01:31:05
2024-08-16T16:21:09
BottomBar
roughike/BottomBar
8,424
70
```xml import {Server} from './server'; import {ConfigDiagnostics} from './model/diagnostics/ConfigDiagnostics'; if ((process.argv || []).includes('--run-diagnostics')) { console.log('Running diagnostics and exiting.'); ConfigDiagnostics.runDiagnostics().catch((e) => { console.error(e); process.exit(1); }).then(() => { process.exit(0); }); } else { Server.getInstance(); } ```
/content/code_sandbox/src/backend/index.ts
xml
2016-03-12T11:46:41
2024-08-16T19:56:44
pigallery2
bpatrik/pigallery2
1,727
94
```xml export * from 'rxjs-compat/BehaviorSubject'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/BehaviorSubject.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
12
```xml import { HeaderVariables } from '../../../teams/components/Header/headerVariables'; export const headerVariables = (siteVars: any): Partial<HeaderVariables> => { return { color: siteVars.colors.white, descriptionColor: siteVars.colors.white, }; }; ```
/content/code_sandbox/packages/fluentui/react-northstar/src/themes/teams-high-contrast/components/Header/headerVariables.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
55
```xml /** * @license * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at path_to_url */ // Note that these have been copied over verbatim from // `material/select` so that we don't have to expose them publicly. /** * Returns an exception to be thrown when attempting to change a select's `multiple` option * after initialization. * @docs-private */ export function getMatSelectDynamicMultipleError(): Error { return Error('Cannot change `multiple` mode of select after initialization.'); } /** * Returns an exception to be thrown when attempting to assign a non-array value to a select * in `multiple` mode. Note that `undefined` and `null` are still valid values to allow for * resetting the value. * @docs-private */ export function getMatSelectNonArrayValueError(): Error { return Error('Value must be an array in multiple-selection mode.'); } /** * Returns an exception to be thrown when assigning a non-function value to the comparator * used to determine if a value corresponds to an option. Note that whether the function * actually takes two values and returns a boolean is not checked. */ export function getMatSelectNonFunctionValueError(): Error { return Error('`compareWith` must be a function.'); } ```
/content/code_sandbox/src/material/select/select-errors.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
279
```xml import * as server from './server' export { server } ```
/content/code_sandbox/store/plugin-commands-server/src/index.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
13
```xml import { Ionicons } from '@expo/vector-icons'; import { TouchableOpacity, Platform } from 'react-native'; import { useTheme } from './ThemeProvider'; export default function ThemeToggler() { const { theme, name, setTheme } = useTheme(); return ( <TouchableOpacity onPress={() => setTheme(name === 'light' ? 'dark' : 'light')} hitSlop={4}> <Ionicons name={name === 'dark' ? 'sunny' : 'moon'} size={Platform.OS === 'ios' ? 22 : 25} color={theme.icon.info} /> </TouchableOpacity> ); } ```
/content/code_sandbox/apps/common/ThemeToggler.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
138
```xml export default interface IFollowedSite { name: string; url: string; } ```
/content/code_sandbox/samples/react-followed-drag-and-drop-grid/src/webparts/model/IFollowedSite.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
20
```xml // See LICENSE.txt for license information. import React from 'react'; import {View} from 'react-native'; import ManageMembersLabel from '@components/channel_actions/manage_members_label'; import {Members} from '@constants'; import {useTheme} from '@context/theme'; import {changeOpacity, makeStyleSheetFromTheme} from '@utils/theme'; export const DIVIDER_MARGIN = 8; const {MAKE_CHANNEL_ADMIN, MAKE_CHANNEL_MEMBER, REMOVE_USER} = Members.ManageOptions; const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { return { divider: { alignSelf: 'center', backgroundColor: changeOpacity(theme.centerChannelColor, 0.16), height: 1, marginVertical: DIVIDER_MARGIN, paddingHorizontal: 20, width: '100%', }, }; }); type Props = { channelId: string; isDefaultChannel: boolean; isChannelAdmin: boolean; canChangeMemberRoles: boolean; userId: string; } const ManageUserOptions = ({channelId, isChannelAdmin, isDefaultChannel, userId, canChangeMemberRoles}: Props) => { const theme = useTheme(); const styles = getStyleSheet(theme); return ( <> <View style={styles.divider}/> {canChangeMemberRoles && <ManageMembersLabel channelId={channelId} isDefaultChannel={isDefaultChannel} manageOption={isChannelAdmin ? MAKE_CHANNEL_MEMBER : MAKE_CHANNEL_ADMIN} testID='channel.make_channel_admin' userId={userId} /> } <ManageMembersLabel channelId={channelId} isDefaultChannel={isDefaultChannel} manageOption={REMOVE_USER} testID='channel.remove_member' userId={userId} /> </> ); }; export default ManageUserOptions; ```
/content/code_sandbox/app/screens/user_profile/manage_user_options.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
382
```xml import { Settings } from '../actions/actionTypes'; import settingsOptions from '../constants/settings'; export type SettingsState = { [key: string]: boolean | string | number; isLoading: boolean; isReady: boolean; }; const initialState: SettingsState = { isLoading: false, isReady: false }; const defaultSettings: Partial<SettingsState> = settingsOptions.reduce((acc, option) => ({ ...acc, [option.name]: option.default }), {}); export default function SettingsReducer(state=initialState, action) { switch (action.type) { case Settings.READ_SETTINGS: return { ...defaultSettings, ...action.payload, isLoading: false, isReady: true }; case Settings.SET_BOOLEAN_OPTION: case Settings.SET_STRING_OPTION: case Settings.SET_NUMBER_OPTION: return { ...state, ...{ [`${action.payload.option}`]: action.payload.state } }; default: return state; } } ```
/content/code_sandbox/packages/app/app/reducers/settings.ts
xml
2016-09-22T22:58:21
2024-08-16T15:47:39
nuclear
nukeop/nuclear
11,862
213
```xml export default function Page({ finished }) { return <p>{`Edge - finished: ${finished}`}</p> } export function getServerSideProps() { return { props: { finished: Boolean(globalThis.instrumentationFinished), }, } } export const config = { runtime: 'experimental-edge', } ```
/content/code_sandbox/test/e2e/instrumentation-hook/with-async-edge-page/pages/index.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
69
```xml <system-properties> <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> </system-properties> ```
/content/code_sandbox/archived/kotlin-ktor-app-engine-java8/appengine-web-system-example.xml
xml
2016-01-25T18:46:16
2024-08-14T19:43:44
community
GoogleCloudPlatform/community
1,914
27
```xml import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { flatMap } from '../../asynciterable/operators/flatmap.js'; import { FlattenConcurrentSelector } from '../../asynciterable/operators/_flatten.js'; /** * @ignore */ export function flatMapProto<T, R>( this: AsyncIterableX<T>, selector: FlattenConcurrentSelector<T, R>, concurrent = Infinity, thisArg?: any ) { return flatMap(selector, concurrent, thisArg)(this); } AsyncIterableX.prototype.flatMap = flatMapProto; declare module '../../asynciterable/asynciterablex' { interface AsyncIterableX<T> { flatMap: typeof flatMapProto; } } ```
/content/code_sandbox/src/add/asynciterable-operators/flatmap.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
156
```xml import React from 'react'; import { Slider, Box } from 'native-base'; export const Example = () => { return ( <Box mx={5} width="80%"> <Slider minValue={0} maxValue={100} step={1} defaultValue={50} isReadOnly> <Slider.Track _readOnly={{ bg: 'indigo.100' }}> <Slider.FilledTrack _readOnly={{ bg: 'indigo.600' }} /> </Slider.Track> <Slider.Thumb _readOnly={{ bg: 'indigo.600' }} /> </Slider> </Box> ); }; ```
/content/code_sandbox/example/storybook/stories/components/primitives/Slider/isReadOnly.tsx
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
130
```xml import * as React from 'react'; import { render } from '@testing-library/react'; import { InteractionTag } from './InteractionTag'; import { isConformant } from '../../testing/isConformant'; import { InteractionTagPrimary } from '../InteractionTagPrimary'; import { InteractionTagSecondary } from '../InteractionTagSecondary'; const requiredProps = { children: 'test', }; describe('InteractionTag', () => { isConformant({ Component: InteractionTag, displayName: 'InteractionTag', requiredProps, }); it('should set aria-labelledby with ids of InteractionTagPrimary and InteractionTagSecondary', () => { const { getByTestId } = render( <InteractionTag> <InteractionTagPrimary>{'tag'}</InteractionTagPrimary> <InteractionTagSecondary data-testid="secondary" aria-label="remove" /> </InteractionTag>, ); expect(getByTestId('secondary').getAttribute('aria-labelledby')).toMatch( /fui-InteractionTagPrimary-\d+ fui-InteractionTagSecondary-\d+/, ); }); }); ```
/content/code_sandbox/packages/react-components/react-tags/library/src/components/InteractionTag/InteractionTag.test.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
226
```xml import { mode } from '@chakra-ui/theme-tools'; export const inputStyles = { components: { Input: { baseStyle: { field: { fontWeight: 400, borderRadius: '8px', }, }, variants: { main: (properties: any) => ({ field: { bg: mode('transparent', 'navy.800')(properties), border: '1px solid', color: mode('secondaryGray.900', 'white')(properties), borderColor: mode( 'secondaryGray.100', 'whiteAlpha.100' )(properties), borderRadius: '16px', fontSize: 'sm', p: '20px', _placeholder: { color: 'secondaryGray.400' }, }, }), auth: (properties: any) => ({ field: { fontWeight: '500', color: mode('navy.700', 'white')(properties), bg: mode('transparent', 'transparent')(properties), border: '1px solid', borderColor: mode( 'secondaryGray.100', 'rgba(135, 140, 189, 0.3)' )(properties), borderRadius: '16px', _placeholder: { color: 'secondaryGray.600', fontWeight: '400' }, }, }), authSecondary: () => ({ field: { bg: 'transparent', border: '1px solid', borderColor: 'secondaryGray.100', borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, }), search: () => ({ field: { border: 'none', py: '11px', borderRadius: 'inherit', _placeholder: { color: 'secondaryGray.600' }, }, }), }, }, NumberInput: { baseStyle: { field: { fontWeight: 400, }, }, variants: { main: () => ({ field: { bg: 'transparent', border: '1px solid', borderColor: 'secondaryGray.100', borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, }), auth: () => ({ field: { bg: 'transparent', border: '1px solid', borderColor: 'secondaryGray.100', borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, }), authSecondary: () => ({ field: { bg: 'transparent', border: '1px solid', borderColor: 'secondaryGray.100', borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, }), search: () => ({ field: { border: 'none', py: '11px', borderRadius: 'inherit', _placeholder: { color: 'secondaryGray.600' }, }, }), }, }, Select: { baseStyle: { field: { fontWeight: 400, }, }, variants: { main: (properties: any) => ({ field: { bg: mode('transparent', 'navy.800')(properties), border: '1px solid', color: 'secondaryGray.600', borderColor: mode( 'secondaryGray.100', 'whiteAlpha.100' )(properties), borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, icon: { color: 'secondaryGray.600', }, }), mini: (properties: any) => ({ field: { bg: mode('transparent', 'navy.800')(properties), border: '0px solid transparent', fontSize: '0px', p: '10px', _placeholder: { color: 'secondaryGray.600' }, }, icon: { color: 'secondaryGray.600', }, }), subtle: () => ({ box: { width: 'unset', }, field: { bg: 'transparent', border: '0px solid', color: 'secondaryGray.600', borderColor: 'transparent', width: 'max-content', _placeholder: { color: 'secondaryGray.600' }, }, icon: { color: 'secondaryGray.600', }, }), transparent: (properties: any) => ({ field: { bg: 'transparent', border: '0px solid', width: 'min-content', color: mode('secondaryGray.600', 'secondaryGray.600')(properties), borderColor: 'transparent', padding: '0px', paddingLeft: '8px', paddingRight: '20px', fontWeight: '700', fontSize: '14px', _placeholder: { color: 'secondaryGray.600' }, }, icon: { transform: 'none !important', position: 'unset !important', width: 'unset', color: 'secondaryGray.600', right: '0px', }, }), auth: () => ({ field: { bg: 'transparent', border: '1px solid', borderColor: 'secondaryGray.100', borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, }), authSecondary: (properties: any) => ({ field: { bg: 'transparent', border: '1px solid', borderColor: 'secondaryGray.100', borderRadius: '16px', _placeholder: { color: 'secondaryGray.600' }, }, }), search: (properties: any) => ({ field: { border: 'none', py: '11px', borderRadius: 'inherit', _placeholder: { color: 'secondaryGray.600' }, }, }), }, }, }, }; ```
/content/code_sandbox/src/renderer/theme/components/input.ts
xml
2016-05-14T02:18:49
2024-08-16T02:46:28
ElectroCRUD
garrylachman/ElectroCRUD
1,538
1,298
```xml /* eslint-disable @typescript-eslint/no-misused-promises */ /* eslint-disable import/order */ import env from "./env"; import "./logging/tracer"; // must come before importing any instrumented module import http from "http"; import https from "https"; import Koa from "koa"; import helmet from "koa-helmet"; import logger from "koa-logger"; import Router from "koa-router"; import { AddressInfo } from "net"; import stoppable from "stoppable"; import throng from "throng"; import Logger from "./logging/Logger"; import services from "./services"; import { getArg } from "./utils/args"; import { getSSLOptions } from "./utils/ssl"; import { defaultRateLimiter } from "@server/middlewares/rateLimiter"; import { printEnv, checkPendingMigrations } from "./utils/startup"; import { checkUpdates } from "./utils/updates"; import onerror from "./onerror"; import ShutdownHelper, { ShutdownOrder } from "./utils/ShutdownHelper"; import { checkConnection, sequelize } from "./storage/database"; import RedisAdapter from "./storage/redis"; import Metrics from "./logging/Metrics"; import { PluginManager } from "./utils/PluginManager"; // The number of processes to run, defaults to the number of CPU's available // for the web service, and 1 for collaboration during the beta period. let webProcessCount = env.WEB_CONCURRENCY; if (env.SERVICES.includes("collaboration")) { if (webProcessCount !== 1) { Logger.info( "lifecycle", "Note: Restricting process count to 1 due to use of collaborative service" ); } webProcessCount = 1; } // This function will only be called once in the original process async function master() { await checkConnection(sequelize); await checkPendingMigrations(); await printEnv(); if (env.TELEMETRY && env.isProduction) { void checkUpdates(); setInterval(checkUpdates, 24 * 3600 * 1000); } } // This function will only be called in each forked process async function start(_id: number, disconnect: () => void) { // Ensure plugins are loaded PluginManager.loadPlugins(); // Find if SSL certs are available const ssl = getSSLOptions(); const useHTTPS = !!ssl.key && !!ssl.cert; // If a --port flag is passed then it takes priority over the env variable const normalizedPort = getArg("port", "p") || env.PORT; const app = new Koa(); const server = stoppable( useHTTPS ? https.createServer(ssl, app.callback()) : http.createServer(app.callback()), ShutdownHelper.connectionGraceTimeout ); const router = new Router(); // install basic middleware shared by all services if (env.DEBUG.includes("http")) { app.use(logger((str) => Logger.info("http", str))); } app.use(helmet()); // catch errors in one place, automatically set status and response headers onerror(app); // Apply default rate limit to all routes app.use(defaultRateLimiter()); /** Perform a redirect on the browser so that the user's auth cookies are included in the request. */ app.context.redirectOnClient = function (url: string) { this.type = "text/html"; this.body = ` <html> <head> <meta http-equiv="refresh" content="0;URL='${url}'"/> </head>`; }; // Add a health check endpoint to all services router.get("/_health", async (ctx) => { try { await sequelize.query("SELECT 1"); } catch (err) { Logger.error("Database connection failed", err); ctx.status = 500; return; } try { await RedisAdapter.defaultClient.ping(); } catch (err) { Logger.error("Redis ping failed", err); ctx.status = 500; return; } ctx.body = "OK"; }); app.use(router.routes()); // loop through requested services at startup for (const name of env.SERVICES) { if (!Object.keys(services).includes(name)) { throw new Error(`Unknown service ${name}`); } Logger.info("lifecycle", `Starting ${name} service`); const init = services[name]; await init(app, server, env.SERVICES); } server.on("error", (err) => { if ("code" in err && err.code === "EADDRINUSE") { Logger.error(`Port ${normalizedPort} is already in use. Exiting`, err); process.exit(0); } if ("code" in err && err.code === "EACCES") { Logger.error( `Port ${normalizedPort} requires elevated privileges. Exiting`, err ); process.exit(0); } throw err; }); server.on("listening", () => { const address = server.address(); const port = (address as AddressInfo).port; Logger.info( "lifecycle", `Listening on ${useHTTPS ? "https" : "http"}://localhost:${port} / ${ env.URL }` ); }); server.listen(normalizedPort); server.setTimeout(env.REQUEST_TIMEOUT); ShutdownHelper.add( "server", ShutdownOrder.last, () => new Promise((resolve, reject) => { // Calling stop prevents new connections from being accepted and waits for // existing connections to close for the grace period before forcefully // closing them. server.stop((err, gracefully) => { disconnect(); if (err) { reject(err); } else { resolve(gracefully); } }); }) ); ShutdownHelper.add("metrics", ShutdownOrder.last, () => Metrics.flush()); // Handle uncaught promise rejections process.on("unhandledRejection", (error: Error) => { Logger.error("Unhandled promise rejection", error, { stack: error.stack, }); }); // Handle shutdown signals process.once("SIGTERM", () => ShutdownHelper.execute()); process.once("SIGINT", () => ShutdownHelper.execute()); } const isWebProcess = env.SERVICES.includes("web") || env.SERVICES.includes("api") || env.SERVICES.includes("collaboration"); void throng({ master, worker: start, count: isWebProcess ? webProcessCount : undefined, }); ```
/content/code_sandbox/server/index.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
1,407
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:layout_width="match_parent" android:layout_height="@dimen/search_upper_layout_height" android:layout_marginBottom="@dimen/default_general_margin" android:clickable="true" android:foreground="?attr/selectableItemBackground"> <com.hotbitmapgg.bilibili.widget.CircleImageView android:id="@+id/item_avatar_view" android:layout_width="@dimen/search_upper_avatar_size" android:layout_height="@dimen/search_upper_avatar_size" android:layout_alignParentStart="true" android:layout_centerInParent="true" android:layout_margin="@dimen/default_general_margin" app:border_color="@android:color/white" app:border_width="@dimen/circle_default_width" /> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerInParent="true" android:layout_toEndOf="@+id/item_avatar_view" android:gravity="center_vertical" android:orientation="vertical"> <TextView android:id="@+id/item_user_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="@dimen/default_tiny_margin" android:textColor="@color/font_normal" android:textSize="@dimen/default_medium_text_size" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:padding="@dimen/default_tiny_margin"> <TextView android:id="@+id/item_user_fans" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/black_alpha_45" android:textSize="@dimen/default_small_text_size" /> <TextView android:id="@+id/item_user_videos" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/default_grow_margin" android:textColor="@color/black_alpha_45" android:textSize="@dimen/default_small_text_size" /> </LinearLayout> <TextView android:id="@+id/item_user_details" android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="end" android:maxLines="1" android:padding="@dimen/default_tiny_margin" android:textColor="@color/black_alpha_45" android:textSize="@dimen/default_small_text_size" /> </LinearLayout> </RelativeLayout> ```
/content/code_sandbox/app/src/main/res/layout/item_search_upper.xml
xml
2016-06-01T04:36:01
2024-08-14T06:51:22
bilibili-android-client
HotBitmapGG/bilibili-android-client
4,487
586
```xml import { describe, expect, it } from "vitest"; import { Formatter } from "@export/formatter"; import { VerticalPositionAlign } from "@file/shared/alignment"; import { Align } from "./align"; describe("Align", () => { describe("#constructor()", () => { it("should create a element with correct root key", () => { const tree = new Formatter().format(new Align(VerticalPositionAlign.CENTER)); expect(tree).to.deep.equal({ "wp:align": ["center"], }); }); }); }); ```
/content/code_sandbox/src/file/drawing/floating/align.spec.ts
xml
2016-03-26T23:43:56
2024-08-16T13:02:47
docx
dolanmiu/docx
4,139
115
```xml import { globalStyle } from "@vanilla-extract/css"; globalStyle("html, body", { height: "100%", }); globalStyle("*, *::before, *::after", { boxSizing: "border-box", WebkitFontSmoothing: "antialiased", MozOsxFontSmoothing: "grayscale", }); globalStyle("body", { display: "flex", flexDirection: "column", margin: "0", fontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif", background: "#000", color: "#fff", padding: "0 16px", backgroundSize: "cover", backgroundPosition: "center center", backgroundRepeat: "no-repeat", }); globalStyle("h1, h2, h3, h4, p", { margin: 0, }); globalStyle("main", { display: "flex", alignItems: "center", justifyContent: "center", flexDirection: "column", position: "relative", width: "100%", height: "100%", maxWidth: "720px", margin: "0 auto", overflow: "hidden", }); ```
/content/code_sandbox/examples/with-vanilla-extract/app/globalStyle.css.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
278
```xml import { IVisit } from '../../model/IVisit'; export interface IVisitService { getGroupVisits (groupId?: string, groupEmail?: string) : Promise<IVisit[]>; } ```
/content/code_sandbox/samples/react-teams-tab-field-visit-mashup/src/webparts/fieldVisitTab/services/VisitService/IVisitService.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
44
```xml import Renderer from './renderer' import DocumentRenderer from './documentRenderer' import LegacyRelationalRenderer from './legacyRelationalRenderer' import RelationalRenderer from './relationalRenderer' import { DatabaseType } from '../../databaseType' import GQLAssert from '../../util/gqlAssert' export default abstract class DefaultRenderer { public static create( databaseType: DatabaseType, enableV2: boolean = false, ): Renderer { if (enableV2) { switch (databaseType) { case DatabaseType.mongo: return new DocumentRenderer() case DatabaseType.mysql: return new RelationalRenderer() case DatabaseType.postgres: return new RelationalRenderer() case DatabaseType.sqlite: return new RelationalRenderer() } } else { switch (databaseType) { case DatabaseType.mongo: return new DocumentRenderer() case DatabaseType.mysql: return new LegacyRelationalRenderer() case DatabaseType.postgres: return new LegacyRelationalRenderer() case DatabaseType.sqlite: return new LegacyRelationalRenderer() } } GQLAssert.raise( `Attempting to create renderer for unknown database type: ${databaseType}`, ) return new DocumentRenderer() // Make TS happy. } } ```
/content/code_sandbox/cli/packages/prisma-datamodel/src/datamodel/renderer/index.ts
xml
2016-09-25T12:54:40
2024-08-16T11:41:23
prisma1
prisma/prisma1
16,549
266
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import type {StackPullRequestFragment} from './generated/graphql'; import {useCommand} from './KeyboardShortcuts'; import PullRequestStackItem from './PullRequestStackItem'; import {gitHubPullRequestID} from './recoil'; import {stackedPullRequestFragments} from './stackState'; import useNavigateToPullRequest from './useNavigateToPullRequest'; import {ArrowDownIcon, ArrowUpIcon} from '@primer/octicons-react'; import {ActionList, ActionMenu, ButtonGroup, IconButton} from '@primer/react'; import {useCallback, useEffect, useState} from 'react'; import {useRecoilValue, useRecoilValueLoadable} from 'recoil'; export default function PullRequestStack(): React.ReactElement | null { const navigateToPullRequest = useNavigateToPullRequest(); const pullRequestNumber = useRecoilValue(gitHubPullRequestID); // Our goal is to ensure this component *always* renders synchronously [and // never suspends] to support the common case where the user is toggling the // arrows in the stack selector, in which case we don't want it to temporarily // disappear while we are loading the pull request for the newly selected // item in the list. To that end, we employ the following strategy: // // - If `stackedPullRequestFragments` is available immediately, assume it is // the source of truth and use it. // - Whenever we receive a value for `stackedPullRequestFragments`, stuff it // in the state for this component via `setLastStack()`. // - If `stackedPullRequestFragments` is not available immediately, use // `lastStack` if both of the following are true: // - `lastStack` is non-null // - `pullRequestNumber` is in `lastStack`. // - Otherwise, we assume that `lastStack` is stale (or the pull request is // not part of a stack), in which case we do not render anything at all. const stackLoadable = useRecoilValueLoadable(stackedPullRequestFragments); const [lastStack, setLastStack] = useState<StackPullRequestFragment[] | null>(null); const availableStack = stackLoadable.valueMaybe(); useEffect(() => { if (availableStack != null) { setLastStack(availableStack); } }, [availableStack, setLastStack]); const stack = availableStack ?? lastStack; const index = stack != null ? stack.findIndex(({number}) => number === pullRequestNumber) : -1; const onNavigate = useCallback( (index: number) => { if (stack == null || index === -1) { // The user may have clicked a link in a comment or pull request body // that took them to a pull request that is part of a separate stack, // in which case availableStack may be non-null, but index is -1. return; } const pullRequest = stack[index]; if (pullRequest != null) { navigateToPullRequest(pullRequest.number); } }, [navigateToPullRequest, stack], ); useCommand('NextInStack', () => { if (stack == null || index === -1) { return; } if (index > 0) { onNavigate(index - 1); } }); useCommand('PreviousInStack', () => { if (stack == null || index === -1) { return; } if (index < stack.length - 1) { onNavigate(index + 1); } }); if ( // In this case, we have nothing we can possibly show the user. stack == null || // Note that if availableStack is non-null but index is -1, then we are in a // weird state where the pull request body describes a stack that this // pull request is not part of, so do not show the dropdown. index === -1 ) { return null; } // In this case, the pull request does not appear to be part of a stack. const total = stack.length; if (total === 0) { return null; } const hasPrev = index < total - 1; const hasNext = index > 0; return ( <ButtonGroup> <ActionMenu> <ActionMenu.Button sx={{display: 'inline-block'}}> Pull Request {total - index} of {total} </ActionMenu.Button> <ActionMenu.Overlay width="xxlarge"> <ActionList selectionVariant="single"> {stack.map((pullRequest, stackIndex) => ( <PullRequestStackItem key={pullRequest.number} isSelected={index === stackIndex} {...pullRequest} /> ))} </ActionList> </ActionMenu.Overlay> </ActionMenu> <IconButton disabled={!hasPrev} icon={ArrowDownIcon} onClick={() => onNavigate(index + 1)}> Prev </IconButton> <IconButton disabled={!hasNext} icon={ArrowUpIcon} onClick={() => onNavigate(index - 1)}> Next </IconButton> </ButtonGroup> ); } ```
/content/code_sandbox/eden/contrib/reviewstack/src/PullRequestStack.tsx
xml
2016-05-05T16:53:47
2024-08-16T19:12:02
sapling
facebook/sapling
5,987
1,176