OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 23 matching lines...) Expand all Loading... |
34 ], | 34 ], |
35 # Export these dependencies since text_elider.h includes ICU headers. | 35 # Export these dependencies since text_elider.h includes ICU headers. |
36 'export_dependent_settings': [ | 36 'export_dependent_settings': [ |
37 '../net/net.gyp:net', | 37 '../net/net.gyp:net', |
38 '../third_party/icu/icu.gyp:icui18n', | 38 '../third_party/icu/icu.gyp:icui18n', |
39 '../third_party/icu/icu.gyp:icuuc', | 39 '../third_party/icu/icu.gyp:icuuc', |
40 ], | 40 ], |
41 # iOS uses a small subset of ui. common_sources are the only files that | 41 # iOS uses a small subset of ui. common_sources are the only files that |
42 # are built on iOS. | 42 # are built on iOS. |
43 'common_sources' : [ | 43 'common_sources' : [ |
| 44 'base/layout.cc', |
| 45 'base/layout.h', |
44 'base/models/tree_node_iterator.h', | 46 'base/models/tree_node_iterator.h', |
45 'base/models/tree_node_model.h', | 47 'base/models/tree_node_model.h', |
46 'base/ui_base_paths.cc', | 48 'base/ui_base_paths.cc', |
47 'base/ui_base_paths.h', | 49 'base/ui_base_paths.h', |
48 'base/ui_base_switches.cc', | 50 'base/ui_base_switches.cc', |
49 'base/ui_base_switches.h', | 51 'base/ui_base_switches.h', |
50 'base/ui_export.h', | 52 'base/ui_export.h', |
| 53 'gfx/image/image.cc', |
| 54 'gfx/image/image.h', |
| 55 'gfx/image/image_ios.mm', |
| 56 'gfx/image/image_mac.mm', |
| 57 'gfx/image/image_skia.cc', |
| 58 'gfx/image/image_skia.h', |
| 59 'gfx/image/image_skia_operations.cc', |
| 60 'gfx/image/image_skia_operations.h', |
| 61 'gfx/image/image_skia_rep.cc', |
| 62 'gfx/image/image_skia_rep.h', |
| 63 'gfx/image/image_skia_source.h', |
| 64 'gfx/image/image_skia_util_ios.h', |
| 65 'gfx/image/image_skia_util_ios.mm', |
| 66 'gfx/image/image_skia_util_mac.h', |
| 67 'gfx/image/image_skia_util_mac.mm', |
51 'gfx/insets.cc', | 68 'gfx/insets.cc', |
52 'gfx/insets.h', | 69 'gfx/insets.h', |
53 'gfx/point.cc', | 70 'gfx/point.cc', |
54 'gfx/point.h', | 71 'gfx/point.h', |
55 'gfx/point_base.h', | 72 'gfx/point_base.h', |
56 'gfx/point3.h', | 73 'gfx/point3.h', |
57 'gfx/rect.cc', | 74 'gfx/rect.cc', |
58 'gfx/rect.h', | 75 'gfx/rect.h', |
59 'gfx/rect_base.h', | 76 'gfx/rect_base.h', |
60 'gfx/rect_base_impl.h', | 77 'gfx/rect_base_impl.h', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 'base/l10n/l10n_font_util.cc', | 271 'base/l10n/l10n_font_util.cc', |
255 'base/l10n/l10n_font_util.h', | 272 'base/l10n/l10n_font_util.h', |
256 'base/l10n/l10n_util.cc', | 273 'base/l10n/l10n_util.cc', |
257 'base/l10n/l10n_util.h', | 274 'base/l10n/l10n_util.h', |
258 'base/l10n/l10n_util_collator.h', | 275 'base/l10n/l10n_util_collator.h', |
259 'base/l10n/l10n_util_mac.h', | 276 'base/l10n/l10n_util_mac.h', |
260 'base/l10n/l10n_util_mac.mm', | 277 'base/l10n/l10n_util_mac.mm', |
261 'base/l10n/l10n_util_posix.cc', | 278 'base/l10n/l10n_util_posix.cc', |
262 'base/l10n/l10n_util_win.cc', | 279 'base/l10n/l10n_util_win.cc', |
263 'base/l10n/l10n_util_win.h', | 280 'base/l10n/l10n_util_win.h', |
264 'base/layout.cc', | |
265 'base/layout.h', | |
266 'base/layout_mac.mm', | 281 'base/layout_mac.mm', |
267 'base/models/button_menu_item_model.cc', | 282 'base/models/button_menu_item_model.cc', |
268 'base/models/button_menu_item_model.h', | 283 'base/models/button_menu_item_model.h', |
269 'base/models/combobox_model.h', | 284 'base/models/combobox_model.h', |
270 'base/models/list_model.h', | 285 'base/models/list_model.h', |
271 'base/models/list_model_observer.h', | 286 'base/models/list_model_observer.h', |
272 'base/models/menu_model.cc', | 287 'base/models/menu_model.cc', |
273 'base/models/menu_model.h', | 288 'base/models/menu_model.h', |
274 'base/models/menu_model_delegate.h', | 289 'base/models/menu_model_delegate.h', |
275 'base/models/menu_separator_types.h', | 290 'base/models/menu_separator_types.h', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 'gfx/font_list.cc', | 424 'gfx/font_list.cc', |
410 'gfx/font_render_params_android.cc', | 425 'gfx/font_render_params_android.cc', |
411 'gfx/font_render_params_linux.cc', | 426 'gfx/font_render_params_linux.cc', |
412 'gfx/font_render_params_linux.h', | 427 'gfx/font_render_params_linux.h', |
413 'gfx/font_smoothing_win.cc', | 428 'gfx/font_smoothing_win.cc', |
414 'gfx/font_smoothing_win.h', | 429 'gfx/font_smoothing_win.h', |
415 'gfx/gfx_paths.cc', | 430 'gfx/gfx_paths.cc', |
416 'gfx/gfx_paths.h', | 431 'gfx/gfx_paths.h', |
417 'gfx/image/canvas_image_source.cc', | 432 'gfx/image/canvas_image_source.cc', |
418 'gfx/image/canvas_image_source.h', | 433 'gfx/image/canvas_image_source.h', |
419 'gfx/image/image.cc', | |
420 'gfx/image/image.h', | |
421 'gfx/image/image_mac.mm', | |
422 'gfx/image/image_skia.cc', | |
423 'gfx/image/image_skia.h', | |
424 'gfx/image/image_skia_operations.cc', | |
425 'gfx/image/image_skia_operations.h', | |
426 'gfx/image/image_skia_rep.cc', | |
427 'gfx/image/image_skia_rep.h', | |
428 'gfx/image/image_skia_source.h', | |
429 'gfx/image/image_skia_util_mac.h', | |
430 'gfx/image/image_skia_util_mac.mm', | |
431 'gfx/image/image_util.cc', | 434 'gfx/image/image_util.cc', |
432 'gfx/image/image_util.h', | 435 'gfx/image/image_util.h', |
433 'gfx/interpolated_transform.h', | 436 'gfx/interpolated_transform.h', |
434 'gfx/interpolated_transform.cc', | 437 'gfx/interpolated_transform.cc', |
435 'gfx/mac/nsimage_cache.h', | 438 'gfx/mac/nsimage_cache.h', |
436 'gfx/mac/nsimage_cache.mm', | 439 'gfx/mac/nsimage_cache.mm', |
437 'gfx/mac/scoped_ns_disable_screen_updates.h', | 440 'gfx/mac/scoped_ns_disable_screen_updates.h', |
438 'gfx/native_widget_types.h', | 441 'gfx/native_widget_types.h', |
439 'gfx/pango_util.h', | 442 'gfx/pango_util.h', |
440 'gfx/pango_util.cc', | 443 'gfx/pango_util.cc', |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 }, | 795 }, |
793 ], | 796 ], |
794 'conditions': [ | 797 'conditions': [ |
795 ['inside_chromium_build == 1', { | 798 ['inside_chromium_build == 1', { |
796 'includes': [ | 799 'includes': [ |
797 'ui_unittests.gypi', | 800 'ui_unittests.gypi', |
798 ]}, | 801 ]}, |
799 ], | 802 ], |
800 ], | 803 ], |
801 } | 804 } |
OLD | NEW |