| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 'target_name': 'app_shell_lib', | 66 'target_name': 'app_shell_lib', |
| 67 'type': 'static_library', | 67 'type': 'static_library', |
| 68 'defines!': ['CONTENT_IMPLEMENTATION'], | 68 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 69 'dependencies': [ | 69 'dependencies': [ |
| 70 'app_shell_pak', | 70 'app_shell_pak', |
| 71 '<(DEPTH)/apps/shell/common/api/api.gyp:shell_api', | 71 '<(DEPTH)/apps/shell/common/api/api.gyp:shell_api', |
| 72 '<(DEPTH)/base/base.gyp:base', | 72 '<(DEPTH)/base/base.gyp:base', |
| 73 '<(DEPTH)/base/base.gyp:base_prefs_test_support', | 73 '<(DEPTH)/base/base.gyp:base_prefs_test_support', |
| 74 '<(DEPTH)/components/components.gyp:pref_registry', |
| 75 '<(DEPTH)/components/components.gyp:user_prefs', |
| 74 '<(DEPTH)/content/content.gyp:content', | 76 '<(DEPTH)/content/content.gyp:content', |
| 75 '<(DEPTH)/content/content.gyp:content_gpu', | 77 '<(DEPTH)/content/content.gyp:content_gpu', |
| 76 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', | 78 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', |
| 77 '<(DEPTH)/content/content.gyp:content_worker', | 79 '<(DEPTH)/content/content.gyp:content_worker', |
| 78 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 80 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
| 79 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 81 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 80 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 82 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
| 81 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 83 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 82 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 84 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 83 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 85 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'browser/shell_browsertest.cc', | 201 'browser/shell_browsertest.cc', |
| 200 'test/shell_test.h', | 202 'test/shell_test.h', |
| 201 'test/shell_test.cc', | 203 'test/shell_test.cc', |
| 202 'test/shell_test_launcher_delegate.cc', | 204 'test/shell_test_launcher_delegate.cc', |
| 203 'test/shell_test_launcher_delegate.h', | 205 'test/shell_test_launcher_delegate.h', |
| 204 'test/shell_tests_main.cc', | 206 'test/shell_tests_main.cc', |
| 205 ], | 207 ], |
| 206 }, | 208 }, |
| 207 ], # targets | 209 ], # targets |
| 208 } | 210 } |
| OLD | NEW |