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