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