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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a few more missing dependencies to the new component's BUILD.gn rules for our renderer sectio… Created 5 years 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
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 { 5 {
6 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/banners/app_banner_client.cc', 8 'renderer/banners/app_banner_client.cc',
9 'renderer/banners/app_banner_client.h', 9 'renderer/banners/app_banner_client.h',
10 'renderer/benchmarking_extension.cc', 10 'renderer/benchmarking_extension.cc',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 # Needed by chrome_content_renderer_client.cc. 273 # Needed by chrome_content_renderer_client.cc.
274 '<(SHARED_INTERMEDIATE_DIR)', 274 '<(SHARED_INTERMEDIATE_DIR)',
275 ], 275 ],
276 'sources': [ 276 'sources': [
277 '<@(chrome_renderer_sources)', 277 '<@(chrome_renderer_sources)',
278 ], 278 ],
279 'conditions': [ 279 'conditions': [
280 ['OS != "ios"', { 280 ['OS != "ios"', {
281 'dependencies': [ 281 'dependencies': [
282 'common_net', 282 'common_net',
283 '../components/components.gyp:contextual_search_renderer',
283 '../components/components.gyp:dom_distiller_content_renderer', 284 '../components/components.gyp:dom_distiller_content_renderer',
284 '../media/media.gyp:media', 285 '../media/media.gyp:media',
285 ], 286 ],
286 }], 287 }],
287 ['disable_nacl!=1', { 288 ['disable_nacl!=1', {
288 'dependencies': [ 289 'dependencies': [
289 '../components/nacl.gyp:nacl', 290 '../components/nacl.gyp:nacl',
290 '../components/nacl.gyp:nacl_renderer', 291 '../components/nacl.gyp:nacl_renderer',
291 ], 292 ],
292 }], 293 }],
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc. 391 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc.
391 ], 392 ],
392 'include_dirs': [ 393 'include_dirs': [
393 '<(DEPTH)/third_party/wtl/include', 394 '<(DEPTH)/third_party/wtl/include',
394 ], 395 ],
395 }], 396 }],
396 ], 397 ],
397 }, 398 },
398 ], 399 ],
399 } 400 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698