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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'shell/lock_view.cc', | 687 'shell/lock_view.cc', |
688 'shell/panel_window.cc', | 688 'shell/panel_window.cc', |
689 'shell/shell_delegate_impl.cc', | 689 'shell/shell_delegate_impl.cc', |
690 'shell/shell_delegate_impl.h', | 690 'shell/shell_delegate_impl.h', |
691 'shell/toplevel_window.cc', | 691 'shell/toplevel_window.cc', |
692 'shell/widgets.cc', | 692 'shell/widgets.cc', |
693 'shell/window_type_launcher.cc', | 693 'shell/window_type_launcher.cc', |
694 'shell/window_watcher.cc', | 694 'shell/window_watcher.cc', |
695 'shell/window_watcher_unittest.cc', | 695 'shell/window_watcher_unittest.cc', |
696 'system/chromeos/network/network_state_notifier_unittest.cc', | 696 'system/chromeos/network/network_state_notifier_unittest.cc', |
| 697 'system/chromeos/tray_display_unittest.cc', |
697 'system/tray/system_tray_unittest.cc', | 698 'system/tray/system_tray_unittest.cc', |
698 'system/user/tray_user_unittest.cc', | 699 'system/user/tray_user_unittest.cc', |
699 'system/web_notification/web_notification_tray_unittest.cc', | 700 'system/web_notification/web_notification_tray_unittest.cc', |
700 'test/ash_test_helper_unittest.cc', | 701 'test/ash_test_helper_unittest.cc', |
701 'test/ash_unittests.cc', | 702 'test/ash_unittests.cc', |
702 'tooltips/tooltip_controller_unittest.cc', | 703 'tooltips/tooltip_controller_unittest.cc', |
703 'touch/touch_observer_hud_unittest.cc', | 704 'touch/touch_observer_hud_unittest.cc', |
704 'wm/activation_controller_unittest.cc', | 705 'wm/activation_controller_unittest.cc', |
705 'wm/ash_activation_controller_unittest.cc', | 706 'wm/ash_activation_controller_unittest.cc', |
706 'wm/ash_native_cursor_manager_unittest.cc', | 707 'wm/ash_native_cursor_manager_unittest.cc', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 'shell/cocoa/app-Info.plist', | 876 'shell/cocoa/app-Info.plist', |
876 ], | 877 ], |
877 'xcode_settings': { | 878 'xcode_settings': { |
878 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 879 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
879 }, | 880 }, |
880 }], | 881 }], |
881 ], | 882 ], |
882 }, | 883 }, |
883 ], | 884 ], |
884 } | 885 } |
OLD | NEW |