| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'browser/shell_extensions_browser_client.cc', | 112 'browser/shell_extensions_browser_client.cc', |
| 113 'browser/shell_extensions_browser_client.h', | 113 'browser/shell_extensions_browser_client.h', |
| 114 'common/shell_app_runtime.cc', | 114 'common/shell_app_runtime.cc', |
| 115 'common/shell_app_runtime.h', | 115 'common/shell_app_runtime.h', |
| 116 'common/shell_content_client.cc', | 116 'common/shell_content_client.cc', |
| 117 'common/shell_content_client.h', | 117 'common/shell_content_client.h', |
| 118 'common/shell_extensions_client.cc', | 118 'common/shell_extensions_client.cc', |
| 119 'common/shell_extensions_client.h', | 119 'common/shell_extensions_client.h', |
| 120 'renderer/shell_content_renderer_client.cc', | 120 'renderer/shell_content_renderer_client.cc', |
| 121 'renderer/shell_content_renderer_client.h', | 121 'renderer/shell_content_renderer_client.h', |
| 122 'renderer/shell_extensions_renderer_client.cc', |
| 123 'renderer/shell_extensions_renderer_client.h', |
| 122 ], | 124 ], |
| 123 }, | 125 }, |
| 124 { | 126 { |
| 125 'target_name': 'app_shell', | 127 'target_name': 'app_shell', |
| 126 'type': 'executable', | 128 'type': 'executable', |
| 127 'defines!': ['CONTENT_IMPLEMENTATION'], | 129 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 128 'dependencies': [ | 130 'dependencies': [ |
| 129 'app_shell_lib', | 131 'app_shell_lib', |
| 130 'app_shell_pak', | 132 'app_shell_pak', |
| 131 ], | 133 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'browser/shell_browsertest.cc', | 172 'browser/shell_browsertest.cc', |
| 171 'test/shell_test.h', | 173 'test/shell_test.h', |
| 172 'test/shell_test.cc', | 174 'test/shell_test.cc', |
| 173 'test/shell_test_launcher_delegate.cc', | 175 'test/shell_test_launcher_delegate.cc', |
| 174 'test/shell_test_launcher_delegate.h', | 176 'test/shell_test_launcher_delegate.h', |
| 175 'test/shell_tests_main.cc', | 177 'test/shell_tests_main.cc', |
| 176 ], | 178 ], |
| 177 }, | 179 }, |
| 178 ], # targets | 180 ], # targets |
| 179 } | 181 } |
| OLD | NEW |