106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# This file is generated by gyp; do not edit.
206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)include $(CLEAR_VARS)
406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_MODULE_CLASS := STATIC_LIBRARIES
606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_MODULE := third_party_WebKit_Source_platform_blink_platform_gyp
706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_MODULE_SUFFIX := .a
8a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben MurdochLOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
9a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdochgyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
10a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdochgyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
1106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
1206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Make sure our deps are built first.
1306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)GYP_TARGET_DEPENDENCIES := \
14a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_config_gyp,,,$(GYP_VAR_PREFIX))/config.stamp \
15a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_blink_prerequisites_gyp,,,$(GYP_VAR_PREFIX))/blink_prerequisites.stamp \
16a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,skia_skia_gyp,,,$(GYP_VAR_PREFIX))/skia.stamp \
17a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_library_gyp,,,$(GYP_VAR_PREFIX))/skia_skia_library_gyp.a \
18a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp,,,$(GYP_VAR_PREFIX))/icui18n.stamp \
19a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp,,,$(GYP_VAR_PREFIX))/icuuc.stamp \
20a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_libwebp_libwebp_gyp,,,$(GYP_VAR_PREFIX))/webp.stamp \
21a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,v8_tools_gyp_v8_gyp,,,$(GYP_VAR_PREFIX))/v8.stamp \
22a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_make_platform_generated_gyp,,,$(GYP_VAR_PREFIX))/make_platform_generated.stamp \
23a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_platform_blink_arm_neon_gyp,,,$(GYP_VAR_PREFIX))/third_party_WebKit_Source_platform_blink_arm_neon_gyp.a
2406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
2506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)GYP_GENERATED_OUTPUTS :=
2606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
2706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Make sure our deps and generated files are built first.
2806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
2906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
30f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/FontFamilyNames.cpp: $(gyp_shared_intermediate_dir)/blink/platform/FontFamilyNames.cpp
31bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
32f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp: $(gyp_shared_intermediate_dir)/blink/platform/RuntimeEnabledFeatures.cpp
33f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
34f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/ColorData.cpp: $(gyp_shared_intermediate_dir)/blink/platform/ColorData.cpp
35f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
36bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)LOCAL_GENERATED_SOURCES := \
37f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/FontFamilyNames.cpp \
38f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp \
39f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/ColorData.cpp
4006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
41bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)GYP_COPIED_SOURCE_ORIGIN_DIRS := \
42f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink/platform
4306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
4406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SRC_FILES := \
451e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Clock.cpp \
461e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ContentType.cpp \
4751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenu.cpp \
4851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenuItem.cpp \
49bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/CrossThreadCopier.cpp \
50a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/Crypto.cpp \
51a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Cursor.cpp \
521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/DateComponents.cpp \
531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Decimal.cpp \
5409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/DragImage.cpp \
551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/EventTracer.cpp \
561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileChooser.cpp \
571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileMetadata.cpp \
581e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/JSONValues.cpp \
5951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/KillRingNone.cpp \
601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Language.cpp \
611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LayoutTestSupport.cpp \
62bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/Length.cpp \
63bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthBox.cpp \
64bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthFunctions.cpp \
651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LinkHash.cpp \
661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Logging.cpp \
6751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeFromURL.cpp \
6851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeRegistry.cpp \
691e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/NotImplemented.cpp \
70a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/OverscrollTheme.cpp \
711e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Partitions.cpp \
72d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/PermissionCallbacks.cpp \
7351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformInstrumentation.cpp \
741e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp \
757242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/PlatformResourceLoader.cpp \
76bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/PlatformScreen.cpp \
771e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformThreadData.cpp \
78f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/Prerender.cpp \
79d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/PurgeableVector.cpp \
80197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/ScriptForbiddenScope.cpp \
81bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/SecureTextInput.cpp \
821e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBuffer.cpp \
831e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBufferChunkReader.cpp \
841e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedTimer.cpp \
85a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/TaskSynchronizer.cpp \
86a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Theme.cpp \
871e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ThreadTimers.cpp \
881e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Timer.cpp \
8910f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/platform/TracedValue.cpp \
901e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/UserGestureIndicator.cpp \
911e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
921e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/UUID.cpp \
937242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/WebThread.cpp \
947242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp \
951e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Widget.cpp \
9609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/animation/KeyframeValueList.cpp \
9709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/animation/TimingFunction.cpp \
981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioBus.cpp \
991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioChannel.cpp \
1001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernel.cpp \
1011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.cpp \
1021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp \
10309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDestination.cpp \
1041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioFIFO.cpp \
1051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioProcessor.cpp \
1061e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioPullFIFO.cpp \
1071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResampler.cpp \
1081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp \
1091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioUtilities.cpp \
1101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Biquad.cpp \
1111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Cone.cpp \
1121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DirectConvolver.cpp \
1131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Distance.cpp \
1141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DownSampler.cpp \
1151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp \
1161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp \
1171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp \
1181e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTConvolver.cpp \
1191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrame.cpp \
1201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp \
1211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp \
1221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
1231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFElevation.cpp \
1241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFKernel.cpp \
1251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFPanner.cpp \
1261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp \
1271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Panner.cpp \
1281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Reverb.cpp \
1291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp \
1301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp \
1311e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \
1321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
1331e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/SincResampler.cpp \
1341e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/UpSampler.cpp \
1351e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/VectorMath.cpp \
1361e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ZeroPole.cpp \
13709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp \
1381e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp \
1391e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp \
140bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobData.cpp \
141bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
142bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobURL.cpp \
1431e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardMimeTypes.cpp \
1441e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.cpp \
1451e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilitiesPosix.cpp \
146e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/credentialmanager/PlatformCredential.cpp \
147e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/credentialmanager/PlatformFederatedCredential.cpp \
148e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/credentialmanager/PlatformLocalCredential.cpp \
1491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/Platform.cpp \
150f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
15109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebArrayBuffer.cpp \
1521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioBus.cpp \
1531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp \
154bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebBlobData.cpp \
15519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModule.cpp \
15676c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp \
15719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleSession.cpp \
15810f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/platform/exported/WebConvertableToTraceFormat.cpp \
159e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCredential.cpp \
160f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoAlgorithm.cpp \
161d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKeyAlgorithm.cpp \
16219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKey.cpp \
16309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoResult.cpp \
16409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp \
1651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebData.cpp \
16619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
16719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceOrientationData.cpp \
168e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFederatedCredential.cpp \
169f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
170f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \
171bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPBody.cpp \
172bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp \
17309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebImageSkia.cpp \
174e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebLocalCredential.cpp \
17551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp \
17609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaDeviceInfo.cpp \
17709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStream.cpp \
17851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp \
17909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp \
18009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamTrackSourcesRequest.cpp \
181d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPermissionCallbacks.cpp \
182f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPrerender.cpp \
183f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPrerenderingSupport.cpp \
18419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCConfiguration.cpp \
185f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCICECandidate.cpp \
186197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
18709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCSessionDescription.cpp \
18809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp \
18909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsRequest.cpp \
19051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp \
19151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCVoidRequest.cpp \
192197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
193a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
194a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp \
19509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeGeometryNative.cpp \
19643e7502580f146aa5b3db8267ba6dbb5c733a489Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSerializedOrigin.cpp \
197f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerProxy.cpp \
198e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerRegistrationProxy.cpp \
199f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp \
200d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerResponse.cpp \
20151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeRequestInfo.cpp \
20251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeResponseInfo.cpp \
2031e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketStreamError.cpp \
204f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSourceInfo.cpp \
205a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisUtterance.cpp \
206a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
207a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp \
20809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebStorageQuotaCallbacks.cpp \
209bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
210f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \
2111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURL.cpp \
2121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLError.cpp \
213bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLLoadTiming.cpp \
214bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLRequest.cpp \
215bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLResponse.cpp \
216a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/linux/WebFontRenderStyle.cpp \
21709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Character.cpp \
218a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Font.cpp \
219a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontCache.cpp \
2201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontData.cpp \
221a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDataCache.cpp \
222f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDescription.cpp \
223a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp \
2241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFamily.cpp \
2251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
2267242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp \
227a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp \
228a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GlyphPageTreeNode.cpp \
229a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SVGGlyph.cpp \
230a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp \
231a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp \
232a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/VDMXParser.cpp \
233a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/WidthIterator.cpp \
234a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp \
235a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp \
236a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp \
237a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp \
238a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp \
239c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp \
240a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp \
241a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
242a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp \
243a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp \
244a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontPlatformDataSkia.cpp \
245a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/SimpleFontDataSkia.cpp \
246f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPolygon.cpp \
2471e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint.cpp \
2481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint3D.cpp \
2491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatQuad.cpp \
2501e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRect.cpp \
251a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp \
2521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatSize.cpp \
2531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/IntRect.cpp \
2541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutBoxExtent.cpp \
2551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutRect.cpp \
2561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/Region.cpp \
2571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/RoundedRect.cpp \
258bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/TransformState.cpp \
259a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEBlend.cpp \
260a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
261a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp \
262a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComposite.cpp \
263a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp \
264a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp \
265a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp \
266a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDropShadow.cpp \
267a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEFlood.cpp \
268a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.cpp \
269a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp \
270a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMerge.cpp \
271a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
272a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp \
273a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
274a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETile.cpp \
275a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETurbulence.cpp \
276a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp \
277a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp \
278a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperations.cpp \
27951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/LightSource.cpp \
280a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/DistantLightSource.cpp \
281a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/PointLightSource.cpp \
282a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/ReferenceFilter.cpp \
283a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp \
284a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp \
285a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp \
286a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \
2877242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp \
288a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp \
28909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp \
290a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp \
29109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp \
29251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/media/MediaPlayer.cpp \
293a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/GaneshUtils.cpp \
294a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/NativeImageSkia.cpp \
295a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp \
296a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/BitmapImage.cpp \
297a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp \
298a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerManager.cpp \
299f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Color.cpp \
30009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
301197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp \
302a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp \
30309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
304a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp \
305d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp \
3067242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/graphics/FirstPaintInvalidationTracking.cpp \
307a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/FrameData.cpp \
308a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp \
309a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Gradient.cpp \
310a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.cpp \
311a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp \
312a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextRecorder.cpp \
313d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextState.cpp \
314a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \
31509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
316f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsTypes.cpp \
317a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Image.cpp \
318a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp \
319aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp \
320a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp \
3219e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
322a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp \
32351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageObserver.cpp \
3241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
325a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageSource.cpp \
326197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp \
3277242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp \
328a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Path.cpp \
3291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
330a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Pattern.cpp \
331197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/ProfilingCanvas.cpp \
332c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
333c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/RegionTracker.cpp \
334197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/ReplayingCanvas.cpp \
335a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
336bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ThreadSafeDataTransport.cpp \
337a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp \
338a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp \
339a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp \
340a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
341a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp \
342a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp \
343a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp \
344a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
345a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
346a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
347a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp \
348a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/JPEGImageEncoder.cpp \
349a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/PNGImageEncoder.cpp \
350a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/WEBPImageEncoder.cpp \
35109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp \
35251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp \
35309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.cpp \
35451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp \
35507a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp \
35651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
35751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
35851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
35951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
360d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp \
361d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp \
3621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/DNS.cpp \
3631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
3641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
3651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
3661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
3671e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ProxyServer.cpp \
3681e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceError.cpp \
3691e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
3701e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
371bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormData.cpp \
372bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormDataBuilder.cpp \
373bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceRequest.cpp \
374bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceResponse.cpp \
37551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.cpp \
37651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp \
37751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginData.cpp \
37851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginListBuilder.cpp \
379197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/scheduler/Scheduler.cpp \
3807242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/scheduler/TracedTask.cpp \
381c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp \
382a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp \
383a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
384a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollView.cpp \
385a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp \
386a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/Scrollbar.cpp \
387a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp \
388a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeAndroid.cpp \
389a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp \
390a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp \
391a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
392a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
393a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
394a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp \
39509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiCharacterRun.cpp \
3961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiContext.cpp \
39709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiTextRun.cpp \
3981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/DateTimeFormat.cpp \
3991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LineEnding.cpp \
4001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleICU.cpp \
4011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleToScriptMapping.cpp \
4021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/PlatformLocale.cpp \
4031e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
4041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SegmentedString.cpp \
405a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/StringTruncator.cpp \
4061e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
4071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBoundaries.cpp \
4081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIterator.cpp \
4091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp \
4101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp \
4111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp \
412a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/TextRun.cpp \
4131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextStream.cpp \
4141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
41509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeUtilities.cpp \
4161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/AffineTransform.cpp \
417f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
418f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
419f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp \
420f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp \
421f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp \
422f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp \
423f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp \
424f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformOperations.cpp \
425f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp \
42651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp \
42751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/DatabaseIdentifier.cpp \
42851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KURL.cpp \
42951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp \
43051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp \
43151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp \
43251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp \
433a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp \
4347242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/heap/CallbackStack.cpp \
4357242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/heap/Handle.cpp \
436a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/Heap.cpp \
437a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/ThreadState.cpp \
438a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/Visitor.cpp
43906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
44006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
44106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
44206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Debug := \
44306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
44406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
44519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
44606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
44719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
44806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
44906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
45006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
45106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
45206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
453d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
45406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-tree-sra \
4557242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-caller-saves \
4567242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-Wno-psabi \
457d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-partial-inlining \
458d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-early-inlining \
459d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-copy-prop \
460d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-loop-optimize \
461d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-move-loop-invariants \
46206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
46306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
46406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
46506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
46606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
46706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
46806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
46906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
47006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
47106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
47206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
47309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
47406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
47506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
4767242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-gdwarf-4 \
47706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
47809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-ffunction-sections \
479197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-fomit-frame-pointer \
48009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
48106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
48206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Debug := \
483a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
48406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
48506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
48606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
48706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
48806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
489aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
49006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
4915d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
49206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
493f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
494f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
49506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
49606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
497a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
49851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
499d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
5007242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
5017242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
502d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
503d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
50476c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
505f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
5067242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
5071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
5081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
50906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
51006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
511323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
512323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
51306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
5141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
5151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_SUPPORT_GPU=1' \
5161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
5171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
51819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
51951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
520d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
5217242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
5221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
5231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_USE_POSIX_THREADS' \
5241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
525fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
52606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
527c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
528a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
529a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
53009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
531d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
53207a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
53319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
53419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
53506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
53606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
53706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
53806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
53906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
54006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
54106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
54206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_DEBUG'
54306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
54406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
54506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
54606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Debug := \
54706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
54806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
5495d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
55009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
5515d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
552323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
553a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
55451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
55551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
556a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
557a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
55806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
5591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
5601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
5611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
5621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
5631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
5641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/lazy \
5651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
5661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
5671e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
5681e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
569bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
570c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
571c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
572a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
573a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
574a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
575a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
576a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
577a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
578a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
5797242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(LOCAL_PATH)/third_party/libjpeg_turbo \
580a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
58176c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
58206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
58306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
58406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
58506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
58606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
58706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
58806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Debug := \
5897242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
59006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
59106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
59206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
59319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
59406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
59506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-abi \
596197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
597197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
598197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
59906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
60019cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
60106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
60206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
60306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
60406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Release := \
60506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
60606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
60719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
60806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
60919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
61006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
61106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
61206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
61306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
61406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
615d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
61606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-tree-sra \
6177242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-caller-saves \
6187242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-Wno-psabi \
619d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-partial-inlining \
620d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-early-inlining \
621d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-copy-prop \
622d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-loop-optimize \
623d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-move-loop-invariants \
62406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
62506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
62606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
62706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
62806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
62906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
63006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
63106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
63206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
63306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
63406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
63509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
63606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
63706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-ident \
63806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
63906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
64009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-fomit-frame-pointer \
64109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
64206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
64306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Release := \
644a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
64506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
64606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
64706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
64806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
64906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
650aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
65106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
6525d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
65306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
654f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
655f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
65606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
65706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
658a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
65951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
660d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
6617242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
6627242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
663d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
664d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
66576c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
666f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
6677242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
6681e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
6691e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
67006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
67106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
672323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
673323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
67406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
6751e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
6761e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_SUPPORT_GPU=1' \
6771e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
6781e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
67919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
68051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
681d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
6827242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
6831e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
6841e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_USE_POSIX_THREADS' \
6851e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
686fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
68706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
688c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
689a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
690a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
69109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
692d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
69307a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
69419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
69519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
69606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
69706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
69806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
69906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
70006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
70106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNDEBUG' \
70206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNVALGRIND' \
70319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
70419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D_FORTIFY_SOURCE=2'
70506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
70606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
70706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
70806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Release := \
70906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
71006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
7115d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
71209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
7135d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
714323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
715a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
71651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
71751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
718a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
719a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
72006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
7211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
7221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
7231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
7241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
7251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
7261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/lazy \
7271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
7281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
7291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
7301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
731bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
732c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
733c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
734a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
735a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
736a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
737a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
738a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
739a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
740a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
7417242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(LOCAL_PATH)/third_party/libjpeg_turbo \
742a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
74376c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
74406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
74506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
74606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
74706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
74806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
74906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
75006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Release := \
7517242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
75206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
75306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
75406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
75519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
75606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
75706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-abi \
758197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
759197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
760197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
76106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
76219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
76306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
76406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
76506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
76606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
76706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
768d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
76906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)### Rules for final target.
77006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
77106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SHARED_LIBRARIES := \
77206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libstlport \
77306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libdl
77406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
77506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Add target alias to "gyp_all_modules" target.
77606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: gyp_all_modules
77706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)gyp_all_modules: third_party_WebKit_Source_platform_blink_platform_gyp
77806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
77906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Alias gyp target name.
78006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: blink_platform
78106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)blink_platform: third_party_WebKit_Source_platform_blink_platform_gyp
78206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
78306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)include $(BUILD_STATIC_LIBRARY)
784