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	--param=ssp-buffer-size=4 \
202	-Werror \
203	-fno-strict-aliasing \
204	-Wall \
205	-Wno-unused-parameter \
206	-Wno-missing-field-initializers \
207	-fvisibility=hidden \
208	-pipe \
209	-fPIC \
210	-Wno-unused-local-typedefs \
211	-msse2 \
212	-mfpmath=sse \
213	-mmmx \
214	-m32 \
215	-ffunction-sections \
216	-funwind-tables \
217	-g \
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	-fno-stack-protector \
227	-Os \
228	-g \
229	-gdwarf-4 \
230	-fdata-sections \
231	-ffunction-sections \
232	-fomit-frame-pointer \
233	-funwind-tables
234
235MY_DEFS_Debug := \
236	'-DV8_DEPRECATION_WARNINGS' \
237	'-D_FILE_OFFSET_BITS=64' \
238	'-DNO_TCMALLOC' \
239	'-DDISABLE_NACL' \
240	'-DCHROMIUM_BUILD' \
241	'-DUSE_LIBJPEG_TURBO=1' \
242	'-DENABLE_WEBRTC=1' \
243	'-DUSE_PROPRIETARY_CODECS' \
244	'-DENABLE_BROWSER_CDMS' \
245	'-DENABLE_CONFIGURATION_POLICY' \
246	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
247	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
248	'-DENABLE_EGLIMAGE=1' \
249	'-DCLD_VERSION=1' \
250	'-DENABLE_PRINTING=1' \
251	'-DENABLE_MANAGED_USERS=1' \
252	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
253	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
254	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
255	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
256	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
257	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
258	'-DVIDEO_HOLE=1' \
259	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
260	'-DBLINK_IMPLEMENTATION=1' \
261	'-DINSIDE_BLINK' \
262	'-DENABLE_SVG_FONTS=1' \
263	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
264	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
265	'-DENABLE_WEB_AUDIO=1' \
266	'-DENABLE_OPENTYPE_VERTICAL=1' \
267	'-DU_USING_ICU_NAMESPACE=0' \
268	'-DU_ENABLE_DYLOAD=0' \
269	'-DSK_ENABLE_INST_COUNT=0' \
270	'-DSK_SUPPORT_GPU=1' \
271	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
272	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
273	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
274	'-DGR_GL_IGNORE_ES3_MSAA=0' \
275	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
276	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
277	'-DSK_BUILD_FOR_ANDROID' \
278	'-DSK_USE_POSIX_THREADS' \
279	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
280	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
281	'-DCHROME_PNG_WRITE_SUPPORT' \
282	'-DPNG_USER_CONFIG' \
283	'-DCHROME_PNG_READ_PACK_SUPPORT' \
284	'-DLIBXML_STATIC' \
285	'-DLIBXSLT_STATIC' \
286	'-DUSE_OPENSSL=1' \
287	'-DUSE_OPENSSL_CERTS=1' \
288	'-D__STDC_CONSTANT_MACROS' \
289	'-D__STDC_FORMAT_MACROS' \
290	'-DANDROID' \
291	'-D__GNU_SOURCE=1' \
292	'-DUSE_STLPORT=1' \
293	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
294	'-DCHROME_BUILD_ID=""' \
295	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
296	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
297	'-D_DEBUG'
298
299
300# Include paths placed before CFLAGS/CPPFLAGS
301LOCAL_C_INCLUDES_Debug := \
302	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
303	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
304	$(gyp_shared_intermediate_dir) \
305	$(LOCAL_PATH)/third_party/WebKit/Source \
306	$(LOCAL_PATH) \
307	$(LOCAL_PATH)/skia/config \
308	$(LOCAL_PATH)/third_party/khronos \
309	$(LOCAL_PATH)/gpu \
310	$(gyp_shared_intermediate_dir)/blink \
311	$(LOCAL_PATH)/third_party/openmax_dl \
312	$(LOCAL_PATH)/third_party/angle/include \
313	$(PWD)/external/icu/icu4c/source/common \
314	$(PWD)/external/icu/icu4c/source/i18n \
315	$(LOCAL_PATH)/third_party/WebKit \
316	$(LOCAL_PATH)/third_party/skia/src/core \
317	$(LOCAL_PATH)/third_party/skia/include/core \
318	$(LOCAL_PATH)/third_party/skia/include/effects \
319	$(LOCAL_PATH)/third_party/skia/include/pdf \
320	$(LOCAL_PATH)/third_party/skia/include/gpu \
321	$(LOCAL_PATH)/third_party/skia/include/lazy \
322	$(LOCAL_PATH)/third_party/skia/include/pathops \
323	$(LOCAL_PATH)/third_party/skia/include/pipe \
324	$(LOCAL_PATH)/third_party/skia/include/ports \
325	$(LOCAL_PATH)/third_party/skia/include/utils \
326	$(LOCAL_PATH)/skia/ext \
327	$(LOCAL_PATH)/third_party/iccjpeg \
328	$(LOCAL_PATH)/third_party/libpng \
329	$(LOCAL_PATH)/third_party/libwebp \
330	$(LOCAL_PATH)/third_party/libxml/linux/include \
331	$(LOCAL_PATH)/third_party/libxml/src/include \
332	$(LOCAL_PATH)/third_party/libxslt \
333	$(LOCAL_PATH)/third_party/npapi \
334	$(LOCAL_PATH)/third_party/npapi/bindings \
335	$(LOCAL_PATH)/third_party/ots/include \
336	$(LOCAL_PATH)/third_party/qcms/src \
337	$(LOCAL_PATH)/third_party/sqlite \
338	$(LOCAL_PATH)/third_party/zlib \
339	$(LOCAL_PATH)/v8/include \
340	$(PWD)/frameworks/wilhelm/include \
341	$(PWD)/bionic \
342	$(PWD)/external/stlport/stlport
343
344
345# Flags passed to only C++ (and not C) files.
346LOCAL_CPPFLAGS_Debug := \
347	-fno-exceptions \
348	-fno-rtti \
349	-fno-threadsafe-statics \
350	-fvisibility-inlines-hidden \
351	-Wsign-compare \
352	-Wno-c++0x-compat \
353	-std=gnu++11 \
354	-Wno-narrowing \
355	-Wno-literal-suffix \
356	-Wno-non-virtual-dtor \
357	-Wno-sign-promo
358
359
360# Flags passed to both C and C++ files.
361MY_CFLAGS_Release := \
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	-msse2 \
373	-mfpmath=sse \
374	-mmmx \
375	-m32 \
376	-ffunction-sections \
377	-funwind-tables \
378	-g \
379	-fno-short-enums \
380	-finline-limit=64 \
381	-Wa,--noexecstack \
382	-U_FORTIFY_SOURCE \
383	-Wno-extra \
384	-Wno-ignored-qualifiers \
385	-Wno-type-limits \
386	-Wno-unused-but-set-variable \
387	-fno-stack-protector \
388	-Os \
389	-fno-ident \
390	-fdata-sections \
391	-ffunction-sections \
392	-fomit-frame-pointer \
393	-funwind-tables
394
395MY_DEFS_Release := \
396	'-DV8_DEPRECATION_WARNINGS' \
397	'-D_FILE_OFFSET_BITS=64' \
398	'-DNO_TCMALLOC' \
399	'-DDISABLE_NACL' \
400	'-DCHROMIUM_BUILD' \
401	'-DUSE_LIBJPEG_TURBO=1' \
402	'-DENABLE_WEBRTC=1' \
403	'-DUSE_PROPRIETARY_CODECS' \
404	'-DENABLE_BROWSER_CDMS' \
405	'-DENABLE_CONFIGURATION_POLICY' \
406	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
407	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
408	'-DENABLE_EGLIMAGE=1' \
409	'-DCLD_VERSION=1' \
410	'-DENABLE_PRINTING=1' \
411	'-DENABLE_MANAGED_USERS=1' \
412	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
413	'-DDATA_REDUCTION_DEV_HOST="https://proxy-dev.googlezip.net:443/"' \
414	'-DDATA_REDUCTION_DEV_FALLBACK_HOST="http://proxy-dev.googlezip.net:80/"' \
415	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
416	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
417	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
418	'-DVIDEO_HOLE=1' \
419	'-DENABLE_LOAD_COMPLETION_HACKS=1' \
420	'-DBLINK_IMPLEMENTATION=1' \
421	'-DINSIDE_BLINK' \
422	'-DENABLE_SVG_FONTS=1' \
423	'-DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1' \
424	'-DWTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1' \
425	'-DENABLE_WEB_AUDIO=1' \
426	'-DENABLE_OPENTYPE_VERTICAL=1' \
427	'-DU_USING_ICU_NAMESPACE=0' \
428	'-DU_ENABLE_DYLOAD=0' \
429	'-DSK_ENABLE_INST_COUNT=0' \
430	'-DSK_SUPPORT_GPU=1' \
431	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
432	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
433	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
434	'-DGR_GL_IGNORE_ES3_MSAA=0' \
435	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
436	'-DSK_SUPPORT_LEGACY_TEXTRENDERMODE' \
437	'-DSK_BUILD_FOR_ANDROID' \
438	'-DSK_USE_POSIX_THREADS' \
439	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
440	'-DSK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER=1' \
441	'-DCHROME_PNG_WRITE_SUPPORT' \
442	'-DPNG_USER_CONFIG' \
443	'-DCHROME_PNG_READ_PACK_SUPPORT' \
444	'-DLIBXML_STATIC' \
445	'-DLIBXSLT_STATIC' \
446	'-DUSE_OPENSSL=1' \
447	'-DUSE_OPENSSL_CERTS=1' \
448	'-D__STDC_CONSTANT_MACROS' \
449	'-D__STDC_FORMAT_MACROS' \
450	'-DANDROID' \
451	'-D__GNU_SOURCE=1' \
452	'-DUSE_STLPORT=1' \
453	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
454	'-DCHROME_BUILD_ID=""' \
455	'-DNDEBUG' \
456	'-DNVALGRIND' \
457	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
458	'-D_FORTIFY_SOURCE=2'
459
460
461# Include paths placed before CFLAGS/CPPFLAGS
462LOCAL_C_INCLUDES_Release := \
463	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
464	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
465	$(gyp_shared_intermediate_dir) \
466	$(LOCAL_PATH)/third_party/WebKit/Source \
467	$(LOCAL_PATH) \
468	$(LOCAL_PATH)/skia/config \
469	$(LOCAL_PATH)/third_party/khronos \
470	$(LOCAL_PATH)/gpu \
471	$(gyp_shared_intermediate_dir)/blink \
472	$(LOCAL_PATH)/third_party/openmax_dl \
473	$(LOCAL_PATH)/third_party/angle/include \
474	$(PWD)/external/icu/icu4c/source/common \
475	$(PWD)/external/icu/icu4c/source/i18n \
476	$(LOCAL_PATH)/third_party/WebKit \
477	$(LOCAL_PATH)/third_party/skia/src/core \
478	$(LOCAL_PATH)/third_party/skia/include/core \
479	$(LOCAL_PATH)/third_party/skia/include/effects \
480	$(LOCAL_PATH)/third_party/skia/include/pdf \
481	$(LOCAL_PATH)/third_party/skia/include/gpu \
482	$(LOCAL_PATH)/third_party/skia/include/lazy \
483	$(LOCAL_PATH)/third_party/skia/include/pathops \
484	$(LOCAL_PATH)/third_party/skia/include/pipe \
485	$(LOCAL_PATH)/third_party/skia/include/ports \
486	$(LOCAL_PATH)/third_party/skia/include/utils \
487	$(LOCAL_PATH)/skia/ext \
488	$(LOCAL_PATH)/third_party/iccjpeg \
489	$(LOCAL_PATH)/third_party/libpng \
490	$(LOCAL_PATH)/third_party/libwebp \
491	$(LOCAL_PATH)/third_party/libxml/linux/include \
492	$(LOCAL_PATH)/third_party/libxml/src/include \
493	$(LOCAL_PATH)/third_party/libxslt \
494	$(LOCAL_PATH)/third_party/npapi \
495	$(LOCAL_PATH)/third_party/npapi/bindings \
496	$(LOCAL_PATH)/third_party/ots/include \
497	$(LOCAL_PATH)/third_party/qcms/src \
498	$(LOCAL_PATH)/third_party/sqlite \
499	$(LOCAL_PATH)/third_party/zlib \
500	$(LOCAL_PATH)/v8/include \
501	$(PWD)/frameworks/wilhelm/include \
502	$(PWD)/bionic \
503	$(PWD)/external/stlport/stlport
504
505
506# Flags passed to only C++ (and not C) files.
507LOCAL_CPPFLAGS_Release := \
508	-fno-exceptions \
509	-fno-rtti \
510	-fno-threadsafe-statics \
511	-fvisibility-inlines-hidden \
512	-Wsign-compare \
513	-Wno-c++0x-compat \
514	-std=gnu++11 \
515	-Wno-narrowing \
516	-Wno-literal-suffix \
517	-Wno-non-virtual-dtor \
518	-Wno-sign-promo
519
520
521LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
522LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
523LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
524LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
525### Rules for final target.
526
527LOCAL_SHARED_LIBRARIES := \
528	libstlport \
529	libdl
530
531# Add target alias to "gyp_all_modules" target.
532.PHONY: gyp_all_modules
533gyp_all_modules: third_party_WebKit_Source_core_webcore_rendering_gyp
534
535# Alias gyp target name.
536.PHONY: webcore_rendering
537webcore_rendering: third_party_WebKit_Source_core_webcore_rendering_gyp
538
539include $(BUILD_STATIC_LIBRARY)
540