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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 'shell/lock_view.cc', | 677 'shell/lock_view.cc', |
678 'shell/panel_window.cc', | 678 'shell/panel_window.cc', |
679 'shell/shell_delegate_impl.cc', | 679 'shell/shell_delegate_impl.cc', |
680 'shell/shell_delegate_impl.h', | 680 'shell/shell_delegate_impl.h', |
681 'shell/toplevel_window.cc', | 681 'shell/toplevel_window.cc', |
682 'shell/widgets.cc', | 682 'shell/widgets.cc', |
683 'shell/window_type_launcher.cc', | 683 'shell/window_type_launcher.cc', |
684 'shell/window_watcher.cc', | 684 'shell/window_watcher.cc', |
685 'shell/window_watcher_unittest.cc', | 685 'shell/window_watcher_unittest.cc', |
686 'system/chromeos/network/network_state_notifier_unittest.cc', | 686 'system/chromeos/network/network_state_notifier_unittest.cc', |
| 687 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
687 'system/tray/system_tray_unittest.cc', | 688 'system/tray/system_tray_unittest.cc', |
688 'system/user/tray_user_unittest.cc', | 689 'system/user/tray_user_unittest.cc', |
689 'system/web_notification/web_notification_tray_unittest.cc', | 690 'system/web_notification/web_notification_tray_unittest.cc', |
690 'test/ash_test_helper_unittest.cc', | 691 'test/ash_test_helper_unittest.cc', |
691 'test/ash_unittests.cc', | 692 'test/ash_unittests.cc', |
692 'tooltips/tooltip_controller_unittest.cc', | 693 'tooltips/tooltip_controller_unittest.cc', |
693 'touch/touch_observer_hud_unittest.cc', | 694 'touch/touch_observer_hud_unittest.cc', |
694 'wm/activation_controller_unittest.cc', | 695 'wm/activation_controller_unittest.cc', |
695 'wm/ash_activation_controller_unittest.cc', | 696 'wm/ash_activation_controller_unittest.cc', |
696 'wm/ash_native_cursor_manager_unittest.cc', | 697 'wm/ash_native_cursor_manager_unittest.cc', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 'shell/cocoa/app-Info.plist', | 862 'shell/cocoa/app-Info.plist', |
862 ], | 863 ], |
863 'xcode_settings': { | 864 'xcode_settings': { |
864 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 865 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
865 }, | 866 }, |
866 }], | 867 }], |
867 ], | 868 ], |
868 }, | 869 }, |
869 ], | 870 ], |
870 } | 871 } |
OLD | NEW |