| 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_application_bindings', | 9 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 ], | 314 ], |
| 315 }], | 315 }], |
| 316 ['OS=="ios"', { | 316 ['OS=="ios"', { |
| 317 'sources/': [ | 317 'sources/': [ |
| 318 # iOS only needs a small portion of content; exclude all the | 318 # iOS only needs a small portion of content; exclude all the |
| 319 # implementation, and re-include what is used. | 319 # implementation, and re-include what is used. |
| 320 ['exclude', '\\.(cc|mm)$'], | 320 ['exclude', '\\.(cc|mm)$'], |
| 321 ], | 321 ], |
| 322 }, { # OS!="ios" | 322 }, { # OS!="ios" |
| 323 'dependencies': [ | 323 'dependencies': [ |
| 324 'app/resources/content_resources.gyp:content_resources', |
| 324 'app/strings/content_strings.gyp:content_strings', | 325 'app/strings/content_strings.gyp:content_strings', |
| 325 '../third_party/WebKit/public/blink.gyp:blink', | 326 '../third_party/WebKit/public/blink.gyp:blink', |
| 326 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 327 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 327 '../third_party/npapi/npapi.gyp:npapi', | 328 '../third_party/npapi/npapi.gyp:npapi', |
| 328 '../webkit/child/webkit_child.gyp:webkit_child', | 329 '../webkit/child/webkit_child.gyp:webkit_child', |
| 329 '../webkit/common/webkit_common.gyp:webkit_common', | 330 '../webkit/common/webkit_common.gyp:webkit_common', |
| 330 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', | |
| 331 ], | 331 ], |
| 332 }], | 332 }], |
| 333 ['use_aura==1', { | 333 ['use_aura==1', { |
| 334 'sources!': [ | 334 'sources!': [ |
| 335 'child/npapi/webplugin_delegate_impl_mac.mm', | 335 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 336 ], | 336 ], |
| 337 }], | 337 }], |
| 338 ['OS=="win"', { | 338 ['OS=="win"', { |
| 339 'sources!': [ | 339 'sources!': [ |
| 340 'child/npapi/webplugin_delegate_impl_aura.cc', | 340 'child/npapi/webplugin_delegate_impl_aura.cc', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 359 }, { | 359 }, { |
| 360 'dependencies': [ | 360 'dependencies': [ |
| 361 '../third_party/nss/nss.gyp:nspr', | 361 '../third_party/nss/nss.gyp:nspr', |
| 362 '../third_party/nss/nss.gyp:nss', | 362 '../third_party/nss/nss.gyp:nss', |
| 363 ], | 363 ], |
| 364 }], | 364 }], |
| 365 ], | 365 ], |
| 366 }], | 366 }], |
| 367 ], | 367 ], |
| 368 } | 368 } |
| OLD | NEW |