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_rendering_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/rendering/AbstractInlineTextBox.cpp \
28	third_party/WebKit/Source/core/rendering/AutoTableLayout.cpp \
29	third_party/WebKit/Source/core/rendering/BidiRunForLine.cpp \
30	third_party/WebKit/Source/core/rendering/ClipRect.cpp \
31	third_party/WebKit/Source/core/rendering/CounterNode.cpp \
32	third_party/WebKit/Source/core/rendering/EllipsisBox.cpp \
33	third_party/WebKit/Source/core/rendering/FilterEffectRenderer.cpp \
34	third_party/WebKit/Source/core/rendering/FixedTableLayout.cpp \
35	third_party/WebKit/Source/core/rendering/FloatingObjects.cpp \
36	third_party/WebKit/Source/core/rendering/FlowThreadController.cpp \
37	third_party/WebKit/Source/core/rendering/GraphicsContextAnnotator.cpp \
38	third_party/WebKit/Source/core/rendering/HitTestLocation.cpp \
39	third_party/WebKit/Source/core/rendering/HitTestResult.cpp \
40	third_party/WebKit/Source/core/rendering/HitTestingTransformState.cpp \
41	third_party/WebKit/Source/core/rendering/ImageQualityController.cpp \
42	third_party/WebKit/Source/core/rendering/InlineBox.cpp \
43	third_party/WebKit/Source/core/rendering/InlineFlowBox.cpp \
44	third_party/WebKit/Source/core/rendering/InlineTextBox.cpp \
45	third_party/WebKit/Source/core/rendering/LayoutState.cpp \
46	third_party/WebKit/Source/core/rendering/OrderIterator.cpp \
47	third_party/WebKit/Source/core/rendering/PaintInvalidationState.cpp \
48	third_party/WebKit/Source/core/rendering/PointerEventsHitRules.cpp \
49	third_party/WebKit/Source/core/rendering/RenderApplet.cpp \
50	third_party/WebKit/Source/core/rendering/RenderBR.cpp \
51	third_party/WebKit/Source/core/rendering/RenderBlock.cpp \
52	third_party/WebKit/Source/core/rendering/RenderBlockFlow.cpp \
53	third_party/WebKit/Source/core/rendering/RenderBlockLineLayout.cpp \
54	third_party/WebKit/Source/core/rendering/RenderBox.cpp \
55	third_party/WebKit/Source/core/rendering/RenderBoxModelObject.cpp \
56	third_party/WebKit/Source/core/rendering/RenderButton.cpp \
57	third_party/WebKit/Source/core/rendering/RenderCombineText.cpp \
58	third_party/WebKit/Source/core/rendering/RenderCounter.cpp \
59	third_party/WebKit/Source/core/rendering/RenderDeprecatedFlexibleBox.cpp \
60	third_party/WebKit/Source/core/rendering/RenderDetailsMarker.cpp \
61	third_party/WebKit/Source/core/rendering/RenderEmbeddedObject.cpp \
62	third_party/WebKit/Source/core/rendering/RenderFieldset.cpp \
63	third_party/WebKit/Source/core/rendering/RenderFileUploadControl.cpp \
64	third_party/WebKit/Source/core/rendering/RenderFlexibleBox.cpp \
65	third_party/WebKit/Source/core/rendering/RenderFlowThread.cpp \
66	third_party/WebKit/Source/core/rendering/RenderFrame.cpp \
67	third_party/WebKit/Source/core/rendering/RenderFrameSet.cpp \
68	third_party/WebKit/Source/core/rendering/RenderFullScreen.cpp \
69	third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
70	third_party/WebKit/Source/core/rendering/RenderGrid.cpp \
71	third_party/WebKit/Source/core/rendering/RenderHTMLCanvas.cpp \
72	third_party/WebKit/Source/core/rendering/RenderIFrame.cpp \
73	third_party/WebKit/Source/core/rendering/RenderImage.cpp \
74	third_party/WebKit/Source/core/rendering/RenderImageResource.cpp \
75	third_party/WebKit/Source/core/rendering/RenderImageResourceStyleImage.cpp \
76	third_party/WebKit/Source/core/rendering/RenderInline.cpp \
77	third_party/WebKit/Source/core/rendering/RenderLayer.cpp \
78	third_party/WebKit/Source/core/rendering/RenderLayerClipper.cpp \
79	third_party/WebKit/Source/core/rendering/RenderLayerFilterInfo.cpp \
80	third_party/WebKit/Source/core/rendering/RenderLayerModelObject.cpp \
81	third_party/WebKit/Source/core/rendering/RenderLayerReflectionInfo.cpp \
82	third_party/WebKit/Source/core/rendering/RenderLayerScrollableArea.cpp \
83	third_party/WebKit/Source/core/rendering/RenderLayerStackingNode.cpp \
84	third_party/WebKit/Source/core/rendering/RenderLayerStackingNodeIterator.cpp \
85	third_party/WebKit/Source/core/rendering/RenderLineBoxList.cpp \
86	third_party/WebKit/Source/core/rendering/RenderListBox.cpp \
87	third_party/WebKit/Source/core/rendering/RenderListItem.cpp \
88	third_party/WebKit/Source/core/rendering/RenderListMarker.cpp \
89	third_party/WebKit/Source/core/rendering/RenderMarquee.cpp \
90	third_party/WebKit/Source/core/rendering/RenderMedia.cpp \
91	third_party/WebKit/Source/core/rendering/RenderMediaControlElements.cpp \
92	third_party/WebKit/Source/core/rendering/RenderMediaControls.cpp \
93	third_party/WebKit/Source/core/rendering/RenderMenuList.cpp \
94	third_party/WebKit/Source/core/rendering/RenderMeter.cpp \
95	third_party/WebKit/Source/core/rendering/RenderMultiColumnFlowThread.cpp \
96	third_party/WebKit/Source/core/rendering/RenderMultiColumnSet.cpp \
97	third_party/WebKit/Source/core/rendering/RenderObject.cpp \
98	third_party/WebKit/Source/core/rendering/RenderObjectChildList.cpp \
99	third_party/WebKit/Source/core/rendering/RenderPagedFlowThread.cpp \
100	third_party/WebKit/Source/core/rendering/RenderPart.cpp \
101	third_party/WebKit/Source/core/rendering/RenderProgress.cpp \
102	third_party/WebKit/Source/core/rendering/RenderQuote.cpp \
103	third_party/WebKit/Source/core/rendering/RenderRegion.cpp \
104	third_party/WebKit/Source/core/rendering/RenderReplaced.cpp \
105	third_party/WebKit/Source/core/rendering/RenderReplica.cpp \
106	third_party/WebKit/Source/core/rendering/RenderRuby.cpp \
107	third_party/WebKit/Source/core/rendering/RenderRubyBase.cpp \
108	third_party/WebKit/Source/core/rendering/RenderRubyRun.cpp \
109	third_party/WebKit/Source/core/rendering/RenderRubyText.cpp \
110	third_party/WebKit/Source/core/rendering/RenderScrollbar.cpp \
111	third_party/WebKit/Source/core/rendering/RenderScrollbarPart.cpp \
112	third_party/WebKit/Source/core/rendering/RenderScrollbarTheme.cpp \
113	third_party/WebKit/Source/core/rendering/RenderSearchField.cpp \
114	third_party/WebKit/Source/core/rendering/RenderSlider.cpp \
115	third_party/WebKit/Source/core/rendering/RenderSliderContainer.cpp \
116	third_party/WebKit/Source/core/rendering/RenderSliderThumb.cpp \
117	third_party/WebKit/Source/core/rendering/RenderTable.cpp \
118	third_party/WebKit/Source/core/rendering/RenderTableCaption.cpp \
119	third_party/WebKit/Source/core/rendering/RenderTableCell.cpp \
120	third_party/WebKit/Source/core/rendering/RenderTableCol.cpp \
121	third_party/WebKit/Source/core/rendering/RenderTableRow.cpp \
122	third_party/WebKit/Source/core/rendering/RenderTableSection.cpp \
123	third_party/WebKit/Source/core/rendering/RenderText.cpp \
124	third_party/WebKit/Source/core/rendering/RenderTextControl.cpp \
125	third_party/WebKit/Source/core/rendering/RenderTextControlMultiLine.cpp \
126	third_party/WebKit/Source/core/rendering/RenderTextControlSingleLine.cpp \
127	third_party/WebKit/Source/core/rendering/RenderTextFragment.cpp \
128	third_party/WebKit/Source/core/rendering/RenderTheme.cpp \
129	third_party/WebKit/Source/core/rendering/RenderThemeChromiumAndroid.cpp \
130	third_party/WebKit/Source/core/rendering/RenderThemeChromiumDefault.cpp \
131	third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProvider.cpp \
132	third_party/WebKit/Source/core/rendering/RenderThemeChromiumFontProviderLinux.cpp \
133	third_party/WebKit/Source/core/rendering/RenderThemeChromiumSkia.cpp \
134	third_party/WebKit/Source/core/rendering/RenderTreeAsText.cpp \
135	third_party/WebKit/Source/core/rendering/RenderVTTCue.cpp \
136	third_party/WebKit/Source/core/rendering/RenderVideo.cpp \
137	third_party/WebKit/Source/core/rendering/RenderView.cpp \
138	third_party/WebKit/Source/core/rendering/RenderWidget.cpp \
139	third_party/WebKit/Source/core/rendering/RenderWordBreak.cpp \
140	third_party/WebKit/Source/core/rendering/RootInlineBox.cpp \
141	third_party/WebKit/Source/core/rendering/ScrollAlignment.cpp \
142	third_party/WebKit/Source/core/rendering/SubtreeLayoutScope.cpp \
143	third_party/WebKit/Source/core/rendering/TextAutosizer.cpp \
144	third_party/WebKit/Source/core/rendering/TextPainter.cpp \
145	third_party/WebKit/Source/core/rendering/TextRunConstructor.cpp \
146	third_party/WebKit/Source/core/rendering/break_lines.cpp \
147	third_party/WebKit/Source/core/rendering/compositing/CompositedLayerMapping.cpp \
148	third_party/WebKit/Source/core/rendering/compositing/CompositingInputsUpdater.cpp \
149	third_party/WebKit/Source/core/rendering/compositing/CompositingLayerAssigner.cpp \
150	third_party/WebKit/Source/core/rendering/compositing/CompositingReasonFinder.cpp \
151	third_party/WebKit/Source/core/rendering/compositing/CompositingRequirementsUpdater.cpp \
152	third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerTreeBuilder.cpp \
153	third_party/WebKit/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp \
154	third_party/WebKit/Source/core/rendering/compositing/RenderLayerCompositor.cpp \
155	third_party/WebKit/Source/core/rendering/line/BreakingContext.cpp \
156	third_party/WebKit/Source/core/rendering/line/LineBreaker.cpp \
157	third_party/WebKit/Source/core/rendering/line/LineWidth.cpp \
158	third_party/WebKit/Source/core/rendering/line/TrailingObjects.cpp \
159	third_party/WebKit/Source/core/rendering/shapes/BoxShape.cpp \
160	third_party/WebKit/Source/core/rendering/shapes/PolygonShape.cpp \
161	third_party/WebKit/Source/core/rendering/shapes/RasterShape.cpp \
162	third_party/WebKit/Source/core/rendering/shapes/RectangleShape.cpp \
163	third_party/WebKit/Source/core/rendering/shapes/Shape.cpp \
164	third_party/WebKit/Source/core/rendering/shapes/ShapeOutsideInfo.cpp \
165	third_party/WebKit/Source/core/rendering/style/AppliedTextDecoration.cpp \
166	third_party/WebKit/Source/core/rendering/style/BasicShapes.cpp \
167	third_party/WebKit/Source/core/rendering/style/BorderEdge.cpp \
168	third_party/WebKit/Source/core/rendering/style/ContentData.cpp \
169	third_party/WebKit/Source/core/rendering/style/CounterDirectives.cpp \
170	third_party/WebKit/Source/core/rendering/style/FillLayer.cpp \
171	third_party/WebKit/Source/core/rendering/style/GridResolvedPosition.cpp \
172	third_party/WebKit/Source/core/rendering/style/KeyframeList.cpp \
173	third_party/WebKit/Source/core/rendering/style/NinePieceImage.cpp \
174	third_party/WebKit/Source/core/rendering/style/QuotesData.cpp \
175	third_party/WebKit/Source/core/rendering/style/RenderStyle.cpp \
176	third_party/WebKit/Source/core/rendering/style/ShadowData.cpp \
177	third_party/WebKit/Source/core/rendering/style/ShadowList.cpp \
178	third_party/WebKit/Source/core/rendering/style/StyleBackgroundData.cpp \
179	third_party/WebKit/Source/core/rendering/style/StyleBoxData.cpp \
180	third_party/WebKit/Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.cpp \
181	third_party/WebKit/Source/core/rendering/style/StyleFetchedImage.cpp \
182	third_party/WebKit/Source/core/rendering/style/StyleFetchedImageSet.cpp \
183	third_party/WebKit/Source/core/rendering/style/StyleFilterData.cpp \
184	third_party/WebKit/Source/core/rendering/style/StyleFlexibleBoxData.cpp \
185	third_party/WebKit/Source/core/rendering/style/StyleGeneratedImage.cpp \
186	third_party/WebKit/Source/core/rendering/style/StyleGridData.cpp \
187	third_party/WebKit/Source/core/rendering/style/StyleGridItemData.cpp \
188	third_party/WebKit/Source/core/rendering/style/StyleInheritedData.cpp \
189	third_party/WebKit/Source/core/rendering/style/StyleMarqueeData.cpp \
190	third_party/WebKit/Source/core/rendering/style/StyleMultiColData.cpp \
191	third_party/WebKit/Source/core/rendering/style/StyleRareInheritedData.cpp \
192	third_party/WebKit/Source/core/rendering/style/StyleRareNonInheritedData.cpp \
193	third_party/WebKit/Source/core/rendering/style/StyleSurroundData.cpp \
194	third_party/WebKit/Source/core/rendering/style/StyleTransformData.cpp \
195	third_party/WebKit/Source/core/rendering/style/StyleVisualData.cpp \
196	third_party/WebKit/Source/core/rendering/style/StyleWillChangeData.cpp
197
198
199# Flags passed to both C and C++ files.
200MY_CFLAGS_Debug := \
201	-fstack-protector \
202	--param=ssp-buffer-size=4 \
203	-Werror \
204	-fno-strict-aliasing \
205	-Wall \
206	-Wno-unused-parameter \
207	-Wno-missing-field-initializers \
208	-fvisibility=hidden \
209	-pipe \
210	-fPIC \
211	-Wno-unused-local-typedefs \
212	-m64 \
213	-march=x86-64 \
214	-ffunction-sections \
215	-funwind-tables \
216	-g \
217	-fstack-protector \
218	-fno-short-enums \
219	-finline-limit=64 \
220	-Wa,--noexecstack \
221	-U_FORTIFY_SOURCE \
222	-Wno-extra \
223	-Wno-ignored-qualifiers \
224	-Wno-type-limits \
225	-Wno-unused-but-set-variable \
226	-Os \
227	-g \
228	-gdwarf-4 \
229	-fdata-sections \
230	-ffunction-sections \
231	-fomit-frame-pointer \
232	-funwind-tables
233
234MY_DEFS_Debug := \
235	'-DV8_DEPRECATION_WARNINGS' \
236	'-D_FILE_OFFSET_BITS=64' \
237	'-DNO_TCMALLOC' \
238	'-DDISABLE_NACL' \
239	'-DCHROMIUM_BUILD' \
240	'-DUSE_LIBJPEG_TURBO=1' \
241	'-DENABLE_WEBRTC=1' \
242	'-DUSE_PROPRIETARY_CODECS' \
243	'-DENABLE_BROWSER_CDMS' \
244	'-DENABLE_CONFIGURATION_POLICY' \
245	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
246	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
247	'-DENABLE_EGLIMAGE=1' \
248	'-DCLD_VERSION=1' \
249	'-DENABLE_PRINTING=1' \
250	'-DENABLE_MANAGED_USERS=1' \
251	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
252	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
253	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
254	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
255	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
256	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
257	'-DVIDEO_HOLE=1' \
258	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
259	'-DBLINK_IMPLEMENTATION=1' \
260	'-DINSIDE_BLINK' \
261	'-DENABLE_SVG_FONTS=1' \
262	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
263	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
264	'-DENABLE_WEB_AUDIO=1' \
265	'-DENABLE_OPENTYPE_VERTICAL=1' \
266	'-DU_USING_ICU_NAMESPACE=0' \
267	'-DU_ENABLE_DYLOAD=0' \
268	'-DSK_ENABLE_INST_COUNT=0' \
269	'-DSK_SUPPORT_GPU=1' \
270	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
271	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
272	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
273	'-DGR_GL_IGNORE_ES3_MSAA=0' \
274	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
275	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
276	'-DSK_BUILD_FOR_ANDROID' \
277	'-DSK_USE_POSIX_THREADS' \
278	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
279	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
280	'-DCHROME_PNG_WRITE_SUPPORT' \
281	'-DPNG_USER_CONFIG' \
282	'-DCHROME_PNG_READ_PACK_SUPPORT' \
283	'-DLIBXML_STATIC' \
284	'-DLIBXSLT_STATIC' \
285	'-DUSE_OPENSSL=1' \
286	'-DUSE_OPENSSL_CERTS=1' \
287	'-D__STDC_CONSTANT_MACROS' \
288	'-D__STDC_FORMAT_MACROS' \
289	'-DANDROID' \
290	'-D__GNU_SOURCE=1' \
291	'-DUSE_STLPORT=1' \
292	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
293	'-DCHROME_BUILD_ID=""' \
294	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
295	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
296	'-D_DEBUG'
297
298
299# Include paths placed before CFLAGS/CPPFLAGS
300LOCAL_C_INCLUDES_Debug := \
301	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
302	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
303	$(gyp_shared_intermediate_dir) \
304	$(LOCAL_PATH)/third_party/WebKit/Source \
305	$(LOCAL_PATH) \
306	$(LOCAL_PATH)/skia/config \
307	$(LOCAL_PATH)/third_party/khronos \
308	$(LOCAL_PATH)/gpu \
309	$(gyp_shared_intermediate_dir)/blink \
310	$(LOCAL_PATH)/third_party/openmax_dl \
311	$(LOCAL_PATH)/third_party/angle/include \
312	$(PWD)/external/icu/icu4c/source/common \
313	$(PWD)/external/icu/icu4c/source/i18n \
314	$(LOCAL_PATH)/third_party/WebKit \
315	$(LOCAL_PATH)/third_party/skia/src/core \
316	$(LOCAL_PATH)/third_party/skia/include/core \
317	$(LOCAL_PATH)/third_party/skia/include/effects \
318	$(LOCAL_PATH)/third_party/skia/include/pdf \
319	$(LOCAL_PATH)/third_party/skia/include/gpu \
320	$(LOCAL_PATH)/third_party/skia/include/lazy \
321	$(LOCAL_PATH)/third_party/skia/include/pathops \
322	$(LOCAL_PATH)/third_party/skia/include/pipe \
323	$(LOCAL_PATH)/third_party/skia/include/ports \
324	$(LOCAL_PATH)/third_party/skia/include/utils \
325	$(LOCAL_PATH)/skia/ext \
326	$(LOCAL_PATH)/third_party/iccjpeg \
327	$(LOCAL_PATH)/third_party/libpng \
328	$(LOCAL_PATH)/third_party/libwebp \
329	$(LOCAL_PATH)/third_party/libxml/linux/include \
330	$(LOCAL_PATH)/third_party/libxml/src/include \
331	$(LOCAL_PATH)/third_party/libxslt \
332	$(LOCAL_PATH)/third_party/npapi \
333	$(LOCAL_PATH)/third_party/npapi/bindings \
334	$(LOCAL_PATH)/third_party/ots/include \
335	$(LOCAL_PATH)/third_party/qcms/src \
336	$(LOCAL_PATH)/third_party/sqlite \
337	$(LOCAL_PATH)/third_party/zlib \
338	$(LOCAL_PATH)/v8/include \
339	$(PWD)/frameworks/wilhelm/include \
340	$(PWD)/bionic \
341	$(PWD)/external/stlport/stlport
342
343
344# Flags passed to only C++ (and not C) files.
345LOCAL_CPPFLAGS_Debug := \
346	-fno-exceptions \
347	-fno-rtti \
348	-fno-threadsafe-statics \
349	-fvisibility-inlines-hidden \
350	-Wsign-compare \
351	-Wno-c++0x-compat \
352	-std=gnu++11 \
353	-Wno-narrowing \
354	-Wno-literal-suffix \
355	-Wno-non-virtual-dtor \
356	-Wno-sign-promo
357
358
359# Flags passed to both C and C++ files.
360MY_CFLAGS_Release := \
361	-fstack-protector \
362	--param=ssp-buffer-size=4 \
363	-Werror \
364	-fno-strict-aliasing \
365	-Wall \
366	-Wno-unused-parameter \
367	-Wno-missing-field-initializers \
368	-fvisibility=hidden \
369	-pipe \
370	-fPIC \
371	-Wno-unused-local-typedefs \
372	-m64 \
373	-march=x86-64 \
374	-ffunction-sections \
375	-funwind-tables \
376	-g \
377	-fstack-protector \
378	-fno-short-enums \
379	-finline-limit=64 \
380	-Wa,--noexecstack \
381	-U_FORTIFY_SOURCE \
382	-Wno-extra \
383	-Wno-ignored-qualifiers \
384	-Wno-type-limits \
385	-Wno-unused-but-set-variable \
386	-Os \
387	-fno-ident \
388	-fdata-sections \
389	-ffunction-sections \
390	-fomit-frame-pointer \
391	-funwind-tables
392
393MY_DEFS_Release := \
394	'-DV8_DEPRECATION_WARNINGS' \
395	'-D_FILE_OFFSET_BITS=64' \
396	'-DNO_TCMALLOC' \
397	'-DDISABLE_NACL' \
398	'-DCHROMIUM_BUILD' \
399	'-DUSE_LIBJPEG_TURBO=1' \
400	'-DENABLE_WEBRTC=1' \
401	'-DUSE_PROPRIETARY_CODECS' \
402	'-DENABLE_BROWSER_CDMS' \
403	'-DENABLE_CONFIGURATION_POLICY' \
404	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
405	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
406	'-DENABLE_EGLIMAGE=1' \
407	'-DCLD_VERSION=1' \
408	'-DENABLE_PRINTING=1' \
409	'-DENABLE_MANAGED_USERS=1' \
410	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
411	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
412	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
413	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
414	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
415	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
416	'-DVIDEO_HOLE=1' \
417	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
418	'-DBLINK_IMPLEMENTATION=1' \
419	'-DINSIDE_BLINK' \
420	'-DENABLE_SVG_FONTS=1' \
421	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
422	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
423	'-DENABLE_WEB_AUDIO=1' \
424	'-DENABLE_OPENTYPE_VERTICAL=1' \
425	'-DU_USING_ICU_NAMESPACE=0' \
426	'-DU_ENABLE_DYLOAD=0' \
427	'-DSK_ENABLE_INST_COUNT=0' \
428	'-DSK_SUPPORT_GPU=1' \
429	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
430	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
431	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
432	'-DGR_GL_IGNORE_ES3_MSAA=0' \
433	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
434	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
435	'-DSK_BUILD_FOR_ANDROID' \
436	'-DSK_USE_POSIX_THREADS' \
437	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
438	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
439	'-DCHROME_PNG_WRITE_SUPPORT' \
440	'-DPNG_USER_CONFIG' \
441	'-DCHROME_PNG_READ_PACK_SUPPORT' \
442	'-DLIBXML_STATIC' \
443	'-DLIBXSLT_STATIC' \
444	'-DUSE_OPENSSL=1' \
445	'-DUSE_OPENSSL_CERTS=1' \
446	'-D__STDC_CONSTANT_MACROS' \
447	'-D__STDC_FORMAT_MACROS' \
448	'-DANDROID' \
449	'-D__GNU_SOURCE=1' \
450	'-DUSE_STLPORT=1' \
451	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
452	'-DCHROME_BUILD_ID=""' \
453	'-DNDEBUG' \
454	'-DNVALGRIND' \
455	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
456	'-D_FORTIFY_SOURCE=2'
457
458
459# Include paths placed before CFLAGS/CPPFLAGS
460LOCAL_C_INCLUDES_Release := \
461	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
462	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
463	$(gyp_shared_intermediate_dir) \
464	$(LOCAL_PATH)/third_party/WebKit/Source \
465	$(LOCAL_PATH) \
466	$(LOCAL_PATH)/skia/config \
467	$(LOCAL_PATH)/third_party/khronos \
468	$(LOCAL_PATH)/gpu \
469	$(gyp_shared_intermediate_dir)/blink \
470	$(LOCAL_PATH)/third_party/openmax_dl \
471	$(LOCAL_PATH)/third_party/angle/include \
472	$(PWD)/external/icu/icu4c/source/common \
473	$(PWD)/external/icu/icu4c/source/i18n \
474	$(LOCAL_PATH)/third_party/WebKit \
475	$(LOCAL_PATH)/third_party/skia/src/core \
476	$(LOCAL_PATH)/third_party/skia/include/core \
477	$(LOCAL_PATH)/third_party/skia/include/effects \
478	$(LOCAL_PATH)/third_party/skia/include/pdf \
479	$(LOCAL_PATH)/third_party/skia/include/gpu \
480	$(LOCAL_PATH)/third_party/skia/include/lazy \
481	$(LOCAL_PATH)/third_party/skia/include/pathops \
482	$(LOCAL_PATH)/third_party/skia/include/pipe \
483	$(LOCAL_PATH)/third_party/skia/include/ports \
484	$(LOCAL_PATH)/third_party/skia/include/utils \
485	$(LOCAL_PATH)/skia/ext \
486	$(LOCAL_PATH)/third_party/iccjpeg \
487	$(LOCAL_PATH)/third_party/libpng \
488	$(LOCAL_PATH)/third_party/libwebp \
489	$(LOCAL_PATH)/third_party/libxml/linux/include \
490	$(LOCAL_PATH)/third_party/libxml/src/include \
491	$(LOCAL_PATH)/third_party/libxslt \
492	$(LOCAL_PATH)/third_party/npapi \
493	$(LOCAL_PATH)/third_party/npapi/bindings \
494	$(LOCAL_PATH)/third_party/ots/include \
495	$(LOCAL_PATH)/third_party/qcms/src \
496	$(LOCAL_PATH)/third_party/sqlite \
497	$(LOCAL_PATH)/third_party/zlib \
498	$(LOCAL_PATH)/v8/include \
499	$(PWD)/frameworks/wilhelm/include \
500	$(PWD)/bionic \
501	$(PWD)/external/stlport/stlport
502
503
504# Flags passed to only C++ (and not C) files.
505LOCAL_CPPFLAGS_Release := \
506	-fno-exceptions \
507	-fno-rtti \
508	-fno-threadsafe-statics \
509	-fvisibility-inlines-hidden \
510	-Wsign-compare \
511	-Wno-c++0x-compat \
512	-std=gnu++11 \
513	-Wno-narrowing \
514	-Wno-literal-suffix \
515	-Wno-non-virtual-dtor \
516	-Wno-sign-promo
517
518
519LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
520LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
521LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
522LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
523### Rules for final target.
524
525LOCAL_SHARED_LIBRARIES := \
526	libstlport \
527	libdl
528
529# Add target alias to "gyp_all_modules" target.
530.PHONY: gyp_all_modules
531gyp_all_modules: third_party_WebKit_Source_core_webcore_rendering_gyp
532
533# Alias gyp target name.
534.PHONY: webcore_rendering
535webcore_rendering: third_party_WebKit_Source_core_webcore_rendering_gyp
536
537include $(BUILD_STATIC_LIBRARY)
538