| 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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 'screensaver/screensaver_view_unittest.cc', | 691 'screensaver/screensaver_view_unittest.cc', |
| 692 'session_state_delegate_stub.cc', | 692 'session_state_delegate_stub.cc', |
| 693 'session_state_delegate_stub.h', | 693 'session_state_delegate_stub.h', |
| 694 'shelf/shelf_layout_manager_unittest.cc', | 694 'shelf/shelf_layout_manager_unittest.cc', |
| 695 'shelf/shelf_widget_unittest.cc', | 695 'shelf/shelf_widget_unittest.cc', |
| 696 'shell_unittest.cc', | 696 'shell_unittest.cc', |
| 697 'shell/app_list.cc', | 697 'shell/app_list.cc', |
| 698 'shell/bubble.cc', | 698 'shell/bubble.cc', |
| 699 'shell/context_menu.cc', | 699 'shell/context_menu.cc', |
| 700 'shell/context_menu.h', | 700 'shell/context_menu.h', |
| 701 'shell/keyboard_controller_proxy_stub.cc', |
| 702 'shell/keyboard_controller_proxy_stub.h', |
| 701 'shell/launcher_delegate_impl.cc', | 703 'shell/launcher_delegate_impl.cc', |
| 702 'shell/lock_view.cc', | 704 'shell/lock_view.cc', |
| 703 'shell/panel_window.cc', | 705 'shell/panel_window.cc', |
| 704 'shell/shell_delegate_impl.cc', | 706 'shell/shell_delegate_impl.cc', |
| 705 'shell/shell_delegate_impl.h', | 707 'shell/shell_delegate_impl.h', |
| 706 'shell/toplevel_window.cc', | 708 'shell/toplevel_window.cc', |
| 707 'shell/widgets.cc', | 709 'shell/widgets.cc', |
| 708 'shell/window_type_launcher.cc', | 710 'shell/window_type_launcher.cc', |
| 709 'shell/window_watcher.cc', | 711 'shell/window_watcher.cc', |
| 710 'shell/window_watcher_unittest.cc', | 712 'shell/window_watcher_unittest.cc', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 'shell/bubble.cc', | 854 'shell/bubble.cc', |
| 853 'shell/content_client/shell_browser_main_parts.cc', | 855 'shell/content_client/shell_browser_main_parts.cc', |
| 854 'shell/content_client/shell_browser_main_parts.h', | 856 'shell/content_client/shell_browser_main_parts.h', |
| 855 'shell/content_client/shell_content_browser_client.cc', | 857 'shell/content_client/shell_content_browser_client.cc', |
| 856 'shell/content_client/shell_content_browser_client.h', | 858 'shell/content_client/shell_content_browser_client.h', |
| 857 'shell/content_client/shell_main_delegate.cc', | 859 'shell/content_client/shell_main_delegate.cc', |
| 858 'shell/content_client/shell_main_delegate.h', | 860 'shell/content_client/shell_main_delegate.h', |
| 859 'shell/context_menu.cc', | 861 'shell/context_menu.cc', |
| 860 'shell/context_menu.h', | 862 'shell/context_menu.h', |
| 861 'shell/example_factory.h', | 863 'shell/example_factory.h', |
| 864 'shell/keyboard_controller_proxy_stub.cc', |
| 865 'shell/keyboard_controller_proxy_stub.h', |
| 862 'shell/launcher_delegate_impl.cc', | 866 'shell/launcher_delegate_impl.cc', |
| 863 'shell/launcher_delegate_impl.h', | 867 'shell/launcher_delegate_impl.h', |
| 864 'shell/lock_view.cc', | 868 'shell/lock_view.cc', |
| 865 'shell/panel_window.cc', | 869 'shell/panel_window.cc', |
| 866 'shell/panel_window.h', | 870 'shell/panel_window.h', |
| 867 'shell/shell_delegate_impl.cc', | 871 'shell/shell_delegate_impl.cc', |
| 868 'shell/shell_delegate_impl.h', | 872 'shell/shell_delegate_impl.h', |
| 869 'shell/shell_main.cc', | 873 'shell/shell_main.cc', |
| 870 'shell/shell_main_parts.cc', | 874 'shell/shell_main_parts.cc', |
| 871 'shell/shell_main_parts.h', | 875 'shell/shell_main_parts.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 909 'shell/cocoa/app-Info.plist', | 913 'shell/cocoa/app-Info.plist', |
| 910 ], | 914 ], |
| 911 'xcode_settings': { | 915 'xcode_settings': { |
| 912 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 916 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 913 }, | 917 }, |
| 914 }], | 918 }], |
| 915 ], | 919 ], |
| 916 }, | 920 }, |
| 917 ], | 921 ], |
| 918 } | 922 } |
| OLD | NEW |