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