| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 '../media/cast/cast.gyp:cast_logging_proto', | 277 '../media/cast/cast.gyp:cast_logging_proto', |
| 278 '../media/cast/cast.gyp:cast_net', | 278 '../media/cast/cast.gyp:cast_net', |
| 279 '../media/cast/cast.gyp:cast_sender', | 279 '../media/cast/cast.gyp:cast_sender', |
| 280 '../net/net.gyp:net', | 280 '../net/net.gyp:net', |
| 281 '../skia/skia.gyp:skia', | 281 '../skia/skia.gyp:skia', |
| 282 '../third_party/WebKit/public/blink.gyp:blink', | 282 '../third_party/WebKit/public/blink.gyp:blink', |
| 283 '../third_party/icu/icu.gyp:icui18n', | 283 '../third_party/icu/icu.gyp:icui18n', |
| 284 '../third_party/icu/icu.gyp:icuuc', | 284 '../third_party/icu/icu.gyp:icuuc', |
| 285 '../third_party/npapi/npapi.gyp:npapi', | 285 '../third_party/npapi/npapi.gyp:npapi', |
| 286 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 286 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 287 '../ui/surface/surface.gyp:surface', | |
| 288 ], | 287 ], |
| 289 'include_dirs': [ | 288 'include_dirs': [ |
| 290 '..', | 289 '..', |
| 291 # Needed by chrome_content_renderer_client.cc. | 290 # Needed by chrome_content_renderer_client.cc. |
| 292 '<(SHARED_INTERMEDIATE_DIR)', | 291 '<(SHARED_INTERMEDIATE_DIR)', |
| 293 ], | 292 ], |
| 294 'sources': [ | 293 'sources': [ |
| 295 '<@(chrome_renderer_sources)', | 294 '<@(chrome_renderer_sources)', |
| 296 ], | 295 ], |
| 297 'conditions': [ | 296 'conditions': [ |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'export_dependent_settings': [ | 402 'export_dependent_settings': [ |
| 404 '<(allocator_target)', | 403 '<(allocator_target)', |
| 405 ], | 404 ], |
| 406 }], | 405 }], |
| 407 ], | 406 ], |
| 408 }], | 407 }], |
| 409 ], | 408 ], |
| 410 }, | 409 }, |
| 411 ], | 410 ], |
| 412 } | 411 } |
| OLD | NEW |