| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../mojo/mojo.gyp:mojo_environment_chromium', | 9 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 }], | 308 }], |
| 309 ['OS=="ios"', { | 309 ['OS=="ios"', { |
| 310 'sources/': [ | 310 'sources/': [ |
| 311 # iOS only needs a small portion of content; exclude all the | 311 # iOS only needs a small portion of content; exclude all the |
| 312 # implementation, and re-include what is used. | 312 # implementation, and re-include what is used. |
| 313 ['exclude', '\\.(cc|mm)$'], | 313 ['exclude', '\\.(cc|mm)$'], |
| 314 ], | 314 ], |
| 315 }, { # OS!="ios" | 315 }, { # OS!="ios" |
| 316 'dependencies': [ | 316 'dependencies': [ |
| 317 '../third_party/WebKit/public/blink.gyp:blink', | 317 '../third_party/WebKit/public/blink.gyp:blink', |
| 318 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 318 '../third_party/npapi/npapi.gyp:npapi', | 319 '../third_party/npapi/npapi.gyp:npapi', |
| 319 '../webkit/child/webkit_child.gyp:webkit_child', | 320 '../webkit/child/webkit_child.gyp:webkit_child', |
| 320 '../webkit/common/webkit_common.gyp:webkit_common', | 321 '../webkit/common/webkit_common.gyp:webkit_common', |
| 321 '../webkit/webkit_resources.gyp:webkit_resources', | 322 '../webkit/webkit_resources.gyp:webkit_resources', |
| 322 ], | 323 ], |
| 323 }], | 324 }], |
| 324 ['use_aura==1', { | 325 ['use_aura==1', { |
| 325 'sources!': [ | 326 'sources!': [ |
| 326 'child/npapi/webplugin_delegate_impl_mac.mm', | 327 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 327 ], | 328 ], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 350 }, { | 351 }, { |
| 351 'dependencies': [ | 352 'dependencies': [ |
| 352 '../third_party/nss/nss.gyp:nspr', | 353 '../third_party/nss/nss.gyp:nspr', |
| 353 '../third_party/nss/nss.gyp:nss', | 354 '../third_party/nss/nss.gyp:nss', |
| 354 ], | 355 ], |
| 355 }], | 356 }], |
| 356 ], | 357 ], |
| 357 }], | 358 }], |
| 358 ], | 359 ], |
| 359 } | 360 } |
| OLD | NEW |