| 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_base.gyp:mojo_environment_chromium', | 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 10 '../mojo/mojo_base.gyp:mojo_common_lib', | 10 '../mojo/mojo_base.gyp:mojo_common_lib', |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 # iOS only needs a small portion of content; exclude all the | 388 # iOS only needs a small portion of content; exclude all the |
| 389 # implementation, and re-include what is used. | 389 # implementation, and re-include what is used. |
| 390 ['exclude', '\\.(cc|mm)$'], | 390 ['exclude', '\\.(cc|mm)$'], |
| 391 ], | 391 ], |
| 392 }, { # OS!="ios" | 392 }, { # OS!="ios" |
| 393 'dependencies': [ | 393 'dependencies': [ |
| 394 'app/resources/content_resources.gyp:content_resources', | 394 'app/resources/content_resources.gyp:content_resources', |
| 395 'app/strings/content_strings.gyp:content_strings', | 395 'app/strings/content_strings.gyp:content_strings', |
| 396 '../storage/storage_common.gyp:storage_common', | 396 '../storage/storage_common.gyp:storage_common', |
| 397 '../third_party/WebKit/public/blink.gyp:blink', | 397 '../third_party/WebKit/public/blink.gyp:blink', |
| 398 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources'
, |
| 398 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 399 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 399 '../third_party/npapi/npapi.gyp:npapi', | 400 '../third_party/npapi/npapi.gyp:npapi', |
| 400 ], | 401 ], |
| 401 }], | 402 }], |
| 402 ['use_aura==1', { | 403 ['use_aura==1', { |
| 403 'sources!': [ | 404 'sources!': [ |
| 404 'child/npapi/webplugin_delegate_impl_mac.mm', | 405 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 405 ], | 406 ], |
| 406 }], | 407 }], |
| 407 ['OS=="win"', { | 408 ['OS=="win"', { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 428 }, { | 429 }, { |
| 429 'dependencies': [ | 430 'dependencies': [ |
| 430 '../third_party/nss/nss.gyp:nspr', | 431 '../third_party/nss/nss.gyp:nspr', |
| 431 '../third_party/nss/nss.gyp:nss', | 432 '../third_party/nss/nss.gyp:nss', |
| 432 ], | 433 ], |
| 433 }], | 434 }], |
| 434 ], | 435 ], |
| 435 }], | 436 }], |
| 436 ], | 437 ], |
| 437 } | 438 } |
| OLD | NEW |