Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Side by Side Diff: chrome/chrome.gyp

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad merge of export_dependent_settings block in content_browser.gypi Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | components/nacl.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 ], 240 ],
241 }, 241 },
242 { 242 {
243 'target_name': 'utility', 243 'target_name': 'utility',
244 'type': 'static_library', 244 'type': 'static_library',
245 'variables': { 'enable_wexit_time_destructors': 1, }, 245 'variables': { 'enable_wexit_time_destructors': 1, },
246 'dependencies': [ 246 'dependencies': [
247 'common/extensions/api/api.gyp:chrome_api', 247 'common/extensions/api/api.gyp:chrome_api',
248 '../base/base.gyp:base', 248 '../base/base.gyp:base',
249 '../components/components.gyp:wifi_component', 249 '../components/components.gyp:wifi_component',
250 '../content/content.gyp:content_common',
250 '../content/content.gyp:content_utility', 251 '../content/content.gyp:content_utility',
251 '../media/media.gyp:media', 252 '../media/media.gyp:media',
252 '../skia/skia.gyp:skia', 253 '../skia/skia.gyp:skia',
253 '../third_party/libxml/libxml.gyp:libxml', 254 '../third_party/libxml/libxml.gyp:libxml',
254 'common', 255 'common',
255 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 256 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
256 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 257 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
257 ], 258 ],
258 'sources': [ 259 'sources': [
259 'utility/chrome_content_utility_client.cc', 260 'utility/chrome_content_utility_client.cc',
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 'sources': [ 1113 'sources': [
1113 'service/cloud_print/print_system_dummy.cc', 1114 'service/cloud_print/print_system_dummy.cc',
1114 ], 1115 ],
1115 }], 1116 }],
1116 ], 1117 ],
1117 }, 1118 },
1118 ], 1119 ],
1119 }], 1120 }],
1120 ], # 'conditions' 1121 ], # 'conditions'
1121 } 1122 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | components/nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698