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/benchmarking_extension.cc', | 8 'renderer/benchmarking_extension.cc', |
9 'renderer/benchmarking_extension.h', | 9 'renderer/benchmarking_extension.h', |
10 'renderer/isolated_world_ids.h', | 10 'renderer/isolated_world_ids.h', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 '../media/cast/cast.gyp:cast_net', | 281 '../media/cast/cast.gyp:cast_net', |
282 '../media/cast/cast.gyp:cast_sender', | 282 '../media/cast/cast.gyp:cast_sender', |
283 '../net/net.gyp:net', | 283 '../net/net.gyp:net', |
284 '../skia/skia.gyp:skia', | 284 '../skia/skia.gyp:skia', |
285 '../third_party/WebKit/public/blink.gyp:blink', | 285 '../third_party/WebKit/public/blink.gyp:blink', |
286 '../third_party/icu/icu.gyp:icui18n', | 286 '../third_party/icu/icu.gyp:icui18n', |
287 '../third_party/icu/icu.gyp:icuuc', | 287 '../third_party/icu/icu.gyp:icuuc', |
288 '../third_party/npapi/npapi.gyp:npapi', | 288 '../third_party/npapi/npapi.gyp:npapi', |
289 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 289 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
290 '../ui/surface/surface.gyp:surface', | 290 '../ui/surface/surface.gyp:surface', |
| 291 # FIXME(andrewhayden) This needs to be conditionally performed based on, |
| 292 # ostensibly, a boolean that indicates what the embedder wants. |
| 293 '../third_party/cld_2/cld_2.gyp:cld2_dynamic', |
291 ], | 294 ], |
292 'include_dirs': [ | 295 'include_dirs': [ |
293 '..', | 296 '..', |
294 # Needed by chrome_content_renderer_client.cc. | 297 # Needed by chrome_content_renderer_client.cc. |
295 '<(SHARED_INTERMEDIATE_DIR)', | 298 '<(SHARED_INTERMEDIATE_DIR)', |
296 ], | 299 ], |
297 'sources': [ | 300 'sources': [ |
298 '<@(chrome_renderer_sources)', | 301 '<@(chrome_renderer_sources)', |
299 ], | 302 ], |
300 'conditions': [ | 303 'conditions': [ |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'export_dependent_settings': [ | 409 'export_dependent_settings': [ |
407 '<(allocator_target)', | 410 '<(allocator_target)', |
408 ], | 411 ], |
409 }], | 412 }], |
410 ], | 413 ], |
411 }], | 414 }], |
412 ], | 415 ], |
413 }, | 416 }, |
414 ], | 417 ], |
415 } | 418 } |
OLD | NEW |