OLD | NEW |
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 # Needed by chrome_content_renderer_client.cc. | 272 # Needed by chrome_content_renderer_client.cc. |
273 '<(SHARED_INTERMEDIATE_DIR)', | 273 '<(SHARED_INTERMEDIATE_DIR)', |
274 ], | 274 ], |
275 'sources': [ | 275 'sources': [ |
276 '<@(chrome_renderer_sources)', | 276 '<@(chrome_renderer_sources)', |
277 ], | 277 ], |
278 'conditions': [ | 278 'conditions': [ |
279 ['OS != "ios"', { | 279 ['OS != "ios"', { |
280 'dependencies': [ | 280 'dependencies': [ |
281 'common_net', | 281 'common_net', |
| 282 '../components/components.gyp:contextual_search_renderer', |
282 '../components/components.gyp:dom_distiller_content_renderer', | 283 '../components/components.gyp:dom_distiller_content_renderer', |
283 '../media/media.gyp:media', | 284 '../media/media.gyp:media', |
284 ], | 285 ], |
285 }], | 286 }], |
286 ['disable_nacl!=1', { | 287 ['disable_nacl!=1', { |
287 'dependencies': [ | 288 'dependencies': [ |
288 '../components/nacl.gyp:nacl', | 289 '../components/nacl.gyp:nacl', |
289 '../components/nacl.gyp:nacl_renderer', | 290 '../components/nacl.gyp:nacl_renderer', |
290 ], | 291 ], |
291 }], | 292 }], |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'export_dependent_settings': [ | 400 'export_dependent_settings': [ |
400 '<(allocator_target)', | 401 '<(allocator_target)', |
401 ], | 402 ], |
402 }], | 403 }], |
403 ], | 404 ], |
404 }], | 405 }], |
405 ], | 406 ], |
406 }, | 407 }, |
407 ], | 408 ], |
408 } | 409 } |
OLD | NEW |