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
9a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben MurdochLOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
10a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdochgyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
11a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdochgyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
1206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
1306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Make sure our deps are built first.
1406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)GYP_TARGET_DEPENDENCIES := \
15a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_config_gyp,,,$(GYP_VAR_PREFIX))/config.stamp \
16a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_blink_prerequisites_gyp,,,$(GYP_VAR_PREFIX))/blink_prerequisites.stamp \
17a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,skia_skia_gyp,,,$(GYP_VAR_PREFIX))/skia.stamp \
18a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_library_gyp,,,$(GYP_VAR_PREFIX))/skia_skia_library_gyp.a \
19a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp,,,$(GYP_VAR_PREFIX))/icui18n.stamp \
20a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp,,,$(GYP_VAR_PREFIX))/icuuc.stamp \
21a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_libwebp_libwebp_gyp,,,$(GYP_VAR_PREFIX))/webp.stamp \
22a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,v8_tools_gyp_v8_gyp,,,$(GYP_VAR_PREFIX))/v8.stamp \
23a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_platform_make_platform_generated_gyp,,,$(GYP_VAR_PREFIX))/make_platform_generated.stamp \
24a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_libjpeg_libjpeg_gyp,,,$(GYP_VAR_PREFIX))/libjpeg.stamp \
25a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_platform_blink_arm_neon_gyp,,,$(GYP_VAR_PREFIX))/third_party_WebKit_Source_platform_blink_arm_neon_gyp.a
2606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
2706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)GYP_GENERATED_OUTPUTS :=
2806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
2906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Make sure our deps and generated files are built first.
3006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
3106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
32f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/FontFamilyNames.cpp: $(gyp_shared_intermediate_dir)/blink/platform/FontFamilyNames.cpp
33bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
34f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp: $(gyp_shared_intermediate_dir)/blink/platform/RuntimeEnabledFeatures.cpp
35f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
36f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/ColorData.cpp: $(gyp_shared_intermediate_dir)/blink/platform/ColorData.cpp
37f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	mkdir -p $(@D); cp $< $@
38bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)LOCAL_GENERATED_SOURCES := \
39f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/FontFamilyNames.cpp \
40f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/RuntimeEnabledFeatures.cpp \
41f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	$(gyp_intermediate_dir)/ColorData.cpp
4206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
43bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)GYP_COPIED_SOURCE_ORIGIN_DIRS := \
44f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink/platform
4506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
4606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SRC_FILES := \
471e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Clock.cpp \
4819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/ColorChooser.cpp \
4919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/ColorChooserClient.cpp \
501e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ContentType.cpp \
5151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenu.cpp \
5251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/ContextMenuItem.cpp \
53bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/CrossThreadCopier.cpp \
54a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/Crypto.cpp \
55a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Cursor.cpp \
561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/DateComponents.cpp \
5719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/DateTimeChooser.cpp \
5819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/DateTimeChooserClient.cpp \
591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Decimal.cpp \
6009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/DragImage.cpp \
611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/EventTracer.cpp \
621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileChooser.cpp \
631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/FileMetadata.cpp \
641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/JSONValues.cpp \
6551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/KillRingNone.cpp \
661e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Language.cpp \
671e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LayoutTestSupport.cpp \
68bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/Length.cpp \
69bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthBox.cpp \
70bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/LengthFunctions.cpp \
711e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/LinkHash.cpp \
721e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Logging.cpp \
7351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeFromURL.cpp \
7451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/MIMETypeRegistry.cpp \
751e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/NotImplemented.cpp \
76a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/OverscrollTheme.cpp \
771e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Partitions.cpp \
78d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/PermissionCallbacks.cpp \
7951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformInstrumentation.cpp \
801e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformKeyboardEvent.cpp \
81bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/PlatformScreen.cpp \
821e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/PlatformThreadData.cpp \
83f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/Prerender.cpp \
84d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/PurgeableVector.cpp \
851e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SSLKeyGenerator.cpp \
86bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/SecureTextInput.cpp \
871e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBuffer.cpp \
881e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedBufferChunkReader.cpp \
891e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/SharedTimer.cpp \
90a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/TaskSynchronizer.cpp \
91a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/Theme.cpp \
921e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/ThreadTimers.cpp \
931e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Timer.cpp \
9410f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/platform/TracedValue.cpp \
951e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/UserGestureIndicator.cpp \
961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
971e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/UUID.cpp \
981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/Widget.cpp \
9909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/animation/KeyframeValueList.cpp \
10009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/animation/TimingFunction.cpp \
1011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioBus.cpp \
1021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioChannel.cpp \
1031e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernel.cpp \
1041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDSPKernelProcessor.cpp \
1051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp \
10609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDestination.cpp \
1071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioDestinationConsumer.cpp \
1081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioFIFO.cpp \
1091e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioProcessor.cpp \
1101e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioPullFIFO.cpp \
1111e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResampler.cpp \
1121e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioResamplerKernel.cpp \
1131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/AudioUtilities.cpp \
1141e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Biquad.cpp \
1151e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Cone.cpp \
1161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DirectConvolver.cpp \
1171e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Distance.cpp \
1181e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DownSampler.cpp \
1191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressor.cpp \
1201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/DynamicsCompressorKernel.cpp \
1211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/EqualPowerPanner.cpp \
1221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTConvolver.cpp \
1231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrame.cpp \
1241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/FFTFrameStub.cpp \
1251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp \
1261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp \
1271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFElevation.cpp \
1281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFKernel.cpp \
1291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/HRTFPanner.cpp \
1301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp \
1311e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Panner.cpp \
1321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/Reverb.cpp \
1331e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbAccumulationBuffer.cpp \
1341e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp \
1351e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbConvolverStage.cpp \
1361e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
1371e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/SincResampler.cpp \
1381e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/UpSampler.cpp \
1391e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/VectorMath.cpp \
1401e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ZeroPole.cpp \
14109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp \
1421e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp \
1431e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/audio/ipp/FFTFrameIPP.cpp \
144bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobData.cpp \
145bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobRegistry.cpp \
146bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/blob/BlobURL.cpp \
1471e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardMimeTypes.cpp \
1481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.cpp \
1491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/clipboard/ClipboardUtilitiesPosix.cpp \
1501e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/Platform.cpp \
151f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
15209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebArrayBuffer.cpp \
1531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioBus.cpp \
1541e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebAudioDevice.cpp \
155bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebBlobData.cpp \
15619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModule.cpp \
15776c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp \
15819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleSession.cpp \
15910f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/platform/exported/WebConvertableToTraceFormat.cpp \
160f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoAlgorithm.cpp \
161d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKeyAlgorithm.cpp \
16219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoKey.cpp \
16309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCryptoResult.cpp \
16409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp \
1651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebData.cpp \
16619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceMotionData.cpp \
16719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebDeviceOrientationData.cpp \
168f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp \
169f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \
170f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebFloatQuad.cpp \
171bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPBody.cpp \
172bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp \
17309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebImageSkia.cpp \
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 \
18509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCSessionDescription.cpp \
18609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCSessionDescriptionRequest.cpp \
18709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsRequest.cpp \
18851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp \
18951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebRTCVoidRequest.cpp \
190a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp \
191a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp \
19209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebScrollbarThemeGeometryNative.cpp \
19343e7502580f146aa5b3db8267ba6dbb5c733a489Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSerializedOrigin.cpp \
194f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerProxy.cpp \
195f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp \
196d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebServiceWorkerResponse.cpp \
19751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeRequestInfo.cpp \
19851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketHandshakeResponseInfo.cpp \
1991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSocketStreamError.cpp \
200f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSourceInfo.cpp \
201a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisUtterance.cpp \
202a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp \
203a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp \
20409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebStorageQuotaCallbacks.cpp \
205bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
206f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebTransformKeyframe.cpp \
2071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURL.cpp \
2081e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLError.cpp \
209bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLLoadTiming.cpp \
210bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLRequest.cpp \
211bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/WebURLResponse.cpp \
212a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/exported/linux/WebFontRenderStyle.cpp \
21309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Character.cpp \
214a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/Font.cpp \
215a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontCache.cpp \
2161e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontData.cpp \
217a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDataCache.cpp \
218f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontDescription.cpp \
219a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp \
2201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFamily.cpp \
2211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
222a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GenericFontFamilySettings.cpp \
223a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/GlyphPageTreeNode.cpp \
224a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SVGGlyph.cpp \
225a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp \
226a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp \
227a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/VDMXParser.cpp \
228a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/WidthIterator.cpp \
229a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp \
230a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp \
231a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp \
232a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp \
233a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp \
234a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp \
235a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinuxHarfBuzz.cpp \
236a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp \
237a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp \
238a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp \
239a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp \
240a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/FontPlatformDataSkia.cpp \
241a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/fonts/skia/SimpleFontDataSkia.cpp \
242f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPolygon.cpp \
2431e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint.cpp \
2441e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatPoint3D.cpp \
2451e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatQuad.cpp \
2461e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRect.cpp \
247a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp \
2481e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/FloatSize.cpp \
2491e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/IntRect.cpp \
2501e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutBoxExtent.cpp \
2511e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/LayoutRect.cpp \
2521e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/Region.cpp \
2531e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/geometry/RoundedRect.cpp \
254bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/geometry/TransformState.cpp \
255a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEBlend.cpp \
256a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp \
257a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComponentTransfer.cpp \
258a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEComposite.cpp \
259a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEConvolveMatrix.cpp \
260a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp \
261a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.cpp \
262a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEDropShadow.cpp \
263a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEFlood.cpp \
264a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.cpp \
265a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp \
266a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMerge.cpp \
267a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEMorphology.cpp \
268a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp \
269a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
270a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETile.cpp \
271a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FETurbulence.cpp \
272a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterEffect.cpp \
273a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp \
274a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/FilterOperations.cpp \
27551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/LightSource.cpp \
276a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/DistantLightSource.cpp \
277a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/PointLightSource.cpp \
278a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/ReferenceFilter.cpp \
279a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp \
280a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp \
281a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp \
282a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \
283a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp \
28409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp \
285a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp \
28609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.cpp \
28751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/media/MediaPlayer.cpp \
288a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/GaneshUtils.cpp \
289a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/NativeImageSkia.cpp \
290a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/OpaqueRegionSkia.cpp \
291a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp \
292a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/BitmapImage.cpp \
293a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp \
294a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Canvas2DLayerManager.cpp \
295f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Color.cpp \
29609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ColorSpace.cpp \
297a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp \
29809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp \
299a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp \
300a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DiscardablePixelRef.cpp \
30119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DisplayList.cpp \
302d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp \
303a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/FrameData.cpp \
304a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp \
305a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Gradient.cpp \
306a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.cpp \
307a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp \
308a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextAnnotation.cpp \
309a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextRecorder.cpp \
310d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsContextState.cpp \
311a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp \
31209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
313f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/GraphicsTypes.cpp \
314a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Image.cpp \
315a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp \
316aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp \
317a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageDecodingStore.cpp \
318a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp \
31951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageObserver.cpp \
3201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
321a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ImageSource.cpp \
322a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/LazyDecodingPixelRef.cpp \
323a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp \
324a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Path.cpp \
3251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/graphics/PathTraversalState.cpp \
326a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/Pattern.cpp \
327bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ScaledImageFragment.cpp \
328a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
329bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/ThreadSafeDataTransport.cpp \
330a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp \
331a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp \
332a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ImageFrame.cpp \
333a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp \
334a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.cpp \
335a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoder.cpp \
336a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.cpp \
337a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp \
338a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
339a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp \
340a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.cpp \
341a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/JPEGImageEncoder.cpp \
342a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/PNGImageEncoder.cpp \
343a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/image-encoders/skia/WEBPImageEncoder.cpp \
34409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp \
34551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.cpp \
34609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.cpp \
34751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mediastream/MediaStreamSource.cpp \
34807a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.cpp \
34951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp \
35051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/ArchiveResourceCollection.cpp \
35151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp \
35251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp \
353d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp \
354d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp \
3551e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/DNS.cpp \
3561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPHeaderMap.cpp \
3571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPParsers.cpp \
3581e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/HTTPRequest.cpp \
3591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ParsedContentType.cpp \
3601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ProxyServer.cpp \
3611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceError.cpp \
3621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamError.cpp \
3631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/network/SocketStreamHandle.cpp \
364bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormData.cpp \
365bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/FormDataBuilder.cpp \
366bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceRequest.cpp \
367bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	third_party/WebKit/Source/platform/network/ResourceResponse.cpp \
36851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.cpp \
36951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/network/WebSocketHandshakeResponse.cpp \
37051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginData.cpp \
37151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/plugins/PluginListBuilder.cpp \
37209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/FramelessScrollView.cpp \
373a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp \
374a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
375a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollView.cpp \
376a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp \
377a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/Scrollbar.cpp \
378a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp \
379a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeAndroid.cpp \
380a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp \
381a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp \
382a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp \
383a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp \
384a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp \
385a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp \
38609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiCharacterRun.cpp \
3871e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiContext.cpp \
38809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/BidiTextRun.cpp \
3891e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/DateTimeFormat.cpp \
3901e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LineEnding.cpp \
3911e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleICU.cpp \
3921e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/LocaleToScriptMapping.cpp \
3931e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/PlatformLocale.cpp \
3941e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
3951e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SegmentedString.cpp \
396a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/StringTruncator.cpp \
3971e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp \
3981e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBoundaries.cpp \
3991e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIterator.cpp \
4001e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp \
4011e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp \
4021e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp \
403a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/platform/text/TextRun.cpp \
4041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/TextStream.cpp \
4051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
40609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/platform/text/UnicodeUtilities.cpp \
4071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/AffineTransform.cpp \
408f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
409f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
410f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp \
411f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp \
412f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp \
413f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp \
414f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp \
415f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformOperations.cpp \
416f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp \
41751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/transforms/TransformationMatrix.cpp \
41851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/DatabaseIdentifier.cpp \
41951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KURL.cpp \
42051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp \
42151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp \
42251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp \
42351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp \
424a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp \
425a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/Heap.cpp \
426a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/ThreadState.cpp \
427a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/platform/heap/Visitor.cpp
42806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
42906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
43006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
43106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Debug := \
43206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
43306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
43419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
43506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-exceptions \
43606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
43719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
43806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
43906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
44006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
44106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
44206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
443d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
44406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-tree-sra \
445d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-partial-inlining \
446d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-early-inlining \
447d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-copy-prop \
448d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-loop-optimize \
449d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-move-loop-invariants \
450d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-caller-saves \
45106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-psabi \
45206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
45306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
45406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
45506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
45606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
45706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
45806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
45906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
46006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
46106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
46206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
46309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
46406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
46506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
46606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
46709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-ffunction-sections \
468c664b83e7394be007e9ef2430bed7d73b50e0da7Bo Liu	-fomit-frame-pointer \
46909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
47006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
47106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Debug := \
472a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
473d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
47406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
47506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
47606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
47706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
47806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
479aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
48006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
4815d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
48206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
483f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
484f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
48506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
48606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
487a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
48851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
489d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
490d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
491d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
492d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
49376c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
494f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
4951e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
4961e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
49706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CUSTOM_SCHEME_HANDLER=0' \
49806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
49906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
50006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_MEDIA_CAPTURE=1' \
501323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
502323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
50306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
5041e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
5051e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_SUPPORT_GPU=1' \
5061e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
5071e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
50819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
50951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
510d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
511d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_GETTOPDEVICE' \
5125d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_BITMAP_CONFIG' \
5135d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE' \
5146f543c786fc42989f552b4daa774ca5ff32fa697Ben Murdoch	'-DSK_SUPPORT_LEGACY_N32_NAME' \
5155d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_SETCONFIG' \
516f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	'-DSK_IGNORE_ETC1_SUPPORT' \
51776c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DSK_IGNORE_GPU_DITHER' \
5186f543c786fc42989f552b4daa774ca5ff32fa697Ben Murdoch	'-DSK_SUPPORT_LEGACY_GETTOTALCLIP' \
5191e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
5201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_USE_POSIX_THREADS' \
5211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
52206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
523a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
524a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
52509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
526a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DUSE_SYSTEM_LIBJPEG' \
527d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
52807a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
52919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
53019cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
53106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
53206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
53306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
53406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
53506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
53606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
53706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
53806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_DEBUG'
53906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
54006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
54106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
54206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Debug := \
54306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
54406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
54506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
5465d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
54709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
5485d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
549323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
550a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
55151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
55251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
553a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
554a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
55506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
5561e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
5571e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
5581e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
5591e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
5601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
5611e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/lazy \
5621e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
5631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
5641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
5651e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
566bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
567c4de9692585dd12fa75b760eebef04fa43fc1ae6Bo Liu	$(PWD)/external/icu/icu4c/source/common \
568c4de9692585dd12fa75b760eebef04fa43fc1ae6Bo Liu	$(PWD)/external/icu/icu4c/source/i18n \
569a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
570a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
571a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
572a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
573a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
574a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
575a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
576a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(PWD)/external/jpeg \
577a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
57876c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
57906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
58006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
58106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
58206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
58306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
58406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
58506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Debug := \
58606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
58706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
58806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
58919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
59006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
59106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-abi \
59206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
59319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
59406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
59506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
596f1c5443190b3b404ad0eb0ae745905b4842b52acTorne (Richard Coles)LOCAL_FDO_SUPPORT_Debug := false
597f1c5443190b3b404ad0eb0ae745905b4842b52acTorne (Richard Coles)
59806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to both C and C++ files.
59906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_CFLAGS_Release := \
60006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
60106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	--param=ssp-buffer-size=4 \
60219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
60306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-exceptions \
60406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-strict-aliasing \
60519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
60606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-unused-parameter \
60706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-missing-field-initializers \
60806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility=hidden \
60906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-pipe \
61006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
611d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
61206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-tree-sra \
613d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-partial-inlining \
614d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-early-inlining \
615d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-copy-prop \
616d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-tree-loop-optimize \
617d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-move-loop-invariants \
618d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-fno-caller-saves \
61906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-psabi \
62006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
62106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-funwind-tables \
62206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-g \
62306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fstack-protector \
62406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-short-enums \
62506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-finline-limit=64 \
62606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wa,--noexecstack \
62706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-U_FORTIFY_SOURCE \
62806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-extra \
62906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-ignored-qualifiers \
63006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-type-limits \
63109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
63206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Os \
63306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-ident \
63406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fdata-sections \
63506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-ffunction-sections \
63609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-fomit-frame-pointer \
63709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
63806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
63906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)MY_DEFS_Release := \
640a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
641d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
64206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
64306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNO_TCMALLOC' \
64406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DDISABLE_NACL' \
64506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROMIUM_BUILD' \
64606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
647aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
64806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
6495d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
65006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CONFIGURATION_POLICY' \
651f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
652f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
65306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
65406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCLD_VERSION=1' \
655a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
65651b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
657d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
658d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
659d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
660d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
66176c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
662f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
6631e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DBLINK_PLATFORM_IMPLEMENTATION=1' \
6641e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
66506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_CUSTOM_SCHEME_HANDLER=0' \
66606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
66706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
66806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_MEDIA_CAPTURE=1' \
669323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
670323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
67106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
6721e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
6731e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_SUPPORT_GPU=1' \
6741e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
6751e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
67619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
67751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
678d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
679d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_GETTOPDEVICE' \
6805d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_BITMAP_CONFIG' \
6815d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE' \
6826f543c786fc42989f552b4daa774ca5ff32fa697Ben Murdoch	'-DSK_SUPPORT_LEGACY_N32_NAME' \
6835d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DSK_SUPPORT_LEGACY_SETCONFIG' \
684f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	'-DSK_IGNORE_ETC1_SUPPORT' \
68576c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DSK_IGNORE_GPU_DITHER' \
6866f543c786fc42989f552b4daa774ca5ff32fa697Ben Murdoch	'-DSK_SUPPORT_LEGACY_GETTOTALCLIP' \
6871e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
6881e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_USE_POSIX_THREADS' \
6891e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
69006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
691a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
692a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DPNG_USER_CONFIG' \
69309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
694a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DUSE_SYSTEM_LIBJPEG' \
695d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
69607a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
69719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
69819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
69906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DANDROID' \
70006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D__GNU_SOURCE=1' \
70106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DUSE_STLPORT=1' \
70206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
70306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
70406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNDEBUG' \
70506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DNVALGRIND' \
70619cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
70719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D_FORTIFY_SOURCE=2'
70806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
70906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
71006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
71106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES_Release := \
71206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
71306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
71406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
7155d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
71609380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	$(LOCAL_PATH)/third_party/angle/include \
7175d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
718323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
719a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
72051b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
72151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
722a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
723a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/gpu \
72406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
7251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
7261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
7271e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
7281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
7291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
7301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/lazy \
7311e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
7321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
7331e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
7341e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
735bfe3590b1806e3ff18f46ee3af5d4b83078f305aTorne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
736c4de9692585dd12fa75b760eebef04fa43fc1ae6Bo Liu	$(PWD)/external/icu/icu4c/source/common \
737c4de9692585dd12fa75b760eebef04fa43fc1ae6Bo Liu	$(PWD)/external/icu/icu4c/source/i18n \
738a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
739a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
740a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
741a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
742a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
743a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/v8/include \
744a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
745a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(PWD)/external/jpeg \
746a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/harfbuzz-ng/src \
74776c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
74806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
74906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/bionic \
75006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
75106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
75206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
75306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Flags passed to only C++ (and not C) files.
75406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS_Release := \
75506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-rtti \
75606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fno-threadsafe-statics \
75706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fvisibility-inlines-hidden \
75819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
75906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-c++0x-compat \
76006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-abi \
76106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wno-non-virtual-dtor \
76219cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
76306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
76406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
765f1c5443190b3b404ad0eb0ae745905b4842b52acTorne (Richard Coles)LOCAL_FDO_SUPPORT_Release := false
766f1c5443190b3b404ad0eb0ae745905b4842b52acTorne (Richard Coles)
76706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
768f1c5443190b3b404ad0eb0ae745905b4842b52acTorne (Richard Coles)LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
76906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
77006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
771d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
77206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)### Rules for final target.
77306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
77406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_LDFLAGS_Debug := \
77506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
77606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
777a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	-Wl,--fatal-warnings \
77806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,noexecstack \
77906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
78006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
78106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
78206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fuse-ld=gold \
78306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-nostdlib \
78406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--no-undefined \
78506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--exclude-libs=ALL \
78606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--icf=safe \
78706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--warn-shared-textrel \
78806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-O1 \
78906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--as-needed
79006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
79106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
79206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_LDFLAGS_Release := \
79306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
79406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
795a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	-Wl,--fatal-warnings \
79606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,noexecstack \
79706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fPIC \
79806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,relro \
79906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-z,now \
80006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-fuse-ld=gold \
80106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-nostdlib \
80206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--no-undefined \
80306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--exclude-libs=ALL \
80406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--icf=safe \
80506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,-O1 \
80606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--as-needed \
80706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--gc-sections \
80806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	-Wl,--warn-shared-textrel
80906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
81006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
81106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
81206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
8131e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)LOCAL_STATIC_LIBRARIES := \
814a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	skia_skia_library_gyp \
815a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party_WebKit_Source_platform_blink_arm_neon_gyp
81606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
81706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Enable grouping to fix circular references
81806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_GROUP_STATIC_LIBRARIES := true
81906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
82006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)LOCAL_SHARED_LIBRARIES := \
82106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libstlport \
82206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	libdl
82306f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
82406f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Add target alias to "gyp_all_modules" target.
82506f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: gyp_all_modules
82606f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)gyp_all_modules: third_party_WebKit_Source_platform_blink_platform_gyp
82706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
82806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)# Alias gyp target name.
82906f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles).PHONY: blink_platform
83006f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)blink_platform: third_party_WebKit_Source_platform_blink_platform_gyp
83106f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)
83206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)include $(BUILD_STATIC_LIBRARY)
833