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/scheduler/scheduler.gyp:scheduler', |
10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
11 '../components/webcrypto/webcrypto.gyp:webcrypto', | 11 '../components/webcrypto/webcrypto.gyp:webcrypto', |
12 '../ipc/ipc.gyp:ipc', | 12 '../ipc/ipc.gyp:ipc', |
13 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 13 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
14 '../mojo/mojo_base.gyp:mojo_common_lib', | 14 '../mojo/mojo_base.gyp:mojo_common_lib', |
15 '../mojo/mojo_public.gyp:mojo_message_pump_lib', | 15 '../mojo/mojo_public.gyp:mojo_message_pump_lib', |
16 '../skia/skia.gyp:skia', | 16 '../skia/skia.gyp:skia', |
17 '../storage/storage_common.gyp:storage_common', | 17 '../storage/storage_common.gyp:storage_common', |
18 '../third_party/WebKit/public/blink.gyp:blink', | 18 '../third_party/WebKit/public/blink.gyp:blink', |
19 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', | 19 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', |
20 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 20 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
21 '../third_party/npapi/npapi.gyp:npapi', | 21 '../third_party/npapi/npapi.gyp:npapi', |
22 '../ui/base/ui_base.gyp:ui_base', | 22 '../ui/base/ui_base.gyp:ui_base', |
23 '../ui/events/events.gyp:gestures_blink', | 23 '../ui/events/events.gyp:gestures_blink', |
24 '../ui/gfx/gfx.gyp:gfx', | 24 '../ui/gfx/gfx.gyp:gfx', |
25 '../ui/gfx/gfx.gyp:gfx_geometry', | 25 '../ui/gfx/gfx.gyp:gfx_geometry', |
26 '../url/url.gyp:url_lib', | 26 '../url/url.gyp:url_lib', |
| 27 '../url/ipc/url_ipc.gyp:url_ipc', |
27 'app/resources/content_resources.gyp:content_resources', | 28 'app/resources/content_resources.gyp:content_resources', |
28 'app/strings/content_strings.gyp:content_strings', | 29 'app/strings/content_strings.gyp:content_strings', |
29 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 30 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
30 ], | 31 ], |
31 'include_dirs': [ | 32 'include_dirs': [ |
32 '..', | 33 '..', |
33 ], | 34 ], |
34 'export_dependent_settings': [ | 35 'export_dependent_settings': [ |
35 '../base/base.gyp:base', | 36 '../base/base.gyp:base', |
36 ], | 37 ], |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 'child/npapi/webplugin_delegate_impl_mac.mm', | 322 'child/npapi/webplugin_delegate_impl_mac.mm', |
322 ], | 323 ], |
323 }], | 324 }], |
324 ['OS=="win"', { | 325 ['OS=="win"', { |
325 'sources!': [ | 326 'sources!': [ |
326 'child/npapi/webplugin_delegate_impl_aura.cc', | 327 'child/npapi/webplugin_delegate_impl_aura.cc', |
327 ], | 328 ], |
328 }], | 329 }], |
329 ], | 330 ], |
330 } | 331 } |
OLD | NEW |