1f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# This file is generated by gyp; do not edit.
2f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
3f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liuinclude $(CLEAR_VARS)
4f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
5f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_MODULE_CLASS := STATIC_LIBRARIES
6f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_MODULE := third_party_WebKit_Source_core_webcore_html_gyp
7f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_MODULE_SUFFIX := .a
8f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
9f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liugyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
10f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liugyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
11f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
12f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Make sure our deps are built first.
13f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuGYP_TARGET_DEPENDENCIES := \
14f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(call intermediates-dir-for,GYP,third_party_WebKit_Source_core_webcore_prerequisites_gyp,,,$(GYP_VAR_PREFIX))/webcore_prerequisites.stamp \
15f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_library_gyp,,,$(GYP_VAR_PREFIX))/skia_skia_library_gyp.a
16f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
17f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuGYP_GENERATED_OUTPUTS :=
18f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
19f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Make sure our deps and generated files are built first.
20f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
21f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
22f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_GENERATED_SOURCES :=
23f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
24f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuGYP_COPIED_SOURCE_ORIGIN_DIRS :=
25f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
26f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_SRC_FILES := \
27f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/ClassList.cpp \
28f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/DOMFormData.cpp \
29f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/core/html/DocumentNameCollection.cpp \
30f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/FormAssociatedElement.cpp \
31f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/FormDataList.cpp \
32f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLAllCollection.cpp \
33f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp \
34f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLAppletElement.cpp \
35f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLAreaElement.cpp \
36f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLAudioElement.cpp \
37f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLBRElement.cpp \
38f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLBaseElement.cpp \
39f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
40f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLButtonElement.cpp \
41f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp \
42f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLCollection.cpp \
43f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLContentElement.cpp \
44f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDListElement.cpp \
45f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDataListElement.cpp \
46f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp \
47f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDialogElement.cpp \
48f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDimension.cpp \
49f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDirectoryElement.cpp \
50f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDivElement.cpp \
51f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLDocument.cpp \
52f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLElement.cpp \
53f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp \
54f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFieldSetElement.cpp \
55f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFontElement.cpp \
56f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp \
57f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.cpp \
58f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFormControlsCollection.cpp \
59f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFormElement.cpp \
60f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFrameElement.cpp \
61f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp \
62f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.cpp \
63f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLFrameSetElement.cpp \
64f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLHRElement.cpp \
65f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLHeadElement.cpp \
66f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLHeadingElement.cpp \
67f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLHtmlElement.cpp \
68f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp \
69f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLImageElement.cpp \
70f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLImageLoader.cpp \
71f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLInputElement.cpp \
72f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLKeygenElement.cpp \
73f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLLIElement.cpp \
74f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLLabelElement.cpp \
75f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLLegendElement.cpp \
76f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLLinkElement.cpp \
77f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLMapElement.cpp \
78f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp \
79f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLMediaElement.cpp \
80f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLMediaSource.cpp \
81f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLMenuElement.cpp \
82e38fbeeb576b5094e34e038ab88d9d6a5c5c2214Torne (Richard Coles)	third_party/WebKit/Source/core/html/HTMLMenuItemElement.cpp \
83f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLMeterElement.cpp \
84f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLModElement.cpp \
85f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLNameCollection.cpp \
86f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLNoEmbedElement.cpp \
87f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLNoScriptElement.cpp \
88f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLOListElement.cpp \
89f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLObjectElement.cpp \
90f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp \
91f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLOptionElement.cpp \
92f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
93f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLOutputElement.cpp \
94f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLParagraphElement.cpp \
95f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLParamElement.cpp \
96323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	third_party/WebKit/Source/core/html/HTMLPictureElement.cpp \
97f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp \
98f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLPreElement.cpp \
99f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLProgressElement.cpp \
100f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLQuoteElement.cpp \
101f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLRTElement.cpp \
102f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLRubyElement.cpp \
103f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLScriptElement.cpp \
104f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLSelectElement.cpp \
105f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLShadowElement.cpp \
106f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLSourceElement.cpp \
107f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLSpanElement.cpp \
108f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLStyleElement.cpp \
109f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp \
110f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableCaptionElement.cpp \
111f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp \
112f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableColElement.cpp \
113f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableElement.cpp \
114f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTablePartElement.cpp \
115f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableRowElement.cpp \
116f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableRowsCollection.cpp \
117f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTableSectionElement.cpp \
118197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/core/html/HTMLTagCollection.cpp \
119f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTemplateElement.cpp \
120f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp \
121f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
122f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTitleElement.cpp \
123f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLTrackElement.cpp \
124f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLUListElement.cpp \
125f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLVideoElement.cpp \
126f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLViewSourceDocument.cpp \
127f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/HTMLWBRElement.cpp \
128f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/ImageData.cpp \
129f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/ImageDocument.cpp \
130f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/LabelableElement.cpp \
131f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/LabelsNodeList.cpp \
132323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	third_party/WebKit/Source/core/html/LinkManifest.cpp \
133f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/LinkRelAttribute.cpp \
134f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/LinkResource.cpp \
135f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/MediaController.cpp \
136f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/MediaDocument.cpp \
137f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/MediaFragmentURIParser.cpp \
138f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/MediaKeyEvent.cpp \
139f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/PluginDocument.cpp \
140f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/PublicURLManager.cpp \
141f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/RadioNodeList.cpp \
142f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/TextDocument.cpp \
143f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/TimeRanges.cpp \
144f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/ValidityState.cpp \
145f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/core/html/WindowNameCollection.cpp \
146f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/ANGLEInstancedArrays.cpp \
147f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/Canvas2DContextAttributes.cpp \
148f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasContextAttributes.cpp \
149f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasGradient.cpp \
150f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasPathMethods.cpp \
151f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasPattern.cpp \
152f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp \
153f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext2D.cpp \
154f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/CanvasStyle.cpp \
155f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/DataView.cpp \
156d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	third_party/WebKit/Source/core/html/canvas/EXTBlendMinMax.cpp \
157f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/EXTFragDepth.cpp \
158f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/EXTShaderTextureLOD.cpp \
159f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/EXTTextureFilterAnisotropic.cpp \
160197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	third_party/WebKit/Source/core/html/canvas/HitRegion.cpp \
161f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESElementIndexUint.cpp \
162f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESStandardDerivatives.cpp \
163f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESTextureFloat.cpp \
164f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESTextureFloatLinear.cpp \
165f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESTextureHalfFloat.cpp \
166f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESTextureHalfFloatLinear.cpp \
167f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/OESVertexArrayObject.cpp \
168f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLBuffer.cpp \
169f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp \
170f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureETC1.cpp \
171f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLCompressedTexturePVRTC.cpp \
172f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureS3TC.cpp \
173f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLContextAttributes.cpp \
174f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLContextEvent.cpp \
175f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLContextGroup.cpp \
176f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLContextObject.cpp \
177f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLDebugRendererInfo.cpp \
178f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLDebugShaders.cpp \
179f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLDepthTexture.cpp \
180f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLDrawBuffers.cpp \
181f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLExtension.cpp \
182f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLFramebuffer.cpp \
183f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLGetInfo.cpp \
184f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLLoseContext.cpp \
185f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLObject.cpp \
186f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLProgram.cpp \
187f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLRenderbuffer.cpp \
188f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLRenderingContext.cpp \
189f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLRenderingContextBase.cpp \
190f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLShader.cpp \
191f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLShaderPrecisionFormat.cpp \
192f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLSharedObject.cpp \
193c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	third_party/WebKit/Source/core/html/canvas/WebGLSharedWebGraphicsContext3D.cpp \
194f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLTexture.cpp \
195f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLUniformLocation.cpp \
196f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp \
197f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp \
198f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp \
199f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp \
200f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.cpp \
201f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseDateAndTimeInputType.cpp \
202f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp \
203f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp \
204f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/ButtonInputType.cpp \
205f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp \
2067242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/core/html/forms/ColorChooser.cpp \
2077242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
208f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/ColorInputType.cpp \
209f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/DateInputType.cpp \
2107242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/core/html/forms/DateTimeChooser.cpp \
2117242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/core/html/forms/DateTimeChooserClient.cpp \
212f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/DateTimeFieldsState.cpp \
213f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.cpp \
214f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/EmailInputType.cpp \
215f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/FileInputType.cpp \
216f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/FormController.cpp \
217f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/HiddenInputType.cpp \
218f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/ImageInputType.cpp \
219f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/InputType.cpp \
220f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/InputTypeView.cpp \
221f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/MonthInputType.cpp \
222f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/NumberInputType.cpp \
223f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/PasswordInputType.cpp \
224f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/RadioButtonGroupScope.cpp \
225f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/RadioInputType.cpp \
226f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/RangeInputType.cpp \
227f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/ResetInputType.cpp \
228f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/SearchInputType.cpp \
229f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/StepRange.cpp \
230f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/SubmitInputType.cpp \
231f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/TelephoneInputType.cpp \
232f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp \
233f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/TextInputType.cpp \
234f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/TimeInputType.cpp \
235f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/TypeAhead.cpp \
236f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/URLInputType.cpp \
237f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/forms/WeekInputType.cpp \
238f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/ime/InputMethodContext.cpp \
239f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
240f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/imports/HTMLImportChild.cpp \
241f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
242f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/imports/HTMLImportStateResolver.cpp \
243f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp \
244f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/imports/HTMLImportsController.cpp \
245f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/imports/LinkImport.cpp \
246f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
247f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
248f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
249f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
250f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
251f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
252f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
253f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
254f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
255f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp \
256f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLMetaCharsetParser.cpp \
257f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLParserIdioms.cpp \
258f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLParserOptions.cpp \
259f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp \
260f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp \
261f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp \
262f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp \
263f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.cpp \
264f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLSourceTracker.cpp \
265f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp \
266f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLTokenizer.cpp \
267f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp \
268f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLTreeBuilderSimulator.cpp \
269f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/HTMLViewSourceParser.cpp \
270f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/TextDocumentParser.cpp \
271f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/TextResourceDecoder.cpp \
272f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp \
273f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp \
274f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/ClearButtonElement.cpp \
275f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp \
276f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp \
277f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/DateTimeFieldElements.cpp \
278f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/DateTimeNumericFieldElement.cpp \
279f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp \
280f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/DetailsMarkerControl.cpp \
281f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/MediaControlElementTypes.cpp \
282f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp \
283f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/MediaControls.cpp \
284f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/MeterShadowElement.cpp \
285f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/PickerIndicatorElement.cpp \
2867242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	third_party/WebKit/Source/core/html/shadow/PluginPlaceholderElement.cpp \
287f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp \
288f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp \
289f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp \
290f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp \
291f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp \
2925d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/core/html/track/AudioTrack.cpp \
2935d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/core/html/track/AudioTrackList.cpp \
294f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/InbandTextTrack.cpp \
295f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/LoadableTextTrack.cpp \
296f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/TextTrack.cpp \
297f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/TextTrackCue.cpp \
298f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp \
299f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/TextTrackList.cpp \
300f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/TrackBase.cpp \
301f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/TrackEvent.cpp \
3025d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/core/html/track/VideoTrack.cpp \
3035d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	third_party/WebKit/Source/core/html/track/VideoTrackList.cpp \
304f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/BufferedLineReader.cpp \
305f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp \
306f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTElement.cpp \
307f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp \
308f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp \
309f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.cpp \
310f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTScanner.cpp \
311f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	third_party/WebKit/Source/core/html/track/vtt/VTTTokenizer.cpp
312f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
313f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
314f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Flags passed to both C and C++ files.
315f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuMY_CFLAGS_Debug := \
316f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	--param=ssp-buffer-size=4 \
317f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Werror \
318f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-strict-aliasing \
319f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wall \
320f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-unused-parameter \
321f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-missing-field-initializers \
322f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fvisibility=hidden \
323f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-pipe \
324f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fPIC \
325f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-unused-local-typedefs \
326f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-ffunction-sections \
327f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-funwind-tables \
328f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-g \
329f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-short-enums \
330f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-finline-limit=64 \
331f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wa,--noexecstack \
332f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-U_FORTIFY_SOURCE \
333f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-extra \
334f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-ignored-qualifiers \
335f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-type-limits \
336f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-unused-but-set-variable \
337f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Os \
338f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-g \
3397242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-gdwarf-4 \
340f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fdata-sections \
341f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-ffunction-sections \
342f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-funwind-tables
343f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
344f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuMY_DEFS_Debug := \
345f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DV8_DEPRECATION_WARNINGS' \
346f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D_FILE_OFFSET_BITS=64' \
347f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DNO_TCMALLOC' \
348f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DDISABLE_NACL' \
349f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROMIUM_BUILD' \
350f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_LIBJPEG_TURBO=1' \
351f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_WEBRTC=1' \
352f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_PROPRIETARY_CODECS' \
3535d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
354f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_CONFIGURATION_POLICY' \
355f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
356f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
357f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_EGLIMAGE=1' \
358f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCLD_VERSION=1' \
359f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_PRINTING=1' \
360f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_MANAGED_USERS=1' \
361d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
3627242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
3637242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
364d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
365d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
36676c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
367f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
3687242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
369f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DBLINK_IMPLEMENTATION=1' \
370f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DINSIDE_BLINK' \
371f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_SVG_FONTS=1' \
372f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
373197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
374197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	'-DENABLE_WEB_AUDIO=1' \
375f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_OPENTYPE_VERTICAL=1' \
376f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DU_USING_ICU_NAMESPACE=0' \
377c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
378f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_ENABLE_INST_COUNT=0' \
379f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_SUPPORT_GPU=1' \
380f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
381f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
382f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
383f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DGR_GL_IGNORE_ES3_MSAA=0' \
384f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
3857242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
386f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_BUILD_FOR_ANDROID' \
387f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_USE_POSIX_THREADS' \
388f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
389fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
390f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROME_PNG_WRITE_SUPPORT' \
391f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DPNG_USER_CONFIG' \
392f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROME_PNG_READ_PACK_SUPPORT' \
393f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DLIBXML_STATIC' \
394f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DLIBXSLT_STATIC' \
395f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_OPENSSL=1' \
396f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_OPENSSL_CERTS=1' \
397f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D__STDC_CONSTANT_MACROS' \
398f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D__STDC_FORMAT_MACROS' \
399f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DANDROID' \
400f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D__GNU_SOURCE=1' \
401f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_STLPORT=1' \
402f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
403f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROME_BUILD_ID=""' \
404f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
405f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
406f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D_DEBUG'
407f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
408f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
409f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Include paths placed before CFLAGS/CPPFLAGS
410f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_C_INCLUDES_Debug := \
411f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
412f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
4135d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
414f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/WebKit/Source \
415f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH) \
416f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/skia/config \
417f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/khronos \
418f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/gpu \
4195d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
420197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	$(LOCAL_PATH)/third_party/openmax_dl \
421f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/angle/include \
422c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
423c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
424f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
425f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/src/core \
426f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/core \
427f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/effects \
428f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/pdf \
429f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/gpu \
430f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/lazy \
431f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/pathops \
432f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/pipe \
433f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/ports \
434f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/utils \
435f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/skia/ext \
436f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/iccjpeg \
437f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libpng \
438f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libwebp \
439f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libxml/linux/include \
440f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libxml/src/include \
441f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libxslt \
442f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/npapi \
443f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/npapi/bindings \
444f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/ots/include \
445f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/qcms/src \
446f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/sqlite \
447f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/zlib \
448f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/v8/include \
449f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(PWD)/frameworks/wilhelm/include \
450f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(PWD)/bionic \
451f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(PWD)/external/stlport/stlport
452f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
453f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
454f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Flags passed to only C++ (and not C) files.
455f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_CPPFLAGS_Debug := \
4567242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
457f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-rtti \
458f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-threadsafe-statics \
459f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fvisibility-inlines-hidden \
460f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wsign-compare \
461f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-c++0x-compat \
462197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
463197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
464197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
465f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-non-virtual-dtor \
466f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-sign-promo
467f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
468f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
469f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Flags passed to both C and C++ files.
470f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuMY_CFLAGS_Release := \
471f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	--param=ssp-buffer-size=4 \
472f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Werror \
473f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-strict-aliasing \
474f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wall \
475f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-unused-parameter \
476f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-missing-field-initializers \
477f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fvisibility=hidden \
478f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-pipe \
479f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fPIC \
480f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-unused-local-typedefs \
481f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-ffunction-sections \
482f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-funwind-tables \
483f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-g \
484f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-short-enums \
485f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-finline-limit=64 \
486f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wa,--noexecstack \
487f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-U_FORTIFY_SOURCE \
488f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-extra \
489f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-ignored-qualifiers \
490f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-type-limits \
491f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-unused-but-set-variable \
492f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Os \
493f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-ident \
494f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fdata-sections \
495f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-ffunction-sections \
496f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-funwind-tables
497f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
498f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuMY_DEFS_Release := \
499f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DV8_DEPRECATION_WARNINGS' \
500f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D_FILE_OFFSET_BITS=64' \
501f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DNO_TCMALLOC' \
502f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DDISABLE_NACL' \
503f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROMIUM_BUILD' \
504f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_LIBJPEG_TURBO=1' \
505f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_WEBRTC=1' \
506f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_PROPRIETARY_CODECS' \
5075d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	'-DENABLE_BROWSER_CDMS' \
508f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_CONFIGURATION_POLICY' \
509f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
510f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
511f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_EGLIMAGE=1' \
512f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCLD_VERSION=1' \
513f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_PRINTING=1' \
514f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_MANAGED_USERS=1' \
515d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
5167242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
5177242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
518d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
519d6cdb82654e8f3343a693ca752d5c4cee0324e17Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
52076c265b59aa821ccbf8c75ab2bb0d036e97d2956Torne (Richard Coles)	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
521f523d2789ac2f83c4eca0ee4d5161bfdb5f2d052Torne (Richard Coles)	'-DVIDEO_HOLE=1' \
5227242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
523f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DBLINK_IMPLEMENTATION=1' \
524f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DINSIDE_BLINK' \
525f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_SVG_FONTS=1' \
526f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
527197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
528197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	'-DENABLE_WEB_AUDIO=1' \
529f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DENABLE_OPENTYPE_VERTICAL=1' \
530f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DU_USING_ICU_NAMESPACE=0' \
531c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	'-DU_ENABLE_DYLOAD=0' \
532f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_ENABLE_INST_COUNT=0' \
533f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_SUPPORT_GPU=1' \
534f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
535f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
536f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
537f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DGR_GL_IGNORE_ES3_MSAA=0' \
538f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
5397242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
540f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_BUILD_FOR_ANDROID' \
541f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_USE_POSIX_THREADS' \
542f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
543fdbb120d0a4a87db74bcb608de226c85a7d1c920Ben Murdoch	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
544f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROME_PNG_WRITE_SUPPORT' \
545f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DPNG_USER_CONFIG' \
546f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROME_PNG_READ_PACK_SUPPORT' \
547f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DLIBXML_STATIC' \
548f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DLIBXSLT_STATIC' \
549f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_OPENSSL=1' \
550f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_OPENSSL_CERTS=1' \
551f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D__STDC_CONSTANT_MACROS' \
552f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D__STDC_FORMAT_MACROS' \
553f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DANDROID' \
554f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D__GNU_SOURCE=1' \
555f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DUSE_STLPORT=1' \
556f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
557f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DCHROME_BUILD_ID=""' \
558f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DNDEBUG' \
559f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DNVALGRIND' \
560f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
561f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	'-D_FORTIFY_SOURCE=2'
562f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
563f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
564f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Include paths placed before CFLAGS/CPPFLAGS
565f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_C_INCLUDES_Release := \
566f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
567f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
5685d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir) \
569f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/WebKit/Source \
570f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH) \
571f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/skia/config \
572f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/khronos \
573f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/gpu \
5745d92fedcae5e801a8b224de090094f2d9df0b54aTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/blink \
575197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	$(LOCAL_PATH)/third_party/openmax_dl \
576f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/angle/include \
577c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/common \
578c1847b1379d12d0e05df27436bf19a9b1bf12deaTorne (Richard Coles)	$(PWD)/external/icu/icu4c/source/i18n \
579f6b7aed3f7ce69aca0d7a032d144cbd088b04393Torne (Richard Coles)	$(LOCAL_PATH)/third_party/WebKit \
580f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/src/core \
581f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/core \
582f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/effects \
583f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/pdf \
584f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/gpu \
585f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/lazy \
586f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/pathops \
587f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/pipe \
588f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/ports \
589f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/skia/include/utils \
590f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/skia/ext \
591f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/iccjpeg \
592f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libpng \
593f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libwebp \
594f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libxml/linux/include \
595f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libxml/src/include \
596f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/libxslt \
597f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/npapi \
598f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/npapi/bindings \
599f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/ots/include \
600f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/qcms/src \
601f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/sqlite \
602f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/third_party/zlib \
603f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(LOCAL_PATH)/v8/include \
604f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(PWD)/frameworks/wilhelm/include \
605f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(PWD)/bionic \
606f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	$(PWD)/external/stlport/stlport
607f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
608f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
609f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Flags passed to only C++ (and not C) files.
610f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_CPPFLAGS_Release := \
6117242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	-fno-exceptions \
612f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-rtti \
613f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fno-threadsafe-statics \
614f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-fvisibility-inlines-hidden \
615f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wsign-compare \
616f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-c++0x-compat \
617197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-std=gnu++11 \
618197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-narrowing \
619197021e6b966cfb06891637935ef33fff06433d1Ben Murdoch	-Wno-literal-suffix \
620f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-non-virtual-dtor \
621f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	-Wno-sign-promo
622f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
623f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
624f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
625f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
626f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
627f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_ASFLAGS := $(LOCAL_CFLAGS)
628f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu### Rules for final target.
629f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
630f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo LiuLOCAL_SHARED_LIBRARIES := \
631f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	libstlport \
632f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu	libdl
633f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
634f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Add target alias to "gyp_all_modules" target.
635f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu.PHONY: gyp_all_modules
636f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liugyp_all_modules: third_party_WebKit_Source_core_webcore_html_gyp
637f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
638f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu# Alias gyp target name.
639f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu.PHONY: webcore_html
640f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liuwebcore_html: third_party_WebKit_Source_core_webcore_html_gyp
641f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liu
642f91f5fa1608c2cdd9af1842fb5dadbe78275be2aBo Liuinclude $(BUILD_STATIC_LIBRARY)
643