Split vector icon commands into separate files aggregated at build time.
[chromium-blink-merge.git] / ui / gfx / gfx.gyp
blob8dc8c76d615ce3e3f5c760a93748e75a93b2c5dc
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/rect.cc',
44         'geometry/rect.h',
45         'geometry/rect_conversions.cc',
46         'geometry/rect_conversions.h',
47         'geometry/rect_f.cc',
48         'geometry/rect_f.h',
49         'geometry/safe_integer_conversions.h',
50         'geometry/scroll_offset.cc',
51         'geometry/scroll_offset.h',
52         'geometry/size.cc',
53         'geometry/size.h',
54         'geometry/size_conversions.cc',
55         'geometry/size_conversions.h',
56         'geometry/size_f.cc',
57         'geometry/size_f.h',
58         'geometry/vector2d.cc',
59         'geometry/vector2d.h',
60         'geometry/vector2d_conversions.cc',
61         'geometry/vector2d_conversions.h',
62         'geometry/vector2d_f.cc',
63         'geometry/vector2d_f.h',
64         'geometry/vector3d_f.cc',
65         'geometry/vector3d_f.h',
66       ],
67       'includes': [
68         '../../build/android/increase_size_for_speed.gypi',
69       ],
70     },
71     {
72       'target_name': 'gfx',
73       'type': '<(component)',
74       'dependencies': [
75         '<(DEPTH)/base/base.gyp:base',
76         '<(DEPTH)/base/base.gyp:base_i18n',
77         '<(DEPTH)/base/base.gyp:base_static',
78         '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
79         '<(DEPTH)/skia/skia.gyp:skia',
80         '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
81         '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
82         '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
83         '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
84         '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
85         'gfx_geometry',
86       ],
87       # text_elider.h includes ICU headers.
88       'export_dependent_settings': [
89         '<(DEPTH)/skia/skia.gyp:skia',
90         '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
91         '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
92       ],
93       'defines': [
94         'GFX_IMPLEMENTATION',
95       ],
96       'include_dirs': [
97         '<(DEPTH)/third_party/icu/source/common',
98       ],
99       'sources': [
100         'android/device_display_info.cc',
101         'android/device_display_info.h',
102         'android/gfx_jni_registrar.cc',
103         'android/gfx_jni_registrar.h',
104         'android/java_bitmap.cc',
105         'android/java_bitmap.h',
106         'android/shared_device_display_info.cc',
107         'android/shared_device_display_info.h',
108         'android/view_configuration.cc',
109         'android/view_configuration.h',
110         'animation/animation.cc',
111         'animation/animation.h',
112         'animation/animation_container.cc',
113         'animation/animation_container.h',
114         'animation/animation_container_element.h',
115         'animation/animation_container_observer.h',
116         'animation/animation_delegate.h',
117         'animation/linear_animation.cc',
118         'animation/linear_animation.h',
119         'animation/multi_animation.cc',
120         'animation/multi_animation.h',
121         'animation/slide_animation.cc',
122         'animation/slide_animation.h',
123         'animation/throb_animation.cc',
124         'animation/throb_animation.h',
125         'animation/tween.cc',
126         'animation/tween.h',
127         'blit.cc',
128         'blit.h',
129         'break_list.h',
130         'canvas.cc',
131         'canvas.h',
132         'canvas_notimplemented.cc',
133         'canvas_paint_mac.h',
134         'canvas_paint_mac.mm',
135         'canvas_skia.cc',
136         'canvas_skia_paint.h',
137         'codec/jpeg_codec.cc',
138         'codec/jpeg_codec.h',
139         'codec/png_codec.cc',
140         'codec/png_codec.h',
141         'color_analysis.cc',
142         'color_analysis.h',
143         'color_profile.cc',
144         'color_profile.h',
145         'color_profile_mac.mm',
146         'color_profile_win.cc',
147         'color_utils.cc',
148         'color_utils.h',
149         'display.cc',
150         'display.h',
151         'display_change_notifier.cc',
152         'display_change_notifier.h',
153         'display_observer.cc',
154         'display_observer.h',
155         'favicon_size.cc',
156         'favicon_size.h',
157         'font.cc',
158         'font.h',
159         'font_fallback.h',
160         'font_fallback_linux.cc',
161         'font_fallback_mac.mm',
162         'font_fallback_win.cc',
163         'font_fallback_win.h',
164         'font_list.cc',
165         'font_list.h',
166         'font_list_impl.cc',
167         'font_list_impl.h',
168         'font_render_params.cc',
169         'font_render_params.h',
170         'font_render_params_android.cc',
171         'font_render_params_linux.cc',
172         'font_render_params_mac.cc',
173         'font_render_params_win.cc',
174         'gfx_export.h',
175         'gfx_paths.cc',
176         'gfx_paths.h',
177         'gpu_memory_buffer.cc',
178         'gpu_memory_buffer.h',
179         'harfbuzz_font_skia.cc',
180         'harfbuzz_font_skia.h',
181         'hud_font.cc',
182         'hud_font.h',
183         'image/canvas_image_source.cc',
184         'image/canvas_image_source.h',
185         'image/image.cc',
186         'image/image.h',
187         'image/image_family.cc',
188         'image/image_family.h',
189         'image/image_ios.mm',
190         'image/image_mac.mm',
191         'image/image_png_rep.cc',
192         'image/image_png_rep.h',
193         'image/image_skia.cc',
194         'image/image_skia.h',
195         'image/image_skia_operations.cc',
196         'image/image_skia_operations.h',
197         'image/image_skia_rep.cc',
198         'image/image_skia_rep.h',
199         'image/image_skia_source.h',
200         'image/image_skia_util_ios.h',
201         'image/image_skia_util_ios.mm',
202         'image/image_skia_util_mac.h',
203         'image/image_skia_util_mac.mm',
204         'image/image_util.cc',
205         'image/image_util.h',
206         'image/image_util_ios.mm',
207         'interpolated_transform.cc',
208         'interpolated_transform.h',
209         'ios/NSString+CrStringDrawing.h',
210         'ios/NSString+CrStringDrawing.mm',
211         'ios/uikit_util.h',
212         'ios/uikit_util.mm',
213         'linux_font_delegate.cc',
214         'linux_font_delegate.h',
215         'mac/coordinate_conversion.h',
216         'mac/coordinate_conversion.mm',
217         'mac/nswindow_frame_controls.h',
218         'mac/nswindow_frame_controls.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         'paint_throbber.cc',
225         'paint_throbber.h',
226         'path.cc',
227         'path.h',
228         'path_win.cc',
229         'path_win.h',
230         'path_x11.cc',
231         'path_x11.h',
232         'platform_font.h',
233         'platform_font_android.cc',
234         'platform_font_ios.h',
235         'platform_font_ios.mm',
236         'platform_font_linux.cc',
237         'platform_font_linux.h',
238         'platform_font_mac.h',
239         'platform_font_mac.mm',
240         'platform_font_win.cc',
241         'platform_font_win.h',
242         'range/range.cc',
243         'range/range.h',
244         'range/range_f.cc',
245         'range/range_f.h',
246         'range/range_mac.mm',
247         'range/range_win.cc',
248         'render_text.cc',
249         'render_text.h',
250         'render_text_harfbuzz.cc',
251         'render_text_harfbuzz.h',
252         'render_text_mac.cc',
253         'render_text_mac.h',
254         'scoped_canvas.h',
255         'scoped_cg_context_save_gstate_mac.h',
256         'scoped_ns_graphics_context_save_gstate_mac.h',
257         'scoped_ns_graphics_context_save_gstate_mac.mm',
258         'scoped_ui_graphics_push_context_ios.h',
259         'scoped_ui_graphics_push_context_ios.mm',
260         'screen.cc',
261         'screen.h',
262         'screen_android.cc',
263         'screen_aura.cc',
264         'screen_ios.mm',
265         'screen_mac.mm',
266         'screen_win.cc',
267         'screen_win.h',
268         'scrollbar_size.cc',
269         'scrollbar_size.h',
270         'selection_model.cc',
271         'selection_model.h',
272         'sequential_id_generator.cc',
273         'sequential_id_generator.h',
274         'shadow_value.cc',
275         'shadow_value.h',
276         'skbitmap_operations.cc',
277         'skbitmap_operations.h',
278         'skia_util.cc',
279         'skia_util.h',
280         'swap_result.h',
281         'switches.cc',
282         'switches.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/singleton_hwnd_observer.cc',
309         'win/singleton_hwnd_observer.h',
310         'win/window_impl.cc',
311         'win/window_impl.h',
312       ],
313       'includes': [
314         '../../build/android/increase_size_for_speed.gypi',
315       ],
316       'conditions': [
317         ['OS=="ios"', {
318           # Linkable dependents need to set the linker flag '-ObjC' in order to
319           # use the categories in this target (e.g. NSString+CrStringDrawing.h).
320           'link_settings': {
321             'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']},
322           },
323           'sources!': [
324             'codec/jpeg_codec.cc',
325           ],
326         }, {
327           'dependencies': [
328             '<(libjpeg_gyp_path):libjpeg',
329           ],
330         }],
331         # TODO(asvitkine): Switch all platforms to use canvas_skia.cc.
332         #                  http://crbug.com/105550
333         ['use_canvas_skia==1', {
334           'sources!': [
335             'canvas_notimplemented.cc',
336           ],
337         }, {  # use_canvas_skia!=1
338           'sources!': [
339             'canvas_skia.cc',
340           ],
341         }],
342         ['OS=="win"', {
343           'sources': [
344             'gdi_util.cc',
345             'gdi_util.h',
346             'icon_util.cc',
347             'icon_util.h',
348             'sys_color_change_listener.cc',
349             'sys_color_change_listener.h',
350           ],
351           # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int
352           # C4324 is structure was padded due to __declspec(align()), which is
353           # uninteresting.
354           'msvs_disabled_warnings': [ 4267, 4324 ],
355         }],
356         ['OS=="android"', {
357           'sources!': [
358             'animation/throb_animation.cc',
359             'selection_model.cc',
360           ],
361           'dependencies': [
362             'gfx_jni_headers',
363             '<(DEPTH)/base/base.gyp:base_java',
364           ],
365           'link_settings': {
366             'libraries': [
367               '-landroid',
368               '-ljnigraphics',
369             ],
370           },
371         }],
372         ['chromeos==1', {
373           # Chrome OS requires robust JPEG decoding for the login screen.
374           'sources': [
375             'chromeos/codec/jpeg_codec_robust_slow.cc',
376             'chromeos/codec/jpeg_codec_robust_slow.h',
377           ],
378           'dependencies': [
379             '<(libjpeg_ijg_gyp_path):libjpeg',
380           ],
381         }],
382         ['use_aura==0 and toolkit_views==0', {
383           'sources!': [
384             'nine_image_painter.cc',
385             'nine_image_painter.h',
386           ],
387         }],
388         ['OS=="android" and use_aura==0', {
389           'sources!': [
390             'path.cc',
391           ],
392         }],
393         ['OS=="android" and use_aura==1', {
394           'sources!': [
395             'screen_android.cc',
396           ],
397         }],
398         ['OS=="android" or OS=="ios"', {
399           'sources!': [
400             'harfbuzz_font_skia.cc',
401             'harfbuzz_font_skia.h',
402             'render_text.cc',
403             'render_text.h',
404             'render_text_harfbuzz.cc',
405             'render_text_harfbuzz.h',
406             'text_utils_skia.cc',
407           ],
408         }, {  # desktop platforms
409           'variables': {
410             'vector_icons_cc_file': '<(INTERMEDIATE_DIR)/ui/gfx/vector_icons.cc',
411             'vector_icons_public_h_file': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/vector_icons_public.h',
412           },
413           'include_dirs': [
414             '<(SHARED_INTERMEDIATE_DIR)>',
415           ],
416           'sources': [
417             '<(vector_icons_cc_file)',
418             '<(vector_icons_public_h_file)',
420             'paint_vector_icon.cc',
421             'paint_vector_icon.h',
422             'vector_icons.h',
423           ],
424           'actions': [
425             {
426               # GN version: //ui/gfx:aggregate_vector_icons
427               'action_name': 'aggregate_vector_icons',
428               'inputs': [
429                 'vector_icons/',
430               ],
431               'outputs': [
432                 '<(vector_icons_cc_file)',
433                 '<(vector_icons_public_h_file)',
434               ],
435               'action': [ 'python',
436                           'vector_icons/aggregate_vector_icons.py',
437                           '--working_directory=vector_icons/',
438                           '--output_cc=<(vector_icons_cc_file)',
439                           '--output_h=<(vector_icons_public_h_file)',
440               ],
441               'message': 'Aggregating vector resources.',
442             },
443           ],
444         }],
445         ['use_x11==1', {
446           'dependencies': [
447             '../../build/linux/system.gyp:x11',
448             'x/gfx_x11.gyp:gfx_x11',
449           ],
450         }],
451         ['use_cairo==1', {
452           'dependencies': [
453             '<(DEPTH)/build/linux/system.gyp:pangocairo',
454           ],
455         }],
456         ['desktop_linux==1 or chromeos==1', {
457           'dependencies': [
458             # font_render_params_linux.cc uses fontconfig
459             '<(DEPTH)/build/linux/system.gyp:fontconfig',
460           ],
461         }],
462       ],
463       'target_conditions': [
464         # Need 'target_conditions' to override default filename_rules to include
465         # the file on iOS.
466         ['OS == "ios"', {
467           'sources/': [
468             ['include', '^scoped_cg_context_save_gstate_mac\\.h$'],
469           ],
470         }],
471       ],
472     },
473     {
474       'target_name': 'gfx_test_support',
475       'type': 'static_library',
476       'sources': [
477         'image/image_unittest_util.cc',
478         'image/image_unittest_util.h',
479         'image/image_unittest_util_ios.mm',
480         'image/image_unittest_util_mac.mm',
481         'test/fontconfig_util_linux.cc',
482         'test/fontconfig_util_linux.h',
483         'test/gfx_util.cc',
484         'test/gfx_util.h',
485         'test/ui_cocoa_test_helper.h',
486         'test/ui_cocoa_test_helper.mm',
487       ],
488       'dependencies': [
489         '../../base/base.gyp:base',
490         '../../skia/skia.gyp:skia',
491         '../../testing/gtest.gyp:gtest',
492       ],
493       'conditions': [
494         ['OS == "mac"', {
495           'link_settings': {
496             'libraries': [
497               '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
498             ],
499           },
500         }],
501         ['OS=="ios"', {
502           # The cocoa files don't apply to iOS.
503           'sources/': [
504             ['exclude', 'cocoa']
505           ],
506         }],
507         ['OS=="linux"', {
508           'dependencies': [
509             '../../build/linux/system.gyp:fontconfig',
510           ],
511         }],
512       ],
513     },
514   ],
515   'conditions': [
516     ['OS=="android"' , {
517      'targets': [
518        {
519          'target_name': 'gfx_jni_headers',
520          'type': 'none',
521          'sources': [
522            '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
523            '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
524            '../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java',
525          ],
526          'variables': {
527            'jni_gen_package': 'ui/gfx',
528          },
529          'includes': [ '../../build/jni_generator.gypi' ],
530        },
531      ],
532     }],
533   ],