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 { |
11 'target_name': 'app_shell_lib', | 11 'target_name': 'app_shell_lib', |
12 'type': 'static_library', | 12 'type': 'static_library', |
13 'defines!': ['CONTENT_IMPLEMENTATION'], | 13 'defines!': ['CONTENT_IMPLEMENTATION'], |
14 'dependencies': [ | 14 'dependencies': [ |
15 'app_shell_version_header', | 15 'app_shell_version_header', |
16 '<(DEPTH)/base/base.gyp:base', | 16 '<(DEPTH)/base/base.gyp:base', |
17 '<(DEPTH)/base/base.gyp:base_prefs_test_support', | 17 '<(DEPTH)/base/base.gyp:base_prefs_test_support', |
18 '<(DEPTH)/components/components.gyp:omaha_query_params', | 18 '<(DEPTH)/components/components.gyp:omaha_query_params', |
19 '<(DEPTH)/components/components.gyp:pref_registry', | 19 '<(DEPTH)/components/components.gyp:pref_registry', |
20 '<(DEPTH)/components/components.gyp:user_prefs', | 20 '<(DEPTH)/components/components.gyp:user_prefs', |
21 '<(DEPTH)/content/content.gyp:content', | 21 '<(DEPTH)/content/content.gyp:content', |
22 '<(DEPTH)/content/content.gyp:content_gpu', | 22 '<(DEPTH)/content/content.gyp:content_gpu', |
23 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', | 23 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', |
24 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 24 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
25 '<(DEPTH)/device/hid/hid.gyp:device_hid', | 25 '<(DEPTH)/device/hid/hid.gyp:device_hid', |
| 26 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg
istration', |
26 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 27 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
27 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 28 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
28 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 29 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
29 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 30 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
30 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 31 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
31 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 32 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 33 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', |
32 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 34 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', | 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', |
35 '<(DEPTH)/skia/skia.gyp:skia', | 37 '<(DEPTH)/skia/skia.gyp:skia', |
36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
37 '<(DEPTH)/ui/wm/wm.gyp:wm', | 39 '<(DEPTH)/ui/wm/wm.gyp:wm', |
38 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
39 ], | 41 ], |
40 'include_dirs': [ | 42 'include_dirs': [ |
41 '../..', | 43 '../..', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 '<@(_outputs)', | 252 '<@(_outputs)', |
251 ], | 253 ], |
252 'includes': [ | 254 'includes': [ |
253 '../../build/util/version.gypi', | 255 '../../build/util/version.gypi', |
254 ], | 256 ], |
255 }, | 257 }, |
256 ], | 258 ], |
257 }, | 259 }, |
258 ], # targets | 260 ], # targets |
259 } | 261 } |
OLD | NEW |