| 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', |
| 68 'gfx/image/image_util.cc', |
| 69 'gfx/image/image_util.h', |
| 70 'gfx/image/image_util_ios.mm', |
| 51 'gfx/insets.cc', | 71 'gfx/insets.cc', |
| 52 'gfx/insets.h', | 72 'gfx/insets.h', |
| 53 'gfx/point.cc', | 73 'gfx/point.cc', |
| 54 'gfx/point.h', | 74 'gfx/point.h', |
| 55 'gfx/point_base.h', | 75 'gfx/point_base.h', |
| 56 'gfx/point3.h', | 76 'gfx/point3.h', |
| 57 'gfx/rect.cc', | 77 'gfx/rect.cc', |
| 58 'gfx/rect.h', | 78 'gfx/rect.h', |
| 59 'gfx/rect_base.h', | 79 'gfx/rect_base.h', |
| 60 'gfx/rect_base_impl.h', | 80 'gfx/rect_base_impl.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'base/l10n/l10n_font_util.cc', | 277 'base/l10n/l10n_font_util.cc', |
| 258 'base/l10n/l10n_font_util.h', | 278 'base/l10n/l10n_font_util.h', |
| 259 'base/l10n/l10n_util.cc', | 279 'base/l10n/l10n_util.cc', |
| 260 'base/l10n/l10n_util.h', | 280 'base/l10n/l10n_util.h', |
| 261 'base/l10n/l10n_util_collator.h', | 281 'base/l10n/l10n_util_collator.h', |
| 262 'base/l10n/l10n_util_mac.h', | 282 'base/l10n/l10n_util_mac.h', |
| 263 'base/l10n/l10n_util_mac.mm', | 283 'base/l10n/l10n_util_mac.mm', |
| 264 'base/l10n/l10n_util_posix.cc', | 284 'base/l10n/l10n_util_posix.cc', |
| 265 'base/l10n/l10n_util_win.cc', | 285 'base/l10n/l10n_util_win.cc', |
| 266 'base/l10n/l10n_util_win.h', | 286 'base/l10n/l10n_util_win.h', |
| 267 'base/layout.cc', | |
| 268 'base/layout.h', | |
| 269 'base/layout_mac.mm', | 287 'base/layout_mac.mm', |
| 270 'base/models/button_menu_item_model.cc', | 288 'base/models/button_menu_item_model.cc', |
| 271 'base/models/button_menu_item_model.h', | 289 'base/models/button_menu_item_model.h', |
| 272 'base/models/combobox_model.h', | 290 'base/models/combobox_model.h', |
| 273 'base/models/list_model.h', | 291 'base/models/list_model.h', |
| 274 'base/models/list_model_observer.h', | 292 'base/models/list_model_observer.h', |
| 275 'base/models/menu_model.cc', | 293 'base/models/menu_model.cc', |
| 276 'base/models/menu_model.h', | 294 'base/models/menu_model.h', |
| 277 'base/models/menu_model_delegate.h', | 295 'base/models/menu_model_delegate.h', |
| 278 'base/models/menu_separator_types.h', | 296 'base/models/menu_separator_types.h', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 'gfx/font_list.cc', | 432 'gfx/font_list.cc', |
| 415 'gfx/font_render_params_android.cc', | 433 'gfx/font_render_params_android.cc', |
| 416 'gfx/font_render_params_linux.cc', | 434 'gfx/font_render_params_linux.cc', |
| 417 'gfx/font_render_params_linux.h', | 435 'gfx/font_render_params_linux.h', |
| 418 'gfx/font_smoothing_win.cc', | 436 'gfx/font_smoothing_win.cc', |
| 419 'gfx/font_smoothing_win.h', | 437 'gfx/font_smoothing_win.h', |
| 420 'gfx/gfx_paths.cc', | 438 'gfx/gfx_paths.cc', |
| 421 'gfx/gfx_paths.h', | 439 'gfx/gfx_paths.h', |
| 422 'gfx/image/canvas_image_source.cc', | 440 'gfx/image/canvas_image_source.cc', |
| 423 'gfx/image/canvas_image_source.h', | 441 'gfx/image/canvas_image_source.h', |
| 424 'gfx/image/image.cc', | |
| 425 'gfx/image/image.h', | |
| 426 'gfx/image/image_mac.mm', | |
| 427 'gfx/image/image_skia.cc', | |
| 428 'gfx/image/image_skia.h', | |
| 429 'gfx/image/image_skia_operations.cc', | |
| 430 'gfx/image/image_skia_operations.h', | |
| 431 'gfx/image/image_skia_rep.cc', | |
| 432 'gfx/image/image_skia_rep.h', | |
| 433 'gfx/image/image_skia_source.h', | |
| 434 'gfx/image/image_skia_util_mac.h', | |
| 435 'gfx/image/image_skia_util_mac.mm', | |
| 436 'gfx/image/image_util.cc', | |
| 437 'gfx/image/image_util.h', | |
| 438 'gfx/interpolated_transform.h', | 442 'gfx/interpolated_transform.h', |
| 439 'gfx/interpolated_transform.cc', | 443 'gfx/interpolated_transform.cc', |
| 440 'gfx/mac/nsimage_cache.h', | 444 'gfx/mac/nsimage_cache.h', |
| 441 'gfx/mac/nsimage_cache.mm', | 445 'gfx/mac/nsimage_cache.mm', |
| 442 'gfx/mac/scoped_ns_disable_screen_updates.h', | 446 'gfx/mac/scoped_ns_disable_screen_updates.h', |
| 443 'gfx/native_widget_types.h', | 447 'gfx/native_widget_types.h', |
| 444 'gfx/pango_util.h', | 448 'gfx/pango_util.h', |
| 445 'gfx/pango_util.cc', | 449 'gfx/pango_util.cc', |
| 446 'gfx/path.cc', | 450 'gfx/path.cc', |
| 447 'gfx/path.h', | 451 'gfx/path.h', |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 }, | 806 }, |
| 803 ], | 807 ], |
| 804 'conditions': [ | 808 'conditions': [ |
| 805 ['inside_chromium_build == 1', { | 809 ['inside_chromium_build == 1', { |
| 806 'includes': [ | 810 'includes': [ |
| 807 'ui_unittests.gypi', | 811 'ui_unittests.gypi', |
| 808 ]}, | 812 ]}, |
| 809 ], | 813 ], |
| 810 ], | 814 ], |
| 811 } | 815 } |
| OLD | NEW |