OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../gin/gin.gyp:gin', | 8 '../gin/gin.gyp:gin', |
9 '../jingle/jingle.gyp:jingle_glue', | 9 '../jingle/jingle.gyp:jingle_glue', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
11 '../mojo/mojo.gyp:mojo_environment_chromium', | 11 '../mojo/mojo.gyp:mojo_environment_chromium', |
12 '../mojo/mojo.gyp:mojo_js_bindings_lib', | 12 '../mojo/mojo.gyp:mojo_js_bindings_lib', |
| 13 '../mojo/mojo.gyp:mojo_shell_bindings', |
13 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
14 '../skia/skia.gyp:skia', | 15 '../skia/skia.gyp:skia', |
15 '../third_party/WebKit/public/blink.gyp:blink', | 16 '../third_party/WebKit/public/blink.gyp:blink', |
16 '../third_party/icu/icu.gyp:icui18n', | 17 '../third_party/icu/icu.gyp:icui18n', |
17 '../third_party/icu/icu.gyp:icuuc', | 18 '../third_party/icu/icu.gyp:icuuc', |
18 '../third_party/libjingle/libjingle.gyp:libjingle', | 19 '../third_party/libjingle/libjingle.gyp:libjingle', |
19 '../third_party/npapi/npapi.gyp:npapi', | 20 '../third_party/npapi/npapi.gyp:npapi', |
20 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 21 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
21 '../ui/accessibility/accessibility.gyp:accessibility', | 22 '../ui/accessibility/accessibility.gyp:accessibility', |
22 '../ui/events/events.gyp:dom4_keycode_converter', | 23 '../ui/events/events.gyp:dom4_keycode_converter', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 'renderer/media/webmediasource_impl.cc', | 301 'renderer/media/webmediasource_impl.cc', |
301 'renderer/media/webmediasource_impl.h', | 302 'renderer/media/webmediasource_impl.h', |
302 'renderer/media/websourcebuffer_impl.cc', | 303 'renderer/media/websourcebuffer_impl.cc', |
303 'renderer/media/websourcebuffer_impl.h', | 304 'renderer/media/websourcebuffer_impl.h', |
304 'renderer/memory_benchmarking_extension.cc', | 305 'renderer/memory_benchmarking_extension.cc', |
305 'renderer/memory_benchmarking_extension.h', | 306 'renderer/memory_benchmarking_extension.h', |
306 'renderer/menu_item_builder.cc', | 307 'renderer/menu_item_builder.cc', |
307 'renderer/menu_item_builder.h', | 308 'renderer/menu_item_builder.h', |
308 'renderer/mhtml_generator.cc', | 309 'renderer/mhtml_generator.cc', |
309 'renderer/mhtml_generator.h', | 310 'renderer/mhtml_generator.h', |
310 'renderer/mojo/mojo_render_process_observer.cc', | 311 'renderer/mojo/mojo_application.cc', |
311 'renderer/mojo/mojo_render_process_observer.h', | 312 'renderer/mojo/mojo_application.h', |
312 'renderer/mouse_lock_dispatcher.cc', | 313 'renderer/mouse_lock_dispatcher.cc', |
313 'renderer/mouse_lock_dispatcher.h', | 314 'renderer/mouse_lock_dispatcher.h', |
314 'renderer/notification_provider.cc', | 315 'renderer/notification_provider.cc', |
315 'renderer/notification_provider.h', | 316 'renderer/notification_provider.h', |
316 'renderer/npapi/plugin_channel_host.cc', | 317 'renderer/npapi/plugin_channel_host.cc', |
317 'renderer/npapi/plugin_channel_host.h', | 318 'renderer/npapi/plugin_channel_host.h', |
318 'renderer/npapi/webplugin_delegate_proxy.cc', | 319 'renderer/npapi/webplugin_delegate_proxy.cc', |
319 'renderer/npapi/webplugin_delegate_proxy.h', | 320 'renderer/npapi/webplugin_delegate_proxy.h', |
320 'renderer/npapi/webplugin_impl.cc', | 321 'renderer/npapi/webplugin_impl.cc', |
321 'renderer/npapi/webplugin_impl.h', | 322 'renderer/npapi/webplugin_impl.h', |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 }], | 777 }], |
777 ], | 778 ], |
778 'target_conditions': [ | 779 'target_conditions': [ |
779 ['OS=="android"', { | 780 ['OS=="android"', { |
780 'sources/': [ | 781 'sources/': [ |
781 ['include', '^renderer/render_view_linux\\.cc$'], | 782 ['include', '^renderer/render_view_linux\\.cc$'], |
782 ], | 783 ], |
783 }], | 784 }], |
784 ], | 785 ], |
785 } | 786 } |
OLD | NEW |