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