| 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/extensions/app_bindings.cc', | 10 'renderer/extensions/app_bindings.cc', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 '../media/cast/cast.gyp:cast_transport', | 292 '../media/cast/cast.gyp:cast_transport', |
| 293 '../net/net.gyp:net', | 293 '../net/net.gyp:net', |
| 294 '../skia/skia.gyp:skia', | 294 '../skia/skia.gyp:skia', |
| 295 '../third_party/WebKit/public/blink.gyp:blink', | 295 '../third_party/WebKit/public/blink.gyp:blink', |
| 296 '../third_party/icu/icu.gyp:icui18n', | 296 '../third_party/icu/icu.gyp:icui18n', |
| 297 '../third_party/icu/icu.gyp:icuuc', | 297 '../third_party/icu/icu.gyp:icuuc', |
| 298 '../third_party/npapi/npapi.gyp:npapi', | 298 '../third_party/npapi/npapi.gyp:npapi', |
| 299 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 299 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 300 '../ui/surface/surface.gyp:surface', | 300 '../ui/surface/surface.gyp:surface', |
| 301 '../webkit/child/webkit_child.gyp:webkit_child', | 301 '../webkit/child/webkit_child.gyp:webkit_child', |
| 302 '../webkit/common/webkit_common.gyp:webkit_common', | |
| 303 '../webkit/webkit_resources.gyp:webkit_resources', | 302 '../webkit/webkit_resources.gyp:webkit_resources', |
| 304 ], | 303 ], |
| 305 'include_dirs': [ | 304 'include_dirs': [ |
| 306 '..', | 305 '..', |
| 307 # Needed by chrome_content_renderer_client.cc. | 306 # Needed by chrome_content_renderer_client.cc. |
| 308 '<(SHARED_INTERMEDIATE_DIR)', | 307 '<(SHARED_INTERMEDIATE_DIR)', |
| 309 ], | 308 ], |
| 310 'sources': [ | 309 'sources': [ |
| 311 '<@(chrome_renderer_sources)', | 310 '<@(chrome_renderer_sources)', |
| 312 ], | 311 ], |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 }], | 423 }], |
| 425 ['enable_printing!=0', { | 424 ['enable_printing!=0', { |
| 426 'dependencies': [ | 425 'dependencies': [ |
| 427 '../printing/printing.gyp:printing', | 426 '../printing/printing.gyp:printing', |
| 428 ], | 427 ], |
| 429 }], | 428 }], |
| 430 ], | 429 ], |
| 431 }, | 430 }, |
| 432 ], | 431 ], |
| 433 } | 432 } |
| OLD | NEW |