| 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/mime_util/mime_util.gyp:mime_util', | 8 '../components/mime_util/mime_util.gyp:mime_util', |
| 9 '../components/scheduler/scheduler.gyp:scheduler', |
| 9 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 11 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| 11 '../ipc/ipc.gyp:ipc', | 12 '../ipc/ipc.gyp:ipc', |
| 12 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 13 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 13 '../mojo/mojo_base.gyp:mojo_common_lib', | 14 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 14 '../mojo/mojo_base.gyp:mojo_message_pump_lib', | 15 '../mojo/mojo_base.gyp:mojo_message_pump_lib', |
| 15 '../skia/skia.gyp:skia', | 16 '../skia/skia.gyp:skia', |
| 17 '../storage/storage_common.gyp:storage_common', |
| 18 '../third_party/WebKit/public/blink.gyp:blink', |
| 19 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', |
| 20 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 21 '../third_party/npapi/npapi.gyp:npapi', |
| 16 '../ui/base/ui_base.gyp:ui_base', | 22 '../ui/base/ui_base.gyp:ui_base', |
| 17 '../ui/events/events.gyp:gestures_blink', | 23 '../ui/events/events.gyp:gestures_blink', |
| 18 '../ui/gfx/gfx.gyp:gfx', | 24 '../ui/gfx/gfx.gyp:gfx', |
| 19 '../ui/gfx/gfx.gyp:gfx_geometry', | 25 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 20 '../url/url.gyp:url_lib', | 26 '../url/url.gyp:url_lib', |
| 27 'app/resources/content_resources.gyp:content_resources', |
| 28 'app/strings/content_strings.gyp:content_strings', |
| 21 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 29 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 22 ], | 30 ], |
| 23 'include_dirs': [ | 31 'include_dirs': [ |
| 24 '..', | 32 '..', |
| 25 ], | 33 ], |
| 26 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
| 27 '../base/base.gyp:base', | 35 '../base/base.gyp:base', |
| 28 ], | 36 ], |
| 29 'variables': { | 37 'variables': { |
| 30 'public_child_sources': [ | 38 'public_child_sources': [ |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 }], | 317 }], |
| 310 ['enable_plugins==0', { | 318 ['enable_plugins==0', { |
| 311 'sources!': [ | 319 'sources!': [ |
| 312 'child/browser_font_resource_trusted.cc', | 320 'child/browser_font_resource_trusted.cc', |
| 313 ], | 321 ], |
| 314 'sources/': [ | 322 'sources/': [ |
| 315 ['exclude', '^child/npapi/plugin_'], | 323 ['exclude', '^child/npapi/plugin_'], |
| 316 ['exclude', '^child/npapi/webplugin_'], | 324 ['exclude', '^child/npapi/webplugin_'], |
| 317 ], | 325 ], |
| 318 }], | 326 }], |
| 319 ['OS=="ios"', { | |
| 320 'sources/': [ | |
| 321 # iOS only needs a small portion of content; exclude all the | |
| 322 # implementation, and re-include what is used. | |
| 323 ['exclude', '\\.(cc|mm)$'], | |
| 324 ], | |
| 325 }, { # OS!="ios" | |
| 326 'dependencies': [ | |
| 327 'app/resources/content_resources.gyp:content_resources', | |
| 328 'app/strings/content_strings.gyp:content_strings', | |
| 329 '../components/scheduler/scheduler.gyp:scheduler', | |
| 330 '../storage/storage_common.gyp:storage_common', | |
| 331 '../third_party/WebKit/public/blink.gyp:blink', | |
| 332 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources'
, | |
| 333 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | |
| 334 '../third_party/npapi/npapi.gyp:npapi', | |
| 335 ], | |
| 336 }], | |
| 337 ['use_aura==1', { | 327 ['use_aura==1', { |
| 338 'sources!': [ | 328 'sources!': [ |
| 339 'child/npapi/webplugin_delegate_impl_mac.mm', | 329 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 340 ], | 330 ], |
| 341 }], | 331 }], |
| 342 ['OS=="win"', { | 332 ['OS=="win"', { |
| 343 'sources!': [ | 333 'sources!': [ |
| 344 'child/npapi/webplugin_delegate_impl_aura.cc', | 334 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 345 ], | 335 ], |
| 346 }], | 336 }], |
| 347 ], | 337 ], |
| 348 } | 338 } |
| OLD | NEW |