| 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:native_app_window', |
| 18 '<(DEPTH)/components/components.gyp:omaha_query_params', | 19 '<(DEPTH)/components/components.gyp:omaha_query_params', |
| 19 '<(DEPTH)/components/components.gyp:pref_registry', | 20 '<(DEPTH)/components/components.gyp:pref_registry', |
| 20 '<(DEPTH)/components/components.gyp:user_prefs', | 21 '<(DEPTH)/components/components.gyp:user_prefs', |
| 21 '<(DEPTH)/components/components.gyp:web_cache_renderer', | 22 '<(DEPTH)/components/components.gyp:web_cache_renderer', |
| 22 '<(DEPTH)/content/content.gyp:content', | 23 '<(DEPTH)/content/content.gyp:content', |
| 23 '<(DEPTH)/content/content.gyp:content_gpu', | 24 '<(DEPTH)/content/content.gyp:content_gpu', |
| 24 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', | 25 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', |
| 25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 26 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
| 26 '<(DEPTH)/device/core/core.gyp:device_core', | 27 '<(DEPTH)/device/core/core.gyp:device_core', |
| 27 '<(DEPTH)/device/hid/hid.gyp:device_hid', | 28 '<(DEPTH)/device/hid/hid.gyp:device_hid', |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 '<@(_outputs)', | 261 '<@(_outputs)', |
| 261 ], | 262 ], |
| 262 'includes': [ | 263 'includes': [ |
| 263 '../../build/util/version.gypi', | 264 '../../build/util/version.gypi', |
| 264 ], | 265 ], |
| 265 }, | 266 }, |
| 266 ], | 267 ], |
| 267 }, | 268 }, |
| 268 ], # targets | 269 ], # targets |
| 269 } | 270 } |
| OLD | NEW |