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