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 \
227242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_make_platform_generated_gyp,,,$(GYP_VAR_PREFIX))/make_platform_generated.stamp
2306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
2406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)GYP_GENERATED_OUTPUTS :=
2506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
2606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Make sure our deps and generated files are built first.
2706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
2806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
29f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/FontFamilyNames.cpp: $(gyp_shared_intermediate_dir)/blink/platform/FontFamilyNames.cpp
30bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
31f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp: $(gyp_shared_intermediate_dir)/blink/platform/RuntimeEnabledFeatures.cpp
32f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
33f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/ColorData.cpp: $(gyp_shared_intermediate_dir)/blink/platform/ColorData.cpp
34f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
35bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)LOCAL_GENERATED_SOURCES := \
36f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/FontFamilyNames.cpp \
37f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp \
38f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/ColorData.cpp
3906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
40bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)GYP_COPIED_SOURCE_ORIGIN_DIRS := \
41f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink/platform
4206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
4306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SRC_FILES := \
441e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Clock.cpp \
451e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ContentType.cpp \
4651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenu.cpp \
4751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenuItem.cpp \
48bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/CrossThreadCopier.cpp \
49a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/Crypto.cpp \
50a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Cursor.cpp \
511e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/DateComponents.cpp \
521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Decimal.cpp \
5309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/DragImage.cpp \
541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/EventTracer.cpp \
551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileChooser.cpp \
561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileMetadata.cpp \
571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/JSONValues.cpp \
5851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/KillRingNone.cpp \
591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Language.cpp \
601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LayoutTestSupport.cpp \
61bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/Length.cpp \
62bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthBox.cpp \
63bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthFunctions.cpp \
641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LinkHash.cpp \
651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Logging.cpp \
6651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeFromURL.cpp \
6751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeRegistry.cpp \
681e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/NotImplemented.cpp \
69a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/OverscrollTheme.cpp \
701e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Partitions.cpp \
71d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/PermissionCallbacks.cpp \
7251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformInstrumentation.cpp \
731e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp \
747242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/PlatformResourceLoader.cpp \
75bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/PlatformScreen.cpp \
761e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformThreadData.cpp \
77f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/Prerender.cpp \
78d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/PurgeableVector.cpp \
79197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/ScriptForbiddenScope.cpp \
80bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/SecureTextInput.cpp \
811e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBuffer.cpp \
821e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBufferChunkReader.cpp \
831e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedTimer.cpp \
84a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/TaskSynchronizer.cpp \
85a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Theme.cpp \
861e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ThreadTimers.cpp \
871e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Timer.cpp \
8810f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/platform/TracedValue.cpp \
891e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/UserGestureIndicator.cpp \
901e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
911e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/UUID.cpp \
927242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/WebThread.cpp \
937242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp \
941e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Widget.cpp \
9509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/animation/KeyframeValueList.cpp \
9609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/animation/TimingFunction.cpp \
971e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioBus.cpp \
981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioChannel.cpp \
991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernel.cpp \
1001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.cpp \
1011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp \
10209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDestination.cpp \
1031e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioFIFO.cpp \
1041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioProcessor.cpp \
1051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioPullFIFO.cpp \
1061e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResampler.cpp \
1071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp \
1081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioUtilities.cpp \
1091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Biquad.cpp \
1101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Cone.cpp \
1111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DirectConvolver.cpp \
1121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Distance.cpp \
1131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DownSampler.cpp \
1141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp \
1151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp \
1161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp \
1171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTConvolver.cpp \
1181e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrame.cpp \
1191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp \
1201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp \
1211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
1221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFElevation.cpp \
1231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFKernel.cpp \
1241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFPanner.cpp \
1251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp \
1261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Panner.cpp \
1271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Reverb.cpp \
1281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp \
1291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp \
1301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \
1311e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
1321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/SincResampler.cpp \
1331e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/UpSampler.cpp \
1341e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/VectorMath.cpp \
1351e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ZeroPole.cpp \
13609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp \
1371e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp \
1381e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp \
139bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobData.cpp \
140bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
141bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobURL.cpp \
1421e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardMimeTypes.cpp \
1431e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.cpp \
1441e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilitiesPosix.cpp \
145e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/credentialmanager/PlatformCredential.cpp \
146e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/credentialmanager/PlatformFederatedCredential.cpp \
147e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/credentialmanager/PlatformLocalCredential.cpp \
1481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/Platform.cpp \
149f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
15009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebArrayBuffer.cpp \
1511e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioBus.cpp \
1521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp \
153bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebBlobData.cpp \
15419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModule.cpp \
15576c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp \
15619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleSession.cpp \
15710f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/platform/exported/WebConvertableToTraceFormat.cpp \
158e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCredential.cpp \
159f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoAlgorithm.cpp \
160d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKeyAlgorithm.cpp \
16119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKey.cpp \
16209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoResult.cpp \
16309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp \
1641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebData.cpp \
16519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
16619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceOrientationData.cpp \
167e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFederatedCredential.cpp \
168f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
169f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \
170bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPBody.cpp \
171bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp \
17209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebImageSkia.cpp \
173e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebLocalCredential.cpp \
17451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp \
17509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaDeviceInfo.cpp \
17609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStream.cpp \
17751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp \
17809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamTrack.cpp \
17909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamTrackSourcesRequest.cpp \
180d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPermissionCallbacks.cpp \
181f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPrerender.cpp \
182f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPrerenderingSupport.cpp \
18319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCConfiguration.cpp \
184f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCICECandidate.cpp \
185197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
18609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCSessionDescription.cpp \
18709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp \
18809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsRequest.cpp \
18951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp \
19051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCVoidRequest.cpp \
191197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
192a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
193a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp \
19409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeGeometryNative.cpp \
19543e7502580f146aa5b3db8267ba6dbb5c733a489Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSerializedOrigin.cpp \
196f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerProxy.cpp \
197e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerRegistrationProxy.cpp \
198f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp \
199d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerResponse.cpp \
20051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeRequestInfo.cpp \
20151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeResponseInfo.cpp \
2021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketStreamError.cpp \
203f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSourceInfo.cpp \
204a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisUtterance.cpp \
205a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
206a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp \
20709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebStorageQuotaCallbacks.cpp \
208bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
209f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \
2101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURL.cpp \
2111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLError.cpp \
212bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLLoadTiming.cpp \
213bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLRequest.cpp \
214bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLResponse.cpp \
215a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/linux/WebFontRenderStyle.cpp \
21609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Character.cpp \
217a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Font.cpp \
218a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontCache.cpp \
2191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontData.cpp \
220a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDataCache.cpp \
221f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDescription.cpp \
222a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp \
2231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFamily.cpp \
2241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
2257242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp \
226a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp \
227a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GlyphPageTreeNode.cpp \
228a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SVGGlyph.cpp \
229a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp \
230a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp \
231a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/VDMXParser.cpp \
232a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/WidthIterator.cpp \
233a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp \
234a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp \
235a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp \
236a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp \
237a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp \
238c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp \
239a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp \
240a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
241a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp \
242a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp \
243a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontPlatformDataSkia.cpp \
244a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/SimpleFontDataSkia.cpp \
245f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPolygon.cpp \
2461e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint.cpp \
2471e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint3D.cpp \
2481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatQuad.cpp \
2491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRect.cpp \
250a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp \
2511e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatSize.cpp \
2521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/IntRect.cpp \
2531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutBoxExtent.cpp \
2541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutRect.cpp \
2551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/Region.cpp \
2561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/RoundedRect.cpp \
257bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/TransformState.cpp \
258a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEBlend.cpp \
259a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
260a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp \
261a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComposite.cpp \
262a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp \
263a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp \
264a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp \
265a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDropShadow.cpp \
266a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEFlood.cpp \
267a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.cpp \
268a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp \
269a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMerge.cpp \
270a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
271a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp \
272a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
273a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETile.cpp \
274a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETurbulence.cpp \
275a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp \
276a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp \
277a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperations.cpp \
27851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/LightSource.cpp \
279a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/DistantLightSource.cpp \
280a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/PointLightSource.cpp \
281a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/ReferenceFilter.cpp \
282a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp \
283a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp \
284a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp \
285a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \
2867242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp \
287a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp \
28809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp \
289a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp \
29009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp \
29151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/media/MediaPlayer.cpp \
292a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/GaneshUtils.cpp \
293a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/NativeImageSkia.cpp \
294a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp \
295a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/BitmapImage.cpp \
296a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp \
297a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerManager.cpp \
298f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Color.cpp \
29909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
300197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp \
301a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp \
30209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
303a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp \
304d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp \
3057242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/graphics/FirstPaintInvalidationTracking.cpp \
306a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/FrameData.cpp \
307a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp \
308a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Gradient.cpp \
309a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.cpp \
310a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp \
311a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextRecorder.cpp \
312d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextState.cpp \
313a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \
31409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
315f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsTypes.cpp \
316a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Image.cpp \
317a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp \
318aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp \
319a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp \
3209e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageFilter.cpp \
321a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp \
32251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageObserver.cpp \
3231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
324a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageSource.cpp \
325197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp \
3267242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp \
327a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Path.cpp \
3281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
329a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Pattern.cpp \
330197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/ProfilingCanvas.cpp \
331c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp \
332c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/RegionTracker.cpp \
333197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/graphics/ReplayingCanvas.cpp \
334a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
335bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ThreadSafeDataTransport.cpp \
336a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp \
337a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp \
338a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp \
339a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
340a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp \
341a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp \
342a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp \
343a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
344a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
345a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
346a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp \
347a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/JPEGImageEncoder.cpp \
348a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/PNGImageEncoder.cpp \
349a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/WEBPImageEncoder.cpp \
35009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp \
35151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp \
35209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.cpp \
35351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp \
35407a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp \
35551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
35651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
35751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
35851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
359d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp \
360d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp \
3611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/DNS.cpp \
3621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
3631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
3641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
3651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
3661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ProxyServer.cpp \
3671e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceError.cpp \
3681e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
3691e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
370bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormData.cpp \
371bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormDataBuilder.cpp \
372bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceRequest.cpp \
373bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceResponse.cpp \
37451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.cpp \
37551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp \
37651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginData.cpp \
37751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginListBuilder.cpp \
378197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/platform/scheduler/Scheduler.cpp \
3797242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/scheduler/TracedTask.cpp \
380c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ProgrammaticScrollAnimator.cpp \
381a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp \
382a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
383a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollView.cpp \
384a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp \
385a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/Scrollbar.cpp \
386a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp \
387a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeAndroid.cpp \
388a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp \
389a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp \
390a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
391a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
392a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
393a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp \
39409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiCharacterRun.cpp \
3951e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiContext.cpp \
39609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiTextRun.cpp \
3971e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/DateTimeFormat.cpp \
3981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LineEnding.cpp \
3991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleICU.cpp \
4001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleToScriptMapping.cpp \
4011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/PlatformLocale.cpp \
4021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
4031e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SegmentedString.cpp \
404a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/StringTruncator.cpp \
4051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
4061e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBoundaries.cpp \
4071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIterator.cpp \
4081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp \
4091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp \
4101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp \
411a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/TextRun.cpp \
4121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextStream.cpp \
4131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
41409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeUtilities.cpp \
4151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/AffineTransform.cpp \
416f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
417f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
418f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp \
419f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp \
420f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp \
421f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp \
422f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp \
423f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformOperations.cpp \
424f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp \
42551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp \
42651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/DatabaseIdentifier.cpp \
42751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KURL.cpp \
42851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp \
42951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp \
43051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp \
43151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp \
432a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp \
4337242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/heap/CallbackStack.cpp \
4347242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/platform/heap/Handle.cpp \
435a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/Heap.cpp \
436a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/ThreadState.cpp \
437a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/Visitor.cpp
43806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
43906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
44006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
44106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Debug := \
44206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
44319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
44406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
44519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
44606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
44706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
44806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
44906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
45006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
451d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
45206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-msse2 \
45306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-mfpmath=sse \
454d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-mmmx \
455d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-m32 \
45606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
45706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
45806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
45906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
46006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
46106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
46206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
46306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
46406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
46506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
46609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
46706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-stack-protector \
46806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
46906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
4707242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-gdwarf-4 \
47106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
47209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-ffunction-sections \
473197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-fomit-frame-pointer \
47409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
47506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
47606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Debug := \
477a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
47806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
47906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
48006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
48106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
48206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
483aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
48406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
4855d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
48606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
487f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
488f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
48906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
49006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
491a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
49251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
493d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
4947242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
4957242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
496d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
497d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
49876c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
499f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
5007242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
5011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
5021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
50306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
50406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
505323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
506323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
50706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
5081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
5091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_SUPPORT_GPU=1' \
5101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
5111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
51219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
51351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
514d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
5157242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
5161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
5171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_USE_POSIX_THREADS' \
5181e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
519fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
52006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
521c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
522a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
523a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
52409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
525d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
52607a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
52719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
52819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
52906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
53006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
53106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
53206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
53306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
53406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
53506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
53606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_DEBUG'
53706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
53806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
53906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
54006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Debug := \
54106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
54206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
5435d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
54409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
5455d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
546323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
547a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
54851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
54951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
550a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
551a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
55206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
5531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
5541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
5551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
5561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
5571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
5581e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/lazy \
5591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
5601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
5611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
5621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
563bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
564c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
565c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
566a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
567a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
568a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
569a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
570a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
571a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
572a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
5737242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(LOCAL_PATH)/third_party/libjpeg_turbo \
574a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
57576c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
57606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
57706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
57806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
57906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
58006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
58106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
58206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Debug := \
5837242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
58406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
58506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
58606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
58719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
58806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
589197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
590197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
591197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
59206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
59319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
59406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
59506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
59606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
59706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Release := \
59806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
59919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
60006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
60119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
60206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
60306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
60406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
60506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
60606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
607d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
60806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-msse2 \
60906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-mfpmath=sse \
610d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-mmmx \
611d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-m32 \
61206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
61306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
61406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
61506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
61606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
61706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
61806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
61906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
62006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
62106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
62209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
62306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-stack-protector \
62406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
62506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-ident \
62606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
62706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
62806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fomit-frame-pointer \
62909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
63006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
63106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Release := \
632a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
63306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
63406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
63506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
63606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
63706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
638aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
63906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
6405d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
64106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
642f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
643f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
64406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
64506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
646a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
64751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
648d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
6497242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
6507242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
651d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
652d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
65376c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
654f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
6557242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
6561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
6571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
65806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
65906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
660323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
661323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
66206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
6631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
6641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_SUPPORT_GPU=1' \
6651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
6661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
66719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
66851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
669d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
6707242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
6711e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
6721e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_USE_POSIX_THREADS' \
6731e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
674fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
67506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
676c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
677a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
678a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
67909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
680d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
68107a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
68219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
68319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
68406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
68506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
68606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
68706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
68806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
68906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNDEBUG' \
69006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNVALGRIND' \
69119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
69219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D_FORTIFY_SOURCE=2'
69306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
69406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
69506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
69606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Release := \
69706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
69806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
6995d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
70009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
7015d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
702323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
703a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
70451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
70551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
706a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
707a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
70806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
7091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
7101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
7111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
7121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
7131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
7141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/lazy \
7151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
7161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
7171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
7181e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
719bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
720c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
721c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
722a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
723a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
724a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
725a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
726a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
727a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
728a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
7297242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(LOCAL_PATH)/third_party/libjpeg_turbo \
730a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
73176c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
73206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
73306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
73406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
73506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
73606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
73706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
73806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Release := \
7397242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
74006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
74106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
74206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
74319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
74406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
745197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
746197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
747197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
74806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
74919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
75006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
75106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
75206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
75306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
75406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
755d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
75606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)### Rules for final target.
75706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
75806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SHARED_LIBRARIES := \
75906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libstlport \
76006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libdl
76106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
76206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Add target alias to "gyp_all_modules" target.
76306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: gyp_all_modules
76406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)gyp_all_modules: third_party_WebKit_Source_platform_blink_platform_gyp
76506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
76606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Alias gyp target name.
76706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: blink_platform
76806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)blink_platform: third_party_WebKit_Source_platform_blink_platform_gyp
76906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
77006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)include $(BUILD_STATIC_LIBRARY)
771