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

Side by Side Diff: chrome/common/extensions/api/api.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
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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome_api', 8 'target_name': 'chrome_api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'cast_streaming_rtp_stream.idl', 171 'cast_streaming_rtp_stream.idl',
172 'cast_streaming_session.idl', 172 'cast_streaming_session.idl',
173 'cast_streaming_udp_transport.idl', 173 'cast_streaming_udp_transport.idl',
174 ], 174 ],
175 }], 175 }],
176 ], 176 ],
177 'cc_dir': 'chrome/common/extensions/api', 177 'cc_dir': 'chrome/common/extensions/api',
178 'root_namespace': 'extensions::api', 178 'root_namespace': 'extensions::api',
179 }, 179 },
180 'dependencies': [ 180 'dependencies': [
181 '<(DEPTH)/content/content.gyp:content_browser',
181 '<(DEPTH)/skia/skia.gyp:skia', 182 '<(DEPTH)/skia/skia.gyp:skia',
182 '<(DEPTH)/sync/sync.gyp:sync', 183 '<(DEPTH)/sync/sync.gyp:sync',
183 ], 184 ],
184 'conditions': [ 185 'conditions': [
185 ['chromeos==1', { 186 ['chromeos==1', {
186 'dependencies': [ 187 'dependencies': [
187 '<(DEPTH)/chrome/chrome.gyp:drive_proto', 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto',
188 ], 189 ],
189 }], 190 }],
190 ], 191 ],
191 }, 192 },
192 ], 193 ],
193 } 194 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/dom_distiller.gypi » ('j') | components/nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698