| 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 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'shell/example_factory.h', | 1044 'shell/example_factory.h', |
| 1045 'shell/keyboard_controller_proxy_stub.cc', | 1045 'shell/keyboard_controller_proxy_stub.cc', |
| 1046 'shell/keyboard_controller_proxy_stub.h', | 1046 'shell/keyboard_controller_proxy_stub.h', |
| 1047 'shell/lock_view.cc', | 1047 'shell/lock_view.cc', |
| 1048 'shell/panel_window.cc', | 1048 'shell/panel_window.cc', |
| 1049 'shell/panel_window.h', | 1049 'shell/panel_window.h', |
| 1050 'shell/shelf_delegate_impl.cc', | 1050 'shell/shelf_delegate_impl.cc', |
| 1051 'shell/shelf_delegate_impl.h', | 1051 'shell/shelf_delegate_impl.h', |
| 1052 'shell/shell_delegate_impl.cc', | 1052 'shell/shell_delegate_impl.cc', |
| 1053 'shell/shell_delegate_impl.h', | 1053 'shell/shell_delegate_impl.h', |
| 1054 'shell/shell_main.cc', | 1054 'shell/app/shell_main.cc', |
| 1055 'shell/shell_main_parts.cc', | 1055 'shell/shell_main_parts.cc', |
| 1056 'shell/shell_main_parts.h', | 1056 'shell/shell_main_parts.h', |
| 1057 'shell/toplevel_window.cc', | 1057 'shell/toplevel_window.cc', |
| 1058 'shell/toplevel_window.h', | 1058 'shell/toplevel_window.h', |
| 1059 'shell/widgets.cc', | 1059 'shell/widgets.cc', |
| 1060 'shell/window_type_launcher.cc', | 1060 'shell/window_type_launcher.cc', |
| 1061 'shell/window_type_launcher.h', | 1061 'shell/window_type_launcher.h', |
| 1062 'shell/window_watcher.cc', | 1062 'shell/window_watcher.cc', |
| 1063 'shell/window_watcher.h', | 1063 'shell/window_watcher.h', |
| 1064 'shell/window_watcher_shelf_item_delegate.cc', | 1064 'shell/window_watcher_shelf_item_delegate.cc', |
| 1065 'shell/window_watcher_shelf_item_delegate.h', | 1065 'shell/window_watcher_shelf_item_delegate.h', |
| 1066 '../content/app/startup_helper_win.cc', | 1066 '../content/app/startup_helper_win.cc', |
| 1067 '../ui/views/test/test_views_delegate.cc', | 1067 '../ui/views/test/test_views_delegate.cc', |
| 1068 ], | 1068 ], |
| 1069 'conditions': [ | 1069 'conditions': [ |
| 1070 ['OS=="win"', { | 1070 ['OS=="win"', { |
| 1071 'msvs_settings': { | 1071 'msvs_settings': { |
| 1072 'VCLinkerTool': { | 1072 'VCLinkerTool': { |
| 1073 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 1073 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 1074 }, | 1074 }, |
| 1075 }, | 1075 }, |
| 1076 'dependencies': [ | 1076 'dependencies': [ |
| 1077 '../sandbox/sandbox.gyp:sandbox', | 1077 '../sandbox/sandbox.gyp:sandbox', |
| 1078 ], | 1078 ], |
| 1079 }], | 1079 }], |
| 1080 ], | 1080 ], |
| 1081 }, | 1081 }, |
| 1082 ], | 1082 ], |
| 1083 } | 1083 } |
| OLD | NEW |