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