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', | |
28 'app/resources/content_resources.gyp:content_resources', | 27 'app/resources/content_resources.gyp:content_resources', |
29 'app/strings/content_strings.gyp:content_strings', | 28 'app/strings/content_strings.gyp:content_strings', |
30 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 29 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
31 ], | 30 ], |
32 'include_dirs': [ | 31 'include_dirs': [ |
33 '..', | 32 '..', |
34 ], | 33 ], |
35 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
36 '../base/base.gyp:base', | 35 '../base/base.gyp:base', |
37 ], | 36 ], |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'child/npapi/webplugin_delegate_impl_mac.mm', | 323 'child/npapi/webplugin_delegate_impl_mac.mm', |
325 ], | 324 ], |
326 }], | 325 }], |
327 ['OS=="win"', { | 326 ['OS=="win"', { |
328 'sources!': [ | 327 'sources!': [ |
329 'child/npapi/webplugin_delegate_impl_aura.cc', | 328 'child/npapi/webplugin_delegate_impl_aura.cc', |
330 ], | 329 ], |
331 }], | 330 }], |
332 ], | 331 ], |
333 } | 332 } |
OLD | NEW |