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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'base/animation/slide_animation.h', | 56 'base/animation/slide_animation.h', |
57 'base/animation/tween.cc', | 57 'base/animation/tween.cc', |
58 'base/animation/tween.h', | 58 'base/animation/tween.h', |
59 'base/layout.cc', | 59 'base/layout.cc', |
60 'base/layout.h', | 60 'base/layout.h', |
61 'base/models/tree_node_iterator.h', | 61 'base/models/tree_node_iterator.h', |
62 'base/models/tree_node_model.h', | 62 'base/models/tree_node_model.h', |
63 'base/resource/data_pack.cc', | 63 'base/resource/data_pack.cc', |
64 'base/resource/data_pack.h', | 64 'base/resource/data_pack.h', |
65 'base/resource/resource_handle.h', | 65 'base/resource/resource_handle.h', |
| 66 'base/text/text_elider.cc', |
| 67 'base/text/text_elider.h', |
66 'base/ui_base_paths.cc', | 68 'base/ui_base_paths.cc', |
67 'base/ui_base_paths.h', | 69 'base/ui_base_paths.h', |
68 'base/ui_base_switches.cc', | 70 'base/ui_base_switches.cc', |
69 'base/ui_base_switches.h', | 71 'base/ui_base_switches.h', |
70 'base/ui_export.h', | 72 'base/ui_export.h', |
71 'gfx/font.cc', | 73 'gfx/font.cc', |
72 'gfx/font.h', | 74 'gfx/font.h', |
73 'gfx/image/image.cc', | 75 'gfx/image/image.cc', |
74 'gfx/image/image.h', | 76 'gfx/image/image.h', |
75 'gfx/image/image_ios.mm', | 77 'gfx/image/image_ios.mm', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'base/resource/resource_bundle_android.cc', | 365 'base/resource/resource_bundle_android.cc', |
364 'base/resource/resource_bundle_aurax11.cc', | 366 'base/resource/resource_bundle_aurax11.cc', |
365 'base/resource/resource_bundle_gtk.cc', | 367 'base/resource/resource_bundle_gtk.cc', |
366 'base/resource/resource_bundle_mac.mm', | 368 'base/resource/resource_bundle_mac.mm', |
367 'base/resource/resource_bundle_win.cc', | 369 'base/resource/resource_bundle_win.cc', |
368 'base/resource/resource_bundle_win.h', | 370 'base/resource/resource_bundle_win.h', |
369 'base/resource/resource_data_dll_win.cc', | 371 'base/resource/resource_data_dll_win.cc', |
370 'base/resource/resource_data_dll_win.h', | 372 'base/resource/resource_data_dll_win.h', |
371 'base/text/bytes_formatting.cc', | 373 'base/text/bytes_formatting.cc', |
372 'base/text/bytes_formatting.h', | 374 'base/text/bytes_formatting.h', |
373 'base/text/text_elider.cc', | |
374 'base/text/text_elider.h', | |
375 'base/text/utf16_indexing.cc', | 375 'base/text/utf16_indexing.cc', |
376 'base/text/utf16_indexing.h', | 376 'base/text/utf16_indexing.h', |
377 'base/theme_provider.cc', | 377 'base/theme_provider.cc', |
378 'base/theme_provider.h', | 378 'base/theme_provider.h', |
379 'base/touch/touch_factory.cc', | 379 'base/touch/touch_factory.cc', |
380 'base/touch/touch_factory.h', | 380 'base/touch/touch_factory.h', |
381 'base/ui_base_exports.cc', | 381 'base/ui_base_exports.cc', |
382 'base/ui_base_types.h', | 382 'base/ui_base_types.h', |
383 'base/view_prop.cc', | 383 'base/view_prop.cc', |
384 'base/view_prop.h', | 384 'base/view_prop.h', |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 ], | 866 ], |
867 'export_dependent_settings': [ | 867 'export_dependent_settings': [ |
868 '../base/base.gyp:base_java', | 868 '../base/base.gyp:base_java', |
869 ], | 869 ], |
870 'includes': [ '../build/java.gypi' ], | 870 'includes': [ '../build/java.gypi' ], |
871 }, | 871 }, |
872 ], | 872 ], |
873 }], | 873 }], |
874 ], | 874 ], |
875 } | 875 } |
OLD | NEW |