| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'l10n/l10n_util_plurals.cc', | 218 'l10n/l10n_util_plurals.cc', |
| 219 'l10n/l10n_util_plurals.h', | 219 'l10n/l10n_util_plurals.h', |
| 220 'l10n/l10n_util_posix.cc', | 220 'l10n/l10n_util_posix.cc', |
| 221 'l10n/l10n_util_win.cc', | 221 'l10n/l10n_util_win.cc', |
| 222 'l10n/l10n_util_win.h', | 222 'l10n/l10n_util_win.h', |
| 223 'l10n/time_format.cc', | 223 'l10n/time_format.cc', |
| 224 'l10n/time_format.h', | 224 'l10n/time_format.h', |
| 225 'layout.cc', | 225 'layout.cc', |
| 226 'layout.h', | 226 'layout.h', |
| 227 'layout_mac.mm', | 227 'layout_mac.mm', |
| 228 'material_design/material_design_controller.cc', |
| 229 'material_design/material_design_controller.h', |
| 228 'models/button_menu_item_model.cc', | 230 'models/button_menu_item_model.cc', |
| 229 'models/button_menu_item_model.h', | 231 'models/button_menu_item_model.h', |
| 230 'models/combobox_model.cc', | 232 'models/combobox_model.cc', |
| 231 'models/combobox_model.h', | 233 'models/combobox_model.h', |
| 232 'models/combobox_model_observer.h', | 234 'models/combobox_model_observer.h', |
| 233 'models/dialog_model.cc', | 235 'models/dialog_model.cc', |
| 234 'models/dialog_model.h', | 236 'models/dialog_model.h', |
| 235 'models/list_model.h', | 237 'models/list_model.h', |
| 236 'models/list_model_observer.h', | 238 'models/list_model_observer.h', |
| 237 'models/list_selection_model.cc', | 239 'models/list_selection_model.cc', |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 '../../testing/gtest.gyp:gtest', | 645 '../../testing/gtest.gyp:gtest', |
| 644 '../gfx/gfx.gyp:gfx', | 646 '../gfx/gfx.gyp:gfx', |
| 645 '../gfx/gfx.gyp:gfx_geometry', | 647 '../gfx/gfx.gyp:gfx_geometry', |
| 646 ], | 648 ], |
| 647 'sources': [ | 649 'sources': [ |
| 648 # Note: file list duplicated in GN build. | 650 # Note: file list duplicated in GN build. |
| 649 'test/ios/keyboard_appearance_listener.h', | 651 'test/ios/keyboard_appearance_listener.h', |
| 650 'test/ios/keyboard_appearance_listener.mm', | 652 'test/ios/keyboard_appearance_listener.mm', |
| 651 'test/ios/ui_view_test_utils.h', | 653 'test/ios/ui_view_test_utils.h', |
| 652 'test/ios/ui_view_test_utils.mm', | 654 'test/ios/ui_view_test_utils.mm', |
| 655 'test/material_design_controller_test_api.cc', |
| 656 'test/material_design_controller_test_api.h', |
| 653 'test/test_clipboard.cc', | 657 'test/test_clipboard.cc', |
| 654 'test/test_clipboard.h', | 658 'test/test_clipboard.h', |
| 655 'test/ui_controls.h', | 659 'test/ui_controls.h', |
| 656 'test/ui_controls_aura.cc', | 660 'test/ui_controls_aura.cc', |
| 657 'test/ui_controls_internal_win.cc', | 661 'test/ui_controls_internal_win.cc', |
| 658 'test/ui_controls_internal_win.h', | 662 'test/ui_controls_internal_win.h', |
| 659 'test/ui_controls_mac.mm', | 663 'test/ui_controls_mac.mm', |
| 660 'test/ui_controls_win.cc', | 664 'test/ui_controls_win.cc', |
| 661 ], | 665 ], |
| 662 'include_dirs': [ | 666 'include_dirs': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 ], | 709 ], |
| 706 'variables': { | 710 'variables': { |
| 707 'jni_gen_package': 'ui', | 711 'jni_gen_package': 'ui', |
| 708 }, | 712 }, |
| 709 'includes': [ '../../build/jni_generator.gypi' ], | 713 'includes': [ '../../build/jni_generator.gypi' ], |
| 710 }, | 714 }, |
| 711 ], | 715 ], |
| 712 }], | 716 }], |
| 713 ], | 717 ], |
| 714 } | 718 } |
| OLD | NEW |