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', | |
27 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 26 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
28 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 27 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
29 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 28 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
30 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 29 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
31 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', | 30 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', |
32 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 31 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
33 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re
gistration', | |
34 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 32 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', | 34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', |
37 '<(DEPTH)/skia/skia.gyp:skia', | 35 '<(DEPTH)/skia/skia.gyp:skia', |
38 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 36 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
39 '<(DEPTH)/ui/wm/wm.gyp:wm', | 37 '<(DEPTH)/ui/wm/wm.gyp:wm', |
40 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 38 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
41 ], | 39 ], |
42 'include_dirs': [ | 40 'include_dirs': [ |
43 '../..', | 41 '../..', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 '<@(_outputs)', | 250 '<@(_outputs)', |
253 ], | 251 ], |
254 'includes': [ | 252 'includes': [ |
255 '../../build/util/version.gypi', | 253 '../../build/util/version.gypi', |
256 ], | 254 ], |
257 }, | 255 }, |
258 ], | 256 ], |
259 }, | 257 }, |
260 ], # targets | 258 ], # targets |
261 } | 259 } |
OLD | NEW |