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 27 matching lines...) Expand all Loading... |
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', | 44 'base/layout.cc', |
45 'base/layout.h', | 45 'base/layout.h', |
46 'base/models/tree_node_iterator.h', | 46 'base/models/tree_node_iterator.h', |
47 'base/models/tree_node_model.h', | 47 'base/models/tree_node_model.h', |
| 48 'base/resource/data_pack.cc', |
| 49 'base/resource/data_pack.h', |
| 50 'base/resource/resource_handle.h', |
48 'base/ui_base_paths.cc', | 51 'base/ui_base_paths.cc', |
49 'base/ui_base_paths.h', | 52 'base/ui_base_paths.h', |
50 'base/ui_base_switches.cc', | 53 'base/ui_base_switches.cc', |
51 'base/ui_base_switches.h', | 54 'base/ui_base_switches.h', |
52 'base/ui_export.h', | 55 'base/ui_export.h', |
53 'gfx/image/image.cc', | 56 'gfx/image/image.cc', |
54 'gfx/image/image.h', | 57 'gfx/image/image.h', |
55 'gfx/image/image_ios.mm', | 58 'gfx/image/image_ios.mm', |
56 'gfx/image/image_mac.mm', | 59 'gfx/image/image_mac.mm', |
57 'gfx/image/image_skia.cc', | 60 'gfx/image/image_skia.cc', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 'base/native_theme/native_theme_base.cc', | 313 'base/native_theme/native_theme_base.cc', |
311 'base/native_theme/native_theme_base.h', | 314 'base/native_theme/native_theme_base.h', |
312 'base/native_theme/native_theme_gtk.cc', | 315 'base/native_theme/native_theme_gtk.cc', |
313 'base/native_theme/native_theme_gtk.h', | 316 'base/native_theme/native_theme_gtk.h', |
314 'base/native_theme/native_theme_win.cc', | 317 'base/native_theme/native_theme_win.cc', |
315 'base/native_theme/native_theme_win.h', | 318 'base/native_theme/native_theme_win.h', |
316 'base/range/range.cc', | 319 'base/range/range.cc', |
317 'base/range/range.h', | 320 'base/range/range.h', |
318 'base/range/range_mac.mm', | 321 'base/range/range_mac.mm', |
319 'base/range/range_win.cc', | 322 'base/range/range_win.cc', |
320 'base/resource/data_pack.cc', | |
321 'base/resource/data_pack.h', | |
322 'base/resource/resource_bundle.cc', | 323 'base/resource/resource_bundle.cc', |
323 'base/resource/resource_bundle.h', | 324 'base/resource/resource_bundle.h', |
324 'base/resource/resource_bundle_android.cc', | 325 'base/resource/resource_bundle_android.cc', |
325 'base/resource/resource_bundle_aurax11.cc', | 326 'base/resource/resource_bundle_aurax11.cc', |
326 'base/resource/resource_bundle_gtk.cc', | 327 'base/resource/resource_bundle_gtk.cc', |
327 'base/resource/resource_bundle_mac.mm', | 328 'base/resource/resource_bundle_mac.mm', |
328 'base/resource/resource_bundle_win.cc', | 329 'base/resource/resource_bundle_win.cc', |
329 'base/resource/resource_bundle_win.h', | 330 'base/resource/resource_bundle_win.h', |
330 'base/resource/resource_data_dll_win.cc', | 331 'base/resource/resource_data_dll_win.cc', |
331 'base/resource/resource_data_dll_win.h', | 332 'base/resource/resource_data_dll_win.h', |
332 'base/resource/resource_handle.h', | |
333 'base/text/bytes_formatting.cc', | 333 'base/text/bytes_formatting.cc', |
334 'base/text/bytes_formatting.h', | 334 'base/text/bytes_formatting.h', |
335 'base/text/text_elider.cc', | 335 'base/text/text_elider.cc', |
336 'base/text/text_elider.h', | 336 'base/text/text_elider.h', |
337 'base/text/utf16_indexing.cc', | 337 'base/text/utf16_indexing.cc', |
338 'base/text/utf16_indexing.h', | 338 'base/text/utf16_indexing.h', |
339 'base/theme_provider.cc', | 339 'base/theme_provider.cc', |
340 'base/theme_provider.h', | 340 'base/theme_provider.h', |
341 'base/touch/touch_factory.cc', | 341 'base/touch/touch_factory.cc', |
342 'base/touch/touch_factory.h', | 342 'base/touch/touch_factory.h', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 }, | 806 }, |
807 ], | 807 ], |
808 'conditions': [ | 808 'conditions': [ |
809 ['inside_chromium_build == 1', { | 809 ['inside_chromium_build == 1', { |
810 'includes': [ | 810 'includes': [ |
811 'ui_unittests.gypi', | 811 'ui_unittests.gypi', |
812 ]}, | 812 ]}, |
813 ], | 813 ], |
814 ], | 814 ], |
815 } | 815 } |
OLD | NEW |