| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 '<(SHARED_INTERMEDIATE_DIR)', | 96 '<(SHARED_INTERMEDIATE_DIR)', |
| 97 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', | 97 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', |
| 98 ], | 98 ], |
| 99 'sources': [ | 99 'sources': [ |
| 100 'app/shell_main_delegate.cc', | 100 'app/shell_main_delegate.cc', |
| 101 'app/shell_main_delegate.h', | 101 'app/shell_main_delegate.h', |
| 102 'browser/api/shell/shell_api.cc', | 102 'browser/api/shell/shell_api.cc', |
| 103 'browser/api/shell/shell_api.h', | 103 'browser/api/shell/shell_api.h', |
| 104 'browser/default_shell_browser_main_delegate.cc', | 104 'browser/default_shell_browser_main_delegate.cc', |
| 105 'browser/default_shell_browser_main_delegate.h', | 105 'browser/default_shell_browser_main_delegate.h', |
| 106 'browser/default_shell_app_window_controller.cc', |
| 107 'browser/default_shell_app_window_controller.h', |
| 106 'browser/shell_app_sorting.cc', | 108 'browser/shell_app_sorting.cc', |
| 107 'browser/shell_app_sorting.h', | 109 'browser/shell_app_sorting.h', |
| 108 'browser/shell_app_window.cc', | 110 'browser/shell_app_window.cc', |
| 109 'browser/shell_app_window.h', | 111 'browser/shell_app_window.h', |
| 112 'browser/shell_app_window_controller.h', |
| 110 'browser/shell_browser_context.cc', | 113 'browser/shell_browser_context.cc', |
| 111 'browser/shell_browser_context.h', | 114 'browser/shell_browser_context.h', |
| 112 'browser/shell_browser_main_delegate.h', | 115 'browser/shell_browser_main_delegate.h', |
| 113 'browser/shell_browser_main_parts.cc', | 116 'browser/shell_browser_main_parts.cc', |
| 114 'browser/shell_browser_main_parts.h', | 117 'browser/shell_browser_main_parts.h', |
| 115 'browser/shell_content_browser_client.cc', | 118 'browser/shell_content_browser_client.cc', |
| 116 'browser/shell_content_browser_client.h', | 119 'browser/shell_content_browser_client.h', |
| 117 'browser/shell_desktop_controller.cc', | 120 'browser/shell_desktop_controller.cc', |
| 118 'browser/shell_desktop_controller.h', | 121 'browser/shell_desktop_controller.h', |
| 119 'browser/shell_extension_system.cc', | 122 'browser/shell_extension_system.cc', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'browser/shell_browsertest.cc', | 204 'browser/shell_browsertest.cc', |
| 202 'test/shell_test.h', | 205 'test/shell_test.h', |
| 203 'test/shell_test.cc', | 206 'test/shell_test.cc', |
| 204 'test/shell_test_launcher_delegate.cc', | 207 'test/shell_test_launcher_delegate.cc', |
| 205 'test/shell_test_launcher_delegate.h', | 208 'test/shell_test_launcher_delegate.h', |
| 206 'test/shell_tests_main.cc', | 209 'test/shell_tests_main.cc', |
| 207 ], | 210 ], |
| 208 }, | 211 }, |
| 209 ], # targets | 212 ], # targets |
| 210 } | 213 } |
| OLD | NEW |