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
806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_MODULE_TAGS := optional
906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)gyp_intermediate_dir := $(call local-intermediates-dir)
1006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
1106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
1206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Make sure our deps are built first.
1306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)GYP_TARGET_DEPENDENCIES := \
141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_config_gyp)/config.stamp \
15a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_blink_prerequisites_gyp)/blink_prerequisites.stamp \
161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(call intermediates-dir-for,GYP,skia_skia_gyp)/skia.stamp \
171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp)/icui18n.stamp \
18bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp)/icuuc.stamp \
19a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_libwebp_libwebp_gyp)/webp.stamp \
20a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(call intermediates-dir-for,GYP,v8_tools_gyp_v8_gyp)/v8.stamp \
21a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_make_platform_derived_sources_gyp)/make_platform_derived_sources.stamp \
22a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_libjpeg_libjpeg_gyp)/libjpeg.stamp \
23a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_platform_blink_arm_neon_gyp)/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)
30bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)$(gyp_intermediate_dir)/FontFamilyNames.cpp: $(gyp_shared_intermediate_dir)/blink/FontFamilyNames.cpp
31bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
32f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp: $(gyp_shared_intermediate_dir)/blink/RuntimeEnabledFeatures.cpp
33f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
34f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)$(gyp_intermediate_dir)/ColorData.cpp: $(gyp_shared_intermediate_dir)/blink/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 := \
42bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink
4306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
4406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SRC_FILES := \
45bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/CalculationValue.cpp \
461e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Clock.cpp \
4719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/ColorChooser.cpp \
4819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/ColorChooserClient.cpp \
491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ContentType.cpp \
5051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenu.cpp \
5151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenuItem.cpp \
52bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/CrossThreadCopier.cpp \
53a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Cursor.cpp \
541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/DateComponents.cpp \
5519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/DateTimeChooser.cpp \
5619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/DateTimeChooserClient.cpp \
571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Decimal.cpp \
581e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/EventTracer.cpp \
591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileChooser.cpp \
601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileMetadata.cpp \
611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/JSONValues.cpp \
6251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/KillRingNone.cpp \
631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Language.cpp \
641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LayoutTestSupport.cpp \
65bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/Length.cpp \
66bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthBox.cpp \
67bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthFunctions.cpp \
681e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LinkHash.cpp \
691e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Logging.cpp \
7051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeFromURL.cpp \
7151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeRegistry.cpp \
721e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/NotImplemented.cpp \
73a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/OverscrollTheme.cpp \
741e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Partitions.cpp \
7551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformInstrumentation.cpp \
761e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp \
77bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/PlatformScreen.cpp \
781e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformThreadData.cpp \
79f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/Prerender.cpp \
801e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PurgeableBuffer.cpp \
811e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SSLKeyGenerator.cpp \
82bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/SecureTextInput.cpp \
831e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBuffer.cpp \
841e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBufferChunkReader.cpp \
851e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedTimer.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 \
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 \
921e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Widget.cpp \
931e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioBus.cpp \
941e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioChannel.cpp \
951e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernel.cpp \
961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.cpp \
971e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp \
981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDestinationConsumer.cpp \
991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioFIFO.cpp \
1001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioProcessor.cpp \
1011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioPullFIFO.cpp \
1021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResampler.cpp \
1031e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp \
1041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioUtilities.cpp \
1051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Biquad.cpp \
1061e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Cone.cpp \
1071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DirectConvolver.cpp \
1081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Distance.cpp \
1091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DownSampler.cpp \
1101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp \
1111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp \
1121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp \
1131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTConvolver.cpp \
1141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrame.cpp \
1151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp \
1161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp \
1171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
1181e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFElevation.cpp \
1191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFKernel.cpp \
1201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFPanner.cpp \
1211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp \
1221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Panner.cpp \
1231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Reverb.cpp \
1241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp \
1251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp \
1261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \
1271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
1281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/SincResampler.cpp \
1291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/UpSampler.cpp \
1301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/VectorMath.cpp \
1311e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ZeroPole.cpp \
1321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/chromium/AudioBusChromium.cpp \
1331e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/chromium/AudioDestinationChromium.cpp \
1341e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/chromium/FFTFrameOpenMAXDLAndroid.cpp \
1351e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp \
1361e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp \
137bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobData.cpp \
138bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
139bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobURL.cpp \
1401e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardMimeTypes.cpp \
1411e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.cpp \
1421e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilitiesPosix.cpp \
14319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
14419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/drm/ContentDecryptionModuleSession.cpp \
1451e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/Platform.cpp \
146f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
1471e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioBus.cpp \
1481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp \
149bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebBlobData.cpp \
15019cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModule.cpp \
15119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleSession.cpp \
152f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoAlgorithm.cpp \
15319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKey.cpp \
154e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp \
1551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebData.cpp \
15619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
15719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceOrientationData.cpp \
158f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
159f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \
160f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFloatQuad.cpp \
161e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebImageSkia.cpp \
162bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPBody.cpp \
163bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp \
16451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp \
16551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebMediaStreamSource.cpp \
166f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPrerender.cpp \
167f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebPrerenderingSupport.cpp \
16819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCConfiguration.cpp \
169f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCICECandidate.cpp \
17051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp \
17151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCVoidRequest.cpp \
172a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
173a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp \
174e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeGeometryNative.cpp \
17551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeRequestInfo.cpp \
17651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeResponseInfo.cpp \
1771e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketStreamError.cpp \
178f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSourceInfo.cpp \
179a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisUtterance.cpp \
180a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
181a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp \
182bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
183f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \
1841e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURL.cpp \
1851e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLError.cpp \
186bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLLoadTiming.cpp \
187bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLRequest.cpp \
188bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLResponse.cpp \
189a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/linux/WebFontRenderStyle.cpp \
190a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Font.cpp \
191a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontCache.cpp \
1921e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontData.cpp \
193a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDataCache.cpp \
194f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDescription.cpp \
195a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp \
1961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFamily.cpp \
197a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFastPath.cpp \
1981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
199a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp \
200a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GlyphPageTreeNode.cpp \
201a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SVGGlyph.cpp \
202a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp \
203a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp \
204a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/VDMXParser.cpp \
205a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/WidthIterator.cpp \
206a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp \
207a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp \
208a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp \
209a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp \
210a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp \
211a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp \
212a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp \
213a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
214a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp \
215a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp \
216a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontPlatformDataSkia.cpp \
217a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp \
218a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/SimpleFontDataSkia.cpp \
219f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPolygon.cpp \
2201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint.cpp \
2211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint3D.cpp \
2221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatQuad.cpp \
2231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRect.cpp \
224a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp \
2251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatSize.cpp \
2261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/IntRect.cpp \
2271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutBoxExtent.cpp \
2281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutRect.cpp \
2291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/Region.cpp \
2301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/RoundedRect.cpp \
231bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/TransformState.cpp \
2321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/angle/ANGLEPlatformBridge.cpp \
233a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEBlend.cpp \
234a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
235a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp \
236a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComposite.cpp \
237a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp \
238a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp \
239a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp \
240a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDropShadow.cpp \
241a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEFlood.cpp \
242a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.cpp \
243a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp \
244a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMerge.cpp \
245a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
246a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp \
247a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
248a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETile.cpp \
249a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETurbulence.cpp \
250a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp \
251a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp \
252a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperations.cpp \
25351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/LightSource.cpp \
254a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/DistantLightSource.cpp \
255a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/PointLightSource.cpp \
256a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/ReferenceFilter.cpp \
257a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp \
258a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp \
259a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp \
260a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \
26119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterArrayParameter.cpp \
262a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterCompiledProgram.cpp \
263a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterGlobalContext.cpp \
264a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterMesh.cpp \
26551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterMeshGenerator.cpp \
26619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterNumberParameter.cpp \
267a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterOperation.cpp \
26819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterParameterList.cpp \
269a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterProgram.cpp \
27019cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterProgramClient.cpp \
27151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterProgramInfo.cpp \
272a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterRenderer.cpp \
27351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterTransformParameter.cpp \
274a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp \
275a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/FECustomFilter.cpp \
276a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp \
277a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp \
278a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp \
279a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/SharedGraphicsContext3D.cpp \
280a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp \
28151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/media/MediaPlayer.cpp \
282a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/GaneshUtils.cpp \
283a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/NativeImageSkia.cpp \
284a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/OpaqueRegionSkia.cpp \
285a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp \
286a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/BitmapImage.cpp \
287a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp \
288a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerManager.cpp \
289f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Color.cpp \
290a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp \
291e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
292a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp \
293a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DiscardablePixelRef.cpp \
29419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DisplayList.cpp \
295f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DrawLooper.cpp \
296a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Extensions3D.cpp \
297a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/FrameData.cpp \
298a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp \
299a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Gradient.cpp \
300a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.cpp \
301a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp \
302a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContext3D.cpp \
303a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContext3DImagePacking.cpp \
304a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextAnnotation.cpp \
305a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextRecorder.cpp \
306a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \
307f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsTypes.cpp \
308a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Image.cpp \
309a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp \
310a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp \
311a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp \
312a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp \
31351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageObserver.cpp \
3141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
315a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageSource.cpp \
316a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/LazyDecodingPixelRef.cpp \
317a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp \
318a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Path.cpp \
3191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
320a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Pattern.cpp \
321bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ScaledImageFragment.cpp \
322a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
323bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ThreadSafeDataTransport.cpp \
324a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp \
325a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp \
326a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp \
327a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
328a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp \
329a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp \
330a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp \
331a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
332a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
333a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
334a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp \
335a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/JPEGImageEncoder.cpp \
336a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/PNGImageEncoder.cpp \
337a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/WEBPImageEncoder.cpp \
33851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaConstraints.cpp \
33951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp \
34051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp \
34151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/RTCDTMFSenderHandler.cpp \
34251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
34351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
34451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
34551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
3461e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/DNS.cpp \
3471e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
3481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
3491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
3501e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
3511e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ProxyServer.cpp \
3521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceError.cpp \
3531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
3541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
355bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormData.cpp \
356bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormDataBuilder.cpp \
357bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceRequest.cpp \
358bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceResponse.cpp \
35951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.cpp \
36051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp \
36151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginData.cpp \
36251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginListBuilder.cpp \
363e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	third_party/WebKit/Source/platform/scroll/FramelessScrollView.cpp \
364a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp \
365a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
366a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollView.cpp \
367a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp \
368a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/Scrollbar.cpp \
369a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp \
370a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeAndroid.cpp \
371a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp \
372a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp \
373a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
374a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
375a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
376a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp \
3771e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiContext.cpp \
3781e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/DateTimeFormat.cpp \
3791e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LineEnding.cpp \
3801e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleICU.cpp \
3811e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleToScriptMapping.cpp \
3821e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/PlatformLocale.cpp \
3831e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
3841e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SegmentedString.cpp \
385a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/StringTruncator.cpp \
3861e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
3871e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBoundaries.cpp \
3881e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIterator.cpp \
3891e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp \
3901e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp \
3911e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp \
392a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/TextRun.cpp \
3931e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextStream.cpp \
3941e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
395e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeUtilities.cpp \
3961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/AffineTransform.cpp \
397f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
398f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
399f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp \
400f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp \
401f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp \
402f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp \
403f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp \
404f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformOperations.cpp \
405f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp \
40651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp \
40751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/DatabaseIdentifier.cpp \
40851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KURL.cpp \
40951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp \
41051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp \
41151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp \
41251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp \
41351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp
41406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
41506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
41606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
41706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Debug := \
41806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
41906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
42019cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
42106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-exceptions \
42206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
42319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
42406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
42506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
42606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
42706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
42806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
42906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-tree-sra \
43006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fuse-ld=gold \
43106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-psabi \
43206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
43306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
43406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
43506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
43606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
43706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
43806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
43906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
44006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
44106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
44206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
44306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
44406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
44506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fomit-frame-pointer \
44606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
44706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections
44806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
44906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Debug := \
450a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
45106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
45206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
45306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
45406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
45506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
45606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
45706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
458f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
459f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
460a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' \
46106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
46206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
46306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
464a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
46551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
4661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
4671e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
46806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CUSTOM_SCHEME_HANDLER=0' \
46906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
4701e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DENABLE_GDI_FONTS_ON_WINDOWS=0' \
47151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_HARFBUZZ_ON_WINDOWS=1' \
47206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
4739243a84568938a3b2704146d90a71e1405b822e4Torne (Richard Coles)	'-DENABLE_FAST_MOBILE_SCROLLING=1' \
47406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_INPUT_SPEECH=0' \
47506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_LEGACY_NOTIFICATIONS=0' \
47606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_MEDIA_CAPTURE=1' \
47706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_ORIENTATION_EVENTS=1' \
478e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	'-DENABLE_TOUCH_ICON_LOADING=1' \
47906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_NAVIGATOR_CONTENT_UTILS=0' \
48006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
48119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
48206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
483a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
484a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
48577e14d17900500683cd1ec2d19ba0d6e760fc132Torne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
486a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DUSE_SYSTEM_LIBJPEG' \
48719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
48819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
48906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
49006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
49106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
49206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
49306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
49406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
49506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
49606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_DEBUG'
49706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
49806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
49906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
50006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Debug := \
50106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
502f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	$(gyp_shared_intermediate_dir)/shim_headers/skia_library/target \
50306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
50406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
505e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
506f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
507a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
50851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
50951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
510a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
511a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
51206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
513f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	$(PWD)/external/skia/include \
514f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	$(PWD)/external/skia/include/core \
5151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
516bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
51706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/icu4c/common \
51806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/icu4c/i18n \
519a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
520a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
521a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
522a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
523a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
524a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
525a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
526a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(PWD)/external/jpeg \
527a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
52806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
52906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
53006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
53106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
53206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
53306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
53406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Debug := \
53506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
53606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
53706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
53819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
53906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
54006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-abi \
54106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-error=c++0x-compat \
54206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
54319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
54406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
54506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
54606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
54706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Release := \
54806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
54906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
55019cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
55106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-exceptions \
55206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
55319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
55406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
55506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
55606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
55706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
55806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
55906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-tree-sra \
56006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fuse-ld=gold \
56106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-psabi \
56206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
56306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
56406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
56506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
56606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
56706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
56806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
56906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
57006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
57106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
57206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
57306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
57406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-ident \
57506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
57606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
57706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fomit-frame-pointer
57806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
57906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Release := \
580a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
58106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
58206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
58306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
58406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
58506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
58606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
58706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
588f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
589f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
590a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' \
59106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
59206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
59306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
594a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
59551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
5961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
5971e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
59806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CUSTOM_SCHEME_HANDLER=0' \
59906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
6001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DENABLE_GDI_FONTS_ON_WINDOWS=0' \
60151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_HARFBUZZ_ON_WINDOWS=1' \
60206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
6039243a84568938a3b2704146d90a71e1405b822e4Torne (Richard Coles)	'-DENABLE_FAST_MOBILE_SCROLLING=1' \
60406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_INPUT_SPEECH=0' \
60506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_LEGACY_NOTIFICATIONS=0' \
60606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_MEDIA_CAPTURE=1' \
60706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_ORIENTATION_EVENTS=1' \
608e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	'-DENABLE_TOUCH_ICON_LOADING=1' \
60906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_NAVIGATOR_CONTENT_UTILS=0' \
61006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
61119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
61206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
613a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
614a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
61577e14d17900500683cd1ec2d19ba0d6e760fc132Torne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
616a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DUSE_SYSTEM_LIBJPEG' \
61719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
61819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
61906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
62006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
62106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
62206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
62306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
62406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNDEBUG' \
62506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNVALGRIND' \
62619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
62719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D_FORTIFY_SOURCE=2'
62806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
62906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
63006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
63106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Release := \
63206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
633f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	$(gyp_shared_intermediate_dir)/shim_headers/skia_library/target \
63406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
63506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
636e08f70592b3fc0d5e68b9b914c9196e813720070Torne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
637f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
638a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
63951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
64051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
641a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
642a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
64306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
644f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	$(PWD)/external/skia/include \
645f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	$(PWD)/external/skia/include/core \
6461e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
647bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
64806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/icu4c/common \
64906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/icu4c/i18n \
650a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
651a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
652a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
653a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
654a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
655a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
656a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
657a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(PWD)/external/jpeg \
658a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
65906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
66006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
66106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
66206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
66306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
66406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
66506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Release := \
66606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
66706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
66806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
66919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
67006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
67106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-abi \
67206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-error=c++0x-compat \
67306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
67419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
67506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
67606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
67706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
67806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
67906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
68006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)### Rules for final target.
68106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
68206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_LDFLAGS_Debug := \
68306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
68406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
68506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,noexecstack \
68606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
68706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
68806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
68906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fuse-ld=gold \
69006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-nostdlib \
69106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--no-undefined \
69206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--exclude-libs=ALL \
69306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--icf=safe \
69406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--fatal-warnings \
69506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--gc-sections \
69606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--warn-shared-textrel \
69706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-O1 \
69806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--as-needed
69906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
70006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
70106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_LDFLAGS_Release := \
70206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
70306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
70406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,noexecstack \
70506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
70606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
70706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
70806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fuse-ld=gold \
70906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-nostdlib \
71006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--no-undefined \
71106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--exclude-libs=ALL \
71206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--icf=safe \
71306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-O1 \
71406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--as-needed \
71506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--gc-sections \
71606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--fatal-warnings \
71706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--warn-shared-textrel
71806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
71906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
72006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
72106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
7221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)LOCAL_STATIC_LIBRARIES := \
723a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party_WebKit_Source_platform_blink_arm_neon_gyp
72406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
72506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Enable grouping to fix circular references
72606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_GROUP_STATIC_LIBRARIES := true
72706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
72806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SHARED_LIBRARIES := \
729f4e0b5779f18e034b2c2a34c797e3239274993d4Ben Murdoch	libskia \
73006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libstlport \
73106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libdl
73206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
73306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Add target alias to "gyp_all_modules" target.
73406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: gyp_all_modules
73506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)gyp_all_modules: third_party_WebKit_Source_platform_blink_platform_gyp
73606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
73706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Alias gyp target name.
73806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: blink_platform
73906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)blink_platform: third_party_WebKit_Source_platform_blink_platform_gyp
74006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
74106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)include $(BUILD_STATIC_LIBRARY)
742