153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# This file is generated by gyp; do not edit.
253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)include $(CLEAR_VARS)
453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)LOCAL_MODULE_CLASS := STATIC_LIBRARIES
653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)LOCAL_MODULE := third_party_WebKit_Source_modules_modules_gyp
753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)LOCAL_MODULE_SUFFIX := .a
8a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben MurdochLOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
9a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdochgyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
10a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdochgyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
1153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
1253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Make sure our deps are built first.
1353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)GYP_TARGET_DEPENDENCIES := \
14a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_config_gyp,,,$(GYP_VAR_PREFIX))/config.stamp \
15a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_core_webcore_gyp,,,$(GYP_VAR_PREFIX))/webcore.stamp \
16a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	$(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_core_webcore_generated_gyp,,,$(GYP_VAR_PREFIX))/third_party_WebKit_Source_core_webcore_generated_gyp.a \
17d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	$(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_library_gyp,,,$(GYP_VAR_PREFIX))/skia_skia_library_gyp.a \
18d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_modules_make_modules_generated_gyp,,,$(GYP_VAR_PREFIX))/make_modules_generated.stamp
1953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
209e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)GYP_GENERATED_OUTPUTS :=
2153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
2253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Make sure our deps and generated files are built first.
2353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
2453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
257242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/TextDecodeOptions.cpp: $(gyp_shared_intermediate_dir)/blink/modules/encoding/TextDecodeOptions.cpp
267242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
277242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/TextDecoderOptions.cpp: $(gyp_shared_intermediate_dir)/blink/modules/encoding/TextDecoderOptions.cpp
287242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
297242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/IDBIndexParameters.cpp: $(gyp_shared_intermediate_dir)/blink/modules/indexeddb/IDBIndexParameters.cpp
307242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
317242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/NotificationOptions.cpp: $(gyp_shared_intermediate_dir)/blink/modules/notifications/NotificationOptions.cpp
327242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
337242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/QueryParams.cpp: $(gyp_shared_intermediate_dir)/blink/modules/serviceworkers/QueryParams.cpp
347242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
357242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/RegistrationOptionList.cpp: $(gyp_shared_intermediate_dir)/blink/modules/serviceworkers/RegistrationOptionList.cpp
367242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
377242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/ServiceWorkerClientQueryParams.cpp: $(gyp_shared_intermediate_dir)/blink/modules/serviceworkers/ServiceWorkerClientQueryParams.cpp
387242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
397242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_intermediate_dir)/MIDIOptions.cpp: $(gyp_shared_intermediate_dir)/blink/modules/webmidi/MIDIOptions.cpp
407242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	mkdir -p $(@D); cp $< $@
41f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/EventModules.cpp: $(gyp_shared_intermediate_dir)/blink/modules/EventModules.cpp
42323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
43f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/EventModulesNames.cpp: $(gyp_shared_intermediate_dir)/blink/modules/EventModulesNames.cpp
44323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
45f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)$(gyp_intermediate_dir)/EventTargetModulesNames.cpp: $(gyp_shared_intermediate_dir)/blink/modules/EventTargetModulesNames.cpp
46323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
47e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)$(gyp_intermediate_dir)/IndexedDBNames.cpp: $(gyp_shared_intermediate_dir)/blink/modules/IndexedDBNames.cpp
48e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
49d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings01.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings01.cpp
50323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
51d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings02.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings02.cpp
52323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
53d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings03.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings03.cpp
54323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
55d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings04.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings04.cpp
56323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
57d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings05.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings05.cpp
58323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
59d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings06.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings06.cpp
60323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
61d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings07.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings07.cpp
62323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
63d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings08.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings08.cpp
64323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
65d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings09.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings09.cpp
66323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
67d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings10.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings10.cpp
68323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
69d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings11.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings11.cpp
70323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
71d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings12.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings12.cpp
72323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
73d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings13.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings13.cpp
74323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
75d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings14.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings14.cpp
76323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
77d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings15.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings15.cpp
78323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
79d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings16.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings16.cpp
80d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
81d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings17.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings17.cpp
82d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
83d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings18.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings18.cpp
84d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
85d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)$(gyp_intermediate_dir)/V8GeneratedModulesBindings19.cpp: $(gyp_shared_intermediate_dir)/blink/bindings/modules/v8/V8GeneratedModulesBindings19.cpp
86323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	mkdir -p $(@D); cp $< $@
87323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_GENERATED_SOURCES := \
887242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/TextDecodeOptions.cpp \
897242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/TextDecoderOptions.cpp \
907242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/IDBIndexParameters.cpp \
917242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/NotificationOptions.cpp \
927242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/QueryParams.cpp \
937242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/RegistrationOptionList.cpp \
947242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/ServiceWorkerClientQueryParams.cpp \
957242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_intermediate_dir)/MIDIOptions.cpp \
96d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	$(gyp_intermediate_dir)/EventModules.cpp \
97d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	$(gyp_intermediate_dir)/EventModulesNames.cpp \
98d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	$(gyp_intermediate_dir)/EventTargetModulesNames.cpp \
99e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	$(gyp_intermediate_dir)/IndexedDBNames.cpp \
100323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings01.cpp \
101323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings02.cpp \
102323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings03.cpp \
103323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings04.cpp \
104323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings05.cpp \
105323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings06.cpp \
106323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings07.cpp \
107323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings08.cpp \
108323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings09.cpp \
109323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings10.cpp \
110323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings11.cpp \
111323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings12.cpp \
112323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings13.cpp \
113323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings14.cpp \
114323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings15.cpp \
115323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings16.cpp \
116323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings17.cpp \
117323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings18.cpp \
1189e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(gyp_intermediate_dir)/V8GeneratedModulesBindings19.cpp
11953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
120323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)GYP_COPIED_SOURCE_ORIGIN_DIRS := \
1217242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_shared_intermediate_dir)/blink/modules/encoding \
1227242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_shared_intermediate_dir)/blink/modules/indexeddb \
1237242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_shared_intermediate_dir)/blink/modules/notifications \
1247242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_shared_intermediate_dir)/blink/modules/serviceworkers \
1257242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_shared_intermediate_dir)/blink/modules/webmidi \
126f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink/modules \
127d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink/bindings/modules/v8
12853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
12953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)LOCAL_SRC_FILES := \
130d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/modules/InitModules.cpp \
13110f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/modules/battery/BatteryDispatcher.cpp \
132d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/battery/BatteryManager.cpp \
133d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/battery/BatteryStatus.cpp \
134d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/battery/NavigatorBattery.cpp \
135d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp \
136e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/credentialmanager/Credential.cpp \
1379e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	third_party/WebKit/Source/modules/credentialmanager/CredentialManagerClient.cpp \
138e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.cpp \
139e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.cpp \
140e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/credentialmanager/LocalCredential.cpp \
141e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/credentialmanager/NavigatorCredentials.cpp \
142521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/crypto/Crypto.cpp \
143197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/crypto/CryptoKey.cpp \
1441e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp \
145521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp \
146591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp \
147521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp \
148e69819bd8e388ea4ad1636a19aa6b2eed4952191Ben Murdoch	third_party/WebKit/Source/modules/crypto/WorkerGlobalScopeCrypto.cpp \
149d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/modules/device_light/DeviceLightController.cpp \
150d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/modules/device_light/DeviceLightDispatcher.cpp \
151d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/modules/device_light/DeviceLightEvent.cpp \
15253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.cpp \
15353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceMotionController.cpp \
15453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceMotionData.cpp \
1555267f701546148b83dfbe1d151cb184385bb5c22Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.cpp \
15653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp \
15751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp \
1587757ec2eadfa2dd8ac2aeed0a4399e9b07ec38cbBen Murdoch	third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp \
159a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.cpp \
1607757ec2eadfa2dd8ac2aeed0a4399e9b07ec38cbBen Murdoch	third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.cpp \
16109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.cpp \
16253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.cpp \
16353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/donottrack/NavigatorDoNotTrack.cpp \
164f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)	third_party/WebKit/Source/modules/encoding/TextDecoder.cpp \
165f5e4ad553afbc08dd2e729bb77e937a9a94d5827Torne (Richard Coles)	third_party/WebKit/Source/modules/encoding/TextEncoder.cpp \
166d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp \
16793ac45cfc74041c8ae536ce58a9534d46db2024eTorne (Richard Coles)	third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp \
16893ac45cfc74041c8ae536ce58a9534d46db2024eTorne (Richard Coles)	third_party/WebKit/Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp \
169a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp \
17093ac45cfc74041c8ae536ce58a9534d46db2024eTorne (Richard Coles)	third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp \
17107a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
172197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.cpp \
17353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DOMFilePath.cpp \
17453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp \
17553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.cpp \
17653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.cpp \
17753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.cpp \
17853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DataTransferItemFileSystem.cpp \
17953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DirectoryEntry.cpp \
18053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DirectoryEntrySync.cpp \
18153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DirectoryReader.cpp \
18253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.cpp \
18353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystem.cpp \
18453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/Entry.cpp \
18553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/EntryBase.cpp \
18653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/EntrySync.cpp \
18753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/FileEntry.cpp \
18853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/FileEntrySync.cpp \
18953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp \
19053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/FileWriter.cpp \
19153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/FileWriterBase.cpp \
19253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/FileWriterSync.cpp \
19353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.cpp \
19409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.cpp \
19509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp \
19683750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp \
197591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp \
19853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/Gamepad.cpp \
199d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/GamepadButton.cpp \
200d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/GamepadCommon.cpp \
20107a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	third_party/WebKit/Source/modules/gamepad/GamepadDispatcher.cpp \
20207a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	third_party/WebKit/Source/modules/gamepad/GamepadEvent.cpp \
20353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/GamepadList.cpp \
20453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp \
205d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/WebKitGamepad.cpp \
206d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/gamepad/WebKitGamepadList.cpp \
2077242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.cpp \
208c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/modules/geofencing/Geofencing.cpp \
2097242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/geofencing/GeofencingError.cpp \
210c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/modules/geofencing/NavigatorGeofencing.cpp \
2117242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/geofencing/WorkerNavigatorGeofencing.cpp \
21253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/geolocation/Coordinates.cpp \
21353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/geolocation/Geolocation.cpp \
21453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/geolocation/GeolocationController.cpp \
21509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/geolocation/GeolocationInspectorAgent.cpp \
216197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
217c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/modules/geolocation/GeolocationWatchers.cpp \
21853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/geolocation/NavigatorGeolocation.cpp \
219197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/geolocation/PositionOptions.cpp \
22053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp \
22153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp \
22253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp \
22353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBCursorWithValue.cpp \
22453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp \
22551b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBDatabaseCallbacks.cpp \
22653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.cpp \
22753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBFactory.cpp \
22853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp \
22953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBKey.cpp \
23053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.cpp \
23153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.cpp \
23253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp \
23353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp \
23453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp \
23553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp \
23653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp \
23753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/IDBVersionChangeEvent.cpp \
2386f543c786fc42989f552b4daa774ca5ff32fa697Ben Murdoch	third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.cpp \
23909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp \
240a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp \
24151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.cpp \
242591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	third_party/WebKit/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp \
24319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/modules/mediasource/HTMLVideoElementMediaSource.cpp \
244521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/mediasource/MediaSource.cpp \
24553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.cpp \
246521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp \
247521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/mediasource/SourceBufferList.cpp \
248e69819bd8e388ea4ad1636a19aa6b2eed4952191Ben Murdoch	third_party/WebKit/Source/modules/mediasource/URLMediaSource.cpp \
24919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	third_party/WebKit/Source/modules/mediasource/VideoPlaybackQuality.cpp \
25053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp \
25109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.cpp \
25209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp \
25353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaStream.cpp \
25453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaStreamEvent.cpp \
25553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaStreamRegistry.cpp \
25653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp \
25753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaStreamTrackEvent.cpp \
25809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp \
25953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.cpp \
2601e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.cpp \
26153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCDTMFSender.cpp \
26253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp \
26353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp \
26453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCDataChannelEvent.cpp \
26553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCIceCandidate.cpp \
26653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCIceCandidateEvent.cpp \
26753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp \
26853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \
26953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp \
27053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCStatsReport.cpp \
27153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.cpp \
27253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.cpp \
27353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/RTCVoidRequestImpl.cpp \
2745267f701546148b83dfbe1d151cb184385bb5c22Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/SourceInfo.cpp \
275a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp \
27653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/UserMediaController.cpp \
27753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp \
27853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp \
279f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/modules/netinfo/NavigatorNetworkInformation.cpp \
280f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp \
281f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp \
28253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/notifications/Notification.cpp \
28353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/notifications/NotificationController.cpp \
284197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/notifications/NotificationPermissionClient.cpp \
28509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/performance/SharedWorkerPerformance.cpp \
286591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	third_party/WebKit/Source/modules/performance/WorkerGlobalScopePerformance.cpp \
287521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/performance/WorkerPerformance.cpp \
2887242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/presentation/NavigatorPresentation.cpp \
2897242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/presentation/Presentation.cpp \
290aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	third_party/WebKit/Source/modules/push_messaging/NavigatorPushManager.cpp \
291a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/push_messaging/PushController.cpp \
292a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/push_messaging/PushError.cpp \
2935d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/modules/push_messaging/PushEvent.cpp \
294aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	third_party/WebKit/Source/modules/push_messaging/PushManager.cpp \
295a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/push_messaging/PushRegistration.cpp \
296a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp \
29709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.cpp \
29809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp \
29909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.cpp \
30053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp \
30153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/quota/StorageErrorCallback.cpp \
30209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/quota/StorageInfo.cpp \
30353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/quota/StorageQuota.cpp \
30409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/quota/StorageQuotaCallbacksImpl.cpp \
30509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/quota/StorageQuotaClient.cpp \
30653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.cpp \
307d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.cpp \
308197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/screen_orientation/ScreenScreenOrientation.cpp \
30909380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp \
310d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationController.cpp \
311c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationDispatcher.cpp \
3127242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/serviceworkers/Body.cpp \
313e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/Cache.cpp \
314c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/CacheStorage.cpp \
3157242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/serviceworkers/ExtendableEvent.cpp \
316d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/FetchEvent.cpp \
317197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/serviceworkers/FetchHeaderList.cpp \
3185d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/FetchManager.cpp \
319197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/serviceworkers/FetchRequestData.cpp \
320197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/serviceworkers/FetchResponseData.cpp \
321197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/serviceworkers/Headers.cpp \
32209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/InstallEvent.cpp \
32309380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.cpp \
324f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/Request.cpp \
3257242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/serviceworkers/RequestInit.cpp \
326d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/RespondWithObserver.cpp \
327d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/Response.cpp \
32806f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp \
329e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.cpp \
33010f88d5669dbd969c059d61ba09fa37dd72ac559Ben Murdoch	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp \
33109380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp \
332d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp \
33351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp \
33409380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp \
33509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp \
336c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp \
33709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp \
33809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp \
33953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp \
34053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechGrammar.cpp \
34153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechGrammarList.cpp \
34253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp \
34353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognitionAlternative.cpp \
34453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognitionController.cpp \
34553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognitionError.cpp \
34653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.cpp \
34753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognitionResult.cpp \
34853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechRecognitionResultList.cpp \
34953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp \
35053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechSynthesisEvent.cpp \
35153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp \
35253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.cpp \
353521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/vibration/NavigatorVibration.cpp \
354a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp \
355a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp \
35653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioBasicInspectorNode.cpp \
35753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorNode.cpp \
35853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp \
35953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp \
36053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioContext.cpp \
36153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp \
36253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioListener.cpp \
36353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioNode.cpp \
36453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp \
36553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.cpp \
36653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioParam.cpp \
36753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioParamTimeline.cpp \
36853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.cpp \
36953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.cpp \
37053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.cpp \
37153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/BiquadDSPKernel.cpp \
37253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp \
37353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/BiquadProcessor.cpp \
374a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp \
375a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.cpp \
37653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp \
37753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp \
37853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/DelayDSPKernel.cpp \
37953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/DelayNode.cpp \
38053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/DelayProcessor.cpp \
38153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp \
382a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/GainNode.cpp \
38353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp \
38453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp \
38553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp \
38653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp \
38753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/OfflineAudioContext.cpp \
38853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp \
38953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp \
390a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/PannerNode.cpp \
391591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	third_party/WebKit/Source/modules/webaudio/PeriodicWave.cpp \
39253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.cpp \
393a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp \
39453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/WaveShaperDSPKernel.cpp \
39553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp \
39653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.cpp \
39753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/ChangeVersionWrapper.cpp \
398a9984bf9ddc3cf73fdae3f29134a2bab379e7029Ben Murdoch	third_party/WebKit/Source/modules/webdatabase/DOMWindowWebDatabase.cpp \
39953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/Database.cpp \
40053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp \
40151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp \
40253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp \
40353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp \
40453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseTask.cpp \
40553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp \
406521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp \
40709380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp \
40809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseResource.cpp \
409521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/QuotaTracker.cpp \
410591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	third_party/WebKit/Source/modules/webdatabase/SQLError.cpp \
41153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLResultSet.cpp \
41253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.cpp \
41353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLStatement.cpp \
41453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLStatementBackend.cpp \
41553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp \
41653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLTransactionBackend.cpp \
417521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp \
41853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLTransactionCoordinator.cpp \
41953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/SQLTransactionStateMachine.cpp \
4201e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLValue.cpp \
4211e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp \
4221e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp \
4231e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp \
4241e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp \
4251e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp \
4261e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteTransaction.cpp \
4275267f701546148b83dfbe1d151cb184385bb5c22Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp \
4285d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIAccessInitializer.cpp \
4291e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIAccessor.cpp \
4301e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIClientMock.cpp \
431f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIConnectionEvent.cpp \
432e69819bd8e388ea4ad1636a19aa6b2eed4952191Ben Murdoch	third_party/WebKit/Source/modules/webmidi/MIDIController.cpp \
43353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp \
4347242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/webmidi/MIDIInputMap.cpp \
435e52495584422c5edb5b2944981473a2e208da323Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIOutput.cpp \
4367242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.cpp \
43753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp \
438521d96ec04ace82590870fb04353ec4f82bb150fTorne (Richard Coles)	third_party/WebKit/Source/modules/webmidi/NavigatorWebMIDI.cpp \
439197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp \
44053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/MainThreadWebSocketChannel.cpp \
441c0e19a689c8ac22cdc96b291a8d33a5d3b0b34a4Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/NewWebSocketChannelImpl.cpp \
44253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketChannel.cpp \
44353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketDeflateFramer.cpp \
44453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketDeflater.cpp \
44553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketExtensionDispatcher.cpp \
44653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketExtensionParser.cpp \
44753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketFrame.cpp \
44853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketHandshake.cpp \
44953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	third_party/WebKit/Source/modules/websockets/WebSocketPerMessageDeflate.cpp \
450197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp \
451197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp \
452197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp \
453197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp \
454197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp \
455197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp \
456197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp \
457197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp \
458e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/bindings/modules/v8/custom/V8ServiceWorkerClientCustom.cpp \
459197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8ServiceWorkerCustom.cpp \
460197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp \
461197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/DictionaryHelperForModules.cpp \
462197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/IDBBindingUtilities.cpp \
463197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/bindings/modules/v8/ModuleBindingsInitializer.cpp
46453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
46553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
46653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Flags passed to both C and C++ files.
467591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochMY_CFLAGS_Debug := \
46853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	--param=ssp-buffer-size=4 \
46919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
47053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fno-strict-aliasing \
47119cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
47253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-unused-parameter \
47353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-missing-field-initializers \
47453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fvisibility=hidden \
47553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-pipe \
47653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fPIC \
477d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
47853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-msse2 \
47953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-mfpmath=sse \
480d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-mmmx \
481d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-m32 \
48253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-ffunction-sections \
48353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-funwind-tables \
48453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-g \
48553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fno-short-enums \
48653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-finline-limit=64 \
48753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wa,--noexecstack \
48853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-U_FORTIFY_SOURCE \
48953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-extra \
49053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-ignored-qualifiers \
49153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-type-limits \
49209380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
49353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fno-stack-protector \
49453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Os \
49553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-g \
4967242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-gdwarf-4 \
49753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fdata-sections \
49809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-ffunction-sections \
499197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-fomit-frame-pointer \
50009380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
50153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
502591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochMY_DEFS_Debug := \
503a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
50453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-D_FILE_OFFSET_BITS=64' \
50553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DNO_TCMALLOC' \
50653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DDISABLE_NACL' \
50753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DCHROMIUM_BUILD' \
50853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DUSE_LIBJPEG_TURBO=1' \
509aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
51053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DUSE_PROPRIETARY_CODECS' \
5115d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
51283750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DENABLE_CONFIGURATION_POLICY' \
513f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
514f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
51553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DENABLE_EGLIMAGE=1' \
5168abfc5808a4e34d6e03867af8bc440dee641886fTorne (Richard Coles)	'-DCLD_VERSION=1' \
517a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
51851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
519d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
5207242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
5217242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
522d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
523d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
52476c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
525f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
5267242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
52706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DBLINK_IMPLEMENTATION=1' \
5281e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
5299e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
5309e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	'-DPNG_USER_CONFIG' \
5319e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
53253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DENABLE_SVG_FONTS=1' \
53353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
534323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
535323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
53653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DENABLE_OPENTYPE_VERTICAL=1' \
53753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DU_USING_ICU_NAMESPACE=0' \
538c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
53953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DSK_ENABLE_INST_COUNT=0' \
54083750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DSK_SUPPORT_GPU=1' \
54183750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
54206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
54319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
54451b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
545d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
5467242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
547e52495584422c5edb5b2944981473a2e208da323Torne (Richard Coles)	'-DSK_BUILD_FOR_ANDROID' \
54883750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DSK_USE_POSIX_THREADS' \
5493c9e4aeaee9f9b0a9a814da07bcb33319c7ea363Ben Murdoch	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
550fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
551d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
55207a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
55319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
55419cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
55553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DANDROID' \
55653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-D__GNU_SOURCE=1' \
55753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DUSE_STLPORT=1' \
55853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
55953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DCHROME_BUILD_ID=""' \
56053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
56153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
56253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	'-D_DEBUG'
56353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
56453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
56553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Include paths placed before CFLAGS/CPPFLAGS
566591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_C_INCLUDES_Debug := \
5673464d02a173573db42f8ee6bb07bb74fabf4f5f2Ben Murdoch	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
5683464d02a173573db42f8ee6bb07bb74fabf4f5f2Ben Murdoch	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
5695d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
570a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
57151b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
57251b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
57353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/khronos \
57453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/gpu \
57553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/zlib \
5761e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/sqlite \
5775267f701546148b83dfbe1d151cb184385bb5c22Torne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
5785d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
579323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
5809e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
5819e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
5829e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
5839e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
5847242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(LOCAL_PATH)/third_party/libjpeg_turbo \
585c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
586c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
58753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/src/core \
58853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/core \
58953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/effects \
59053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pdf \
59153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/gpu \
592591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/lazy \
59353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pathops \
59453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/pipe \
59553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/ports \
59653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/skia/include/utils \
59753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/skia/ext \
59853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/npapi \
59953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/npapi/bindings \
60053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/third_party/qcms/src \
60153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	$(LOCAL_PATH)/v8/include \
60293ac45cfc74041c8ae536ce58a9534d46db2024eTorne (Richard Coles)	$(PWD)/frameworks/wilhelm/include \
60393ac45cfc74041c8ae536ce58a9534d46db2024eTorne (Richard Coles)	$(PWD)/bionic \
60493ac45cfc74041c8ae536ce58a9534d46db2024eTorne (Richard Coles)	$(PWD)/external/stlport/stlport
60553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
60653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
60753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Flags passed to only C++ (and not C) files.
608591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_CPPFLAGS_Debug := \
6097242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
61053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fno-rtti \
61153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fno-threadsafe-statics \
61253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-fvisibility-inlines-hidden \
61319cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
61453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-c++0x-compat \
615197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
616197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
617197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
61853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	-Wno-non-virtual-dtor \
61919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
62053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
621591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
622591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch# Flags passed to both C and C++ files.
623591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochMY_CFLAGS_Release := \
624591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	--param=ssp-buffer-size=4 \
62519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Werror \
626591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fno-strict-aliasing \
62719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wall \
628591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-unused-parameter \
629591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-missing-field-initializers \
630591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fvisibility=hidden \
631591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-pipe \
632591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fPIC \
633d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	-Wno-unused-local-typedefs \
634591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-msse2 \
635591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-mfpmath=sse \
636d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-mmmx \
637d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	-m32 \
638591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-ffunction-sections \
639591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-funwind-tables \
640591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-g \
641591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fno-short-enums \
642591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-finline-limit=64 \
643591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wa,--noexecstack \
644591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-U_FORTIFY_SOURCE \
645591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-extra \
646591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-ignored-qualifiers \
647591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-type-limits \
64809380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-Wno-unused-but-set-variable \
649591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fno-stack-protector \
650591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Os \
651591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fno-ident \
652591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fdata-sections \
653591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-ffunction-sections \
654591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fomit-frame-pointer \
65509380295ba73501a205346becac22c6978e4671dTorne (Richard Coles)	-funwind-tables
656591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
657591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochMY_DEFS_Release := \
658a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DV8_DEPRECATION_WARNINGS' \
659591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-D_FILE_OFFSET_BITS=64' \
660591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DNO_TCMALLOC' \
661591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DDISABLE_NACL' \
662591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DCHROMIUM_BUILD' \
663591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DUSE_LIBJPEG_TURBO=1' \
664aafa69cb17c9d6606c07663ade5f81388a2c5986Ben Murdoch	'-DENABLE_WEBRTC=1' \
665591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DUSE_PROPRIETARY_CODECS' \
6665d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
66783750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DENABLE_CONFIGURATION_POLICY' \
668f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
669f79f16f17ddc4f842d7b7a38603e280e94be826aTorne (Richard Coles)	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
670591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DENABLE_EGLIMAGE=1' \
6718abfc5808a4e34d6e03867af8bc440dee641886fTorne (Richard Coles)	'-DCLD_VERSION=1' \
672a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	'-DENABLE_PRINTING=1' \
67351b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DENABLE_MANAGED_USERS=1' \
674d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
6757242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
6767242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
677d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
678d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
67976c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
680f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
6817242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
68206f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DBLINK_IMPLEMENTATION=1' \
6831e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	'-DINSIDE_BLINK' \
6849e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	'-DCHROME_PNG_WRITE_SUPPORT' \
6859e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	'-DPNG_USER_CONFIG' \
6869e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	'-DCHROME_PNG_READ_PACK_SUPPORT' \
687591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DENABLE_SVG_FONTS=1' \
688591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
689323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
690323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	'-DENABLE_WEB_AUDIO=1' \
691591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DENABLE_OPENTYPE_VERTICAL=1' \
692591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DU_USING_ICU_NAMESPACE=0' \
693c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
694591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DSK_ENABLE_INST_COUNT=0' \
69583750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DSK_SUPPORT_GPU=1' \
69683750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
69706f816c7c76bc45a15e452ade8a34e8af077693eTorne (Richard Coles)	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
69819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
69951b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	'-DGR_GL_IGNORE_ES3_MSAA=0' \
700d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
7017242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
702591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DSK_BUILD_FOR_ANDROID' \
70383750176c3ee2cea66c8a9751271026a5901be3aBen Murdoch	'-DSK_USE_POSIX_THREADS' \
7043c9e4aeaee9f9b0a9a814da07bcb33319c7ea363Ben Murdoch	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
705fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
706d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)	'-DUSE_OPENSSL=1' \
70707a852d8c1953036774d8f3b65d18dcfea3bb4a2Ben Murdoch	'-DUSE_OPENSSL_CERTS=1' \
70819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_CONSTANT_MACROS' \
70919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D__STDC_FORMAT_MACROS' \
710591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DANDROID' \
711591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-D__GNU_SOURCE=1' \
712591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DUSE_STLPORT=1' \
713591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
714591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DCHROME_BUILD_ID=""' \
715591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DNDEBUG' \
716591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	'-DNVALGRIND' \
71719cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
71819cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	'-D_FORTIFY_SOURCE=2'
719591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
720591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
721591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch# Include paths placed before CFLAGS/CPPFLAGS
722591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_C_INCLUDES_Release := \
7233464d02a173573db42f8ee6bb07bb74fabf4f5f2Ben Murdoch	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
7243464d02a173573db42f8ee6bb07bb74fabf4f5f2Ben Murdoch	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
7255d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
726a854de003a23bf3c7f95ec0f8154ada64092ff5cTorne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit/Source \
72751b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH) \
72851b2906e11752df6c18351cf520e30522d3b53a1Torne (Richard Coles)	$(LOCAL_PATH)/skia/config \
729591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/khronos \
730591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/gpu \
731591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/zlib \
7321e202183a5dc46166763171984b285173f8585e5Torne (Richard Coles)	$(LOCAL_PATH)/third_party/sqlite \
733591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/WebKit \
7345d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
735323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(LOCAL_PATH)/third_party/openmax_dl \
7369e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/libpng \
7379e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/libwebp \
7389e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/ots/include \
7399e12abdf8c3a23d52091ea54ebb6a04d327f9300Torne (Richard Coles)	$(LOCAL_PATH)/third_party/iccjpeg \
7407242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(LOCAL_PATH)/third_party/libjpeg_turbo \
741c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
742c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
743591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/src/core \
744591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/core \
745591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/effects \
746591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/pdf \
747591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/gpu \
748591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/lazy \
749591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/pathops \
750591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/pipe \
751591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/ports \
752591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/skia/include/utils \
753591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/skia/ext \
754591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/npapi \
755591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/npapi/bindings \
756591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/third_party/qcms/src \
757591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(LOCAL_PATH)/v8/include \
758591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(PWD)/frameworks/wilhelm/include \
759591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(PWD)/bionic \
760591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	$(PWD)/external/stlport/stlport
761591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
762591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
763591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch# Flags passed to only C++ (and not C) files.
764591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_CPPFLAGS_Release := \
7657242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
766591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fno-rtti \
767591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fno-threadsafe-statics \
768591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-fvisibility-inlines-hidden \
76919cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wsign-compare \
770591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-c++0x-compat \
771197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
772197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
773197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
774591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch	-Wno-non-virtual-dtor \
77519cde67944066db31e633d9e386f2aa9bf9fadb3Torne (Richard Coles)	-Wno-sign-promo
776591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
777591b958dee2cf159d33a0b931e6231072eaf38d5Ben Murdoch
778591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
779591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
780591b958dee2cf159d33a0b931e6231072eaf38d5Ben MurdochLOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
781d5428f32f5d1719f774f62e19147104ca245a3abTorne (Richard Coles)LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
78253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)### Rules for final target.
78353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
78453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)LOCAL_SHARED_LIBRARIES := \
78553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	libstlport \
78653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)	libdl
78753e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
78853e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Add target alias to "gyp_all_modules" target.
78953e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles).PHONY: gyp_all_modules
79053e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)gyp_all_modules: third_party_WebKit_Source_modules_modules_gyp
79153e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
79253e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)# Alias gyp target name.
79353e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles).PHONY: modules
79453e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)modules: third_party_WebKit_Source_modules_modules_gyp
79553e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)
79653e740f4a82e17f3ae59772501622dc354e42336Torne (Richard Coles)include $(BUILD_STATIC_LIBRARY)
797