Revert of Output closure-compiled JavaScript files (patchset #10 id:180001 of https...
[chromium-blink-merge.git] / ui / gfx / gfx.gyp
bloba7de96e331196e6b935baa633a9385fd12a58a24
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'gfx_geometry',
12       'type': '<(component)',
13       'dependencies': [
14         '<(DEPTH)/base/base.gyp:base',
15       ],
16       'defines': [
17         'GFX_IMPLEMENTATION',
18       ],
19       'sources': [
20         'geometry/box_f.cc',
21         'geometry/box_f.h',
22         'geometry/cubic_bezier.cc',
23         'geometry/cubic_bezier.h',
24         'geometry/dip_util.cc',
25         'geometry/dip_util.h',
26         'geometry/insets.cc',
27         'geometry/insets.h',
28         'geometry/insets_base.h',
29         'geometry/insets_f.cc',
30         'geometry/insets_f.h',
31         'geometry/matrix3_f.cc',
32         'geometry/matrix3_f.h',
33         'geometry/point.cc',
34         'geometry/point.h',
35         'geometry/point3_f.cc',
36         'geometry/point3_f.h',
37         'geometry/point_conversions.cc',
38         'geometry/point_conversions.h',
39         'geometry/point_f.cc',
40         'geometry/point_f.h',
41         'geometry/quad_f.cc',
42         'geometry/quad_f.h',
43         'geometry/r_tree.h',
44         'geometry/r_tree_base.cc',
45         'geometry/r_tree_base.h',
46         'geometry/rect.cc',
47         'geometry/rect.h',
48         'geometry/rect_conversions.cc',
49         'geometry/rect_conversions.h',
50         'geometry/rect_f.cc',
51         'geometry/rect_f.h',
52         'geometry/safe_integer_conversions.h',
53         'geometry/scroll_offset.cc',
54         'geometry/scroll_offset.h',
55         'geometry/size.cc',
56         'geometry/size.h',
57         'geometry/size_conversions.cc',
58         'geometry/size_conversions.h',
59         'geometry/size_f.cc',
60         'geometry/size_f.h',
61         'geometry/vector2d.cc',
62         'geometry/vector2d.h',
63         'geometry/vector2d_conversions.cc',
64         'geometry/vector2d_conversions.h',
65         'geometry/vector2d_f.cc',
66         'geometry/vector2d_f.h',
67         'geometry/vector3d_f.cc',
68         'geometry/vector3d_f.h',
69       ],
70       'includes': [
71         '../../build/android/increase_size_for_speed.gypi',
72       ],
73     },
74     {
75       'target_name': 'gfx',
76       'type': '<(component)',
77       'dependencies': [
78         '<(DEPTH)/base/base.gyp:base',
79         '<(DEPTH)/base/base.gyp:base_i18n',
80         '<(DEPTH)/base/base.gyp:base_static',
81         '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
82         '<(DEPTH)/skia/skia.gyp:skia',
83         '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
84         '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
85         '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
86         '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
87         '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
88         'gfx_geometry',
89       ],
90       # text_elider.h includes ICU headers.
91       'export_dependent_settings': [
92         '<(DEPTH)/skia/skia.gyp:skia',
93         '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
94         '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
95       ],
96       'defines': [
97         'GFX_IMPLEMENTATION',
98       ],
99       'include_dirs': [
100         '<(DEPTH)/third_party/icu/source/common'
101       ],
102       'sources': [
103         'android/device_display_info.cc',
104         'android/device_display_info.h',
105         'android/gfx_jni_registrar.cc',
106         'android/gfx_jni_registrar.h',
107         'android/java_bitmap.cc',
108         'android/java_bitmap.h',
109         'android/shared_device_display_info.cc',
110         'android/shared_device_display_info.h',
111         'android/view_configuration.cc',
112         'android/view_configuration.h',
113         'animation/animation.cc',
114         'animation/animation.h',
115         'animation/animation_container.cc',
116         'animation/animation_container.h',
117         'animation/animation_container_element.h',
118         'animation/animation_container_observer.h',
119         'animation/animation_delegate.h',
120         'animation/linear_animation.cc',
121         'animation/linear_animation.h',
122         'animation/multi_animation.cc',
123         'animation/multi_animation.h',
124         'animation/slide_animation.cc',
125         'animation/slide_animation.h',
126         'animation/throb_animation.cc',
127         'animation/throb_animation.h',
128         'animation/tween.cc',
129         'animation/tween.h',
130         'blit.cc',
131         'blit.h',
132         'break_list.h',
133         'canvas.cc',
134         'canvas.h',
135         'canvas_notimplemented.cc',
136         'canvas_paint_mac.h',
137         'canvas_paint_mac.mm',
138         'canvas_paint_win.cc',
139         'canvas_paint_win.h',
140         'canvas_skia.cc',
141         'canvas_skia_paint.h',
142         'codec/jpeg_codec.cc',
143         'codec/jpeg_codec.h',
144         'codec/png_codec.cc',
145         'codec/png_codec.h',
146         'color_analysis.cc',
147         'color_analysis.h',
148         'color_profile.cc',
149         'color_profile.h',
150         'color_profile_mac.mm',
151         'color_profile_win.cc',
152         'color_utils.cc',
153         'color_utils.h',
154         'display.cc',
155         'display.h',
156         'display_change_notifier.cc',
157         'display_change_notifier.h',
158         'display_observer.cc',
159         'display_observer.h',
160         'favicon_size.cc',
161         'favicon_size.h',
162         'font.cc',
163         'font.h',
164         'font_fallback.h',
165         'font_fallback_linux.cc',
166         'font_fallback_mac.mm',
167         'font_fallback_win.cc',
168         'font_fallback_win.h',
169         'font_list.cc',
170         'font_list.h',
171         'font_list_impl.cc',
172         'font_list_impl.h',
173         'font_render_params.cc',
174         'font_render_params.h',
175         'font_render_params_android.cc',
176         'font_render_params_linux.cc',
177         'font_render_params_mac.cc',
178         'font_render_params_win.cc',
179         'frame_time.h',
180         'gfx_export.h',
181         'gfx_paths.cc',
182         'gfx_paths.h',
183         'gpu_memory_buffer.cc',
184         'gpu_memory_buffer.h',
185         'harfbuzz_font_skia.cc',
186         'harfbuzz_font_skia.h',
187         'hud_font.cc',
188         'hud_font.h',
189         'image/canvas_image_source.cc',
190         'image/canvas_image_source.h',
191         'image/image.cc',
192         'image/image.h',
193         'image/image_family.cc',
194         'image/image_family.h',
195         'image/image_ios.mm',
196         'image/image_mac.mm',
197         'image/image_png_rep.cc',
198         'image/image_png_rep.h',
199         'image/image_skia.cc',
200         'image/image_skia.h',
201         'image/image_skia_operations.cc',
202         'image/image_skia_operations.h',
203         'image/image_skia_rep.cc',
204         'image/image_skia_rep.h',
205         'image/image_skia_source.h',
206         'image/image_skia_util_ios.h',
207         'image/image_skia_util_ios.mm',
208         'image/image_skia_util_mac.h',
209         'image/image_skia_util_mac.mm',
210         'image/image_util.cc',
211         'image/image_util.h',
212         'image/image_util_ios.mm',
213         'interpolated_transform.cc',
214         'interpolated_transform.h',
215         'linux_font_delegate.cc',
216         'linux_font_delegate.h',
217         'mac/coordinate_conversion.h',
218         'mac/coordinate_conversion.mm',
219         'mac/scoped_ns_disable_screen_updates.h',
220         'native_widget_types.h',
221         'nine_image_painter.cc',
222         'nine_image_painter.h',
223         'overlay_transform.h',
224         'path.cc',
225         'path.h',
226         'path_aura.cc',
227         'path_win.cc',
228         'path_win.h',
229         'path_x11.cc',
230         'path_x11.h',
231         'platform_font.h',
232         'platform_font_android.cc',
233         'platform_font_ios.h',
234         'platform_font_ios.mm',
235         'platform_font_linux.cc',
236         'platform_font_linux.h',
237         'platform_font_mac.h',
238         'platform_font_mac.mm',
239         'platform_font_win.cc',
240         'platform_font_win.h',
241         'range/range.cc',
242         'range/range.h',
243         'range/range_f.cc',
244         'range/range_f.h',
245         'range/range_mac.mm',
246         'range/range_win.cc',
247         'render_text.cc',
248         'render_text.h',
249         'render_text_harfbuzz.cc',
250         'render_text_harfbuzz.h',
251         'render_text_mac.cc',
252         'render_text_mac.h',
253         'scoped_canvas.h',
254         'scoped_cg_context_save_gstate_mac.h',
255         'scoped_ns_graphics_context_save_gstate_mac.h',
256         'scoped_ns_graphics_context_save_gstate_mac.mm',
257         'scoped_ui_graphics_push_context_ios.h',
258         'scoped_ui_graphics_push_context_ios.mm',
259         'screen.cc',
260         'screen.h',
261         'screen_android.cc',
262         'screen_aura.cc',
263         'screen_ios.mm',
264         'screen_mac.mm',
265         'screen_win.cc',
266         'screen_win.h',
267         'scrollbar_size.cc',
268         'scrollbar_size.h',
269         'selection_model.cc',
270         'selection_model.h',
271         'sequential_id_generator.cc',
272         'sequential_id_generator.h',
273         'shadow_value.cc',
274         'shadow_value.h',
275         'skbitmap_operations.cc',
276         'skbitmap_operations.h',
277         'skia_util.cc',
278         'skia_util.h',
279         'switches.cc',
280         'switches.h',
281         'sys_color_change_listener.cc',
282         'sys_color_change_listener.h',
283         'text_constants.h',
284         'text_elider.cc',
285         'text_elider.h',
286         'text_utils.cc',
287         'text_utils.h',
288         'text_utils_android.cc',
289         'text_utils_ios.mm',
290         'text_utils_skia.cc',
291         'transform.cc',
292         'transform.h',
293         'transform_util.cc',
294         'transform_util.h',
295         'ui_gfx_exports.cc',
296         'utf16_indexing.cc',
297         'utf16_indexing.h',
298         'vsync_provider.h',
299         'win/direct_write.cc',
300         'win/direct_write.h',
301         'win/dpi.cc',
302         'win/dpi.h',
303         'win/hwnd_util.cc',
304         'win/hwnd_util.h',
305         'win/scoped_set_map_mode.h',
306         'win/singleton_hwnd.cc',
307         'win/singleton_hwnd.h',
308         'win/window_impl.cc',
309         'win/window_impl.h',
310       ],
311       'includes': [
312         '../../build/android/increase_size_for_speed.gypi',
313       ],
314       'conditions': [
315         ['OS=="ios"', {
316           'dependencies': [
317             '<(DEPTH)/ui/ios/ui_ios.gyp:ui_ios',
318           ],
319           # iOS only uses a subset of UI.
320           'sources/': [
321             ['exclude', '^codec/jpeg_codec\\.cc$'],
322           ],
323         }, {
324           'dependencies': [
325             '<(libjpeg_gyp_path):libjpeg',
326           ],
327         }],
328         # TODO(asvitkine): Switch all platforms to use canvas_skia.cc.
329         #                  http://crbug.com/105550
330         ['use_canvas_skia==1', {
331           'sources!': [
332             'canvas_notimplemented.cc',
333           ],
334         }, {  # use_canvas_skia!=1
335           'sources!': [
336             'canvas_skia.cc',
337           ],
338         }],
339         ['OS=="win"', {
340           'sources': [
341             'gdi_util.cc',
342             'gdi_util.h',
343             'icon_util.cc',
344             'icon_util.h',
345           ],
346           # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int
347           # C4324 is structure was padded due to __declspec(align()), which is
348           # uninteresting.
349           'msvs_disabled_warnings': [ 4267, 4324 ],
350         }],
351         ['OS=="android"', {
352           'sources!': [
353             'animation/throb_animation.cc',
354             'selection_model.cc',
355           ],
356           'dependencies': [
357             'gfx_jni_headers',
358           ],
359           'link_settings': {
360             'libraries': [
361               '-landroid',
362               '-ljnigraphics',
363             ],
364           },
365         }],
366         ['use_aura==0 and toolkit_views==0', {
367           'sources!': [
368             'nine_image_painter.cc',
369             'nine_image_painter.h',
370           ],
371         }],
372         ['OS=="android" and use_aura==0', {
373           'sources!': [
374             'path.cc',
375           ],
376         }],
377         ['OS=="android" and use_aura==1', {
378           'sources!': [
379             'screen_android.cc',
380           ],
381         }],
382         ['OS=="android" and android_webview_build==0', {
383           'dependencies': [
384             '<(DEPTH)/base/base.gyp:base_java',
385           ],
386         }],
387         ['OS=="android" or OS=="ios"', {
388           'sources!': [
389             'harfbuzz_font_skia.cc',
390             'harfbuzz_font_skia.h',
391             'render_text.cc',
392             'render_text.h',
393             'render_text_harfbuzz.cc',
394             'render_text_harfbuzz.h',
395             'text_utils_skia.cc',
396           ],
397         }],
398         ['use_x11==1', {
399           'dependencies': [
400             '../../build/linux/system.gyp:x11',
401             'x/gfx_x11.gyp:gfx_x11',
402           ],
403         }],
404         ['use_cairo==1', {
405           'dependencies': [
406             '<(DEPTH)/build/linux/system.gyp:pangocairo',
407           ],
408         }],
409         ['desktop_linux==1 or chromeos==1', {
410           'dependencies': [
411             # font_render_params_linux.cc uses fontconfig
412             '<(DEPTH)/build/linux/system.gyp:fontconfig',
413           ],
414         }],
415       ],
416       'target_conditions': [
417         # Need 'target_conditions' to override default filename_rules to include
418         # the file on iOS.
419         ['OS == "ios"', {
420           'sources/': [
421             ['include', '^scoped_cg_context_save_gstate_mac\\.h$'],
422           ],
423         }],
424       ],
425     },
426     {
427       'target_name': 'gfx_test_support',
428       'type': 'static_library',
429       'sources': [
430         'image/image_unittest_util.cc',
431         'image/image_unittest_util.h',
432         'image/image_unittest_util_ios.mm',
433         'image/image_unittest_util_mac.mm',
434         'test/fontconfig_util_linux.cc',
435         'test/fontconfig_util_linux.h',
436         'test/gfx_util.cc',
437         'test/gfx_util.h',
438         'test/ui_cocoa_test_helper.h',
439         'test/ui_cocoa_test_helper.mm',
440       ],
441       'dependencies': [
442         '../../base/base.gyp:base',
443         '../../skia/skia.gyp:skia',
444         '../../testing/gtest.gyp:gtest',
445       ],
446       'conditions': [
447         ['OS == "mac"', {
448           'link_settings': {
449             'libraries': [
450               '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
451             ],
452           },
453         }],
454         ['OS=="ios"', {
455           # The cocoa files don't apply to iOS.
456           'sources/': [
457             ['exclude', 'cocoa']
458           ],
459         }],
460         ['OS=="linux"', {
461           'dependencies': [
462             '../../build/linux/system.gyp:fontconfig',
463           ],
464         }],
465       ],
466     },
467   ],
468   'conditions': [
469     ['OS=="android"' , {
470      'targets': [
471        {
472          'target_name': 'gfx_jni_headers',
473          'type': 'none',
474          'sources': [
475            '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
476            '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
477            '../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java',
478          ],
479          'variables': {
480            'jni_gen_package': 'ui/gfx',
481          },
482          'includes': [ '../../build/jni_generator.gypi' ],
483        },
484      ],
485     }],
486   ],