| 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', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'renderer/media/websourcebuffer_impl.cc', | 309 'renderer/media/websourcebuffer_impl.cc', |
| 310 'renderer/media/websourcebuffer_impl.h', | 310 'renderer/media/websourcebuffer_impl.h', |
| 311 'renderer/memory_benchmarking_extension.cc', | 311 'renderer/memory_benchmarking_extension.cc', |
| 312 'renderer/memory_benchmarking_extension.h', | 312 'renderer/memory_benchmarking_extension.h', |
| 313 'renderer/menu_item_builder.cc', | 313 'renderer/menu_item_builder.cc', |
| 314 'renderer/menu_item_builder.h', | 314 'renderer/menu_item_builder.h', |
| 315 'renderer/mhtml_generator.cc', | 315 'renderer/mhtml_generator.cc', |
| 316 'renderer/mhtml_generator.h', | 316 'renderer/mhtml_generator.h', |
| 317 'renderer/mouse_lock_dispatcher.cc', | 317 'renderer/mouse_lock_dispatcher.cc', |
| 318 'renderer/mouse_lock_dispatcher.h', | 318 'renderer/mouse_lock_dispatcher.h', |
| 319 'renderer/net_info_helper.cc', |
| 320 'renderer/net_info_helper.h', |
| 319 'renderer/notification_provider.cc', | 321 'renderer/notification_provider.cc', |
| 320 'renderer/notification_provider.h', | 322 'renderer/notification_provider.h', |
| 321 'renderer/npapi/plugin_channel_host.cc', | 323 'renderer/npapi/plugin_channel_host.cc', |
| 322 'renderer/npapi/plugin_channel_host.h', | 324 'renderer/npapi/plugin_channel_host.h', |
| 323 'renderer/npapi/webplugin_delegate_proxy.cc', | 325 'renderer/npapi/webplugin_delegate_proxy.cc', |
| 324 'renderer/npapi/webplugin_delegate_proxy.h', | 326 'renderer/npapi/webplugin_delegate_proxy.h', |
| 325 'renderer/npapi/webplugin_impl.cc', | 327 'renderer/npapi/webplugin_impl.cc', |
| 326 'renderer/npapi/webplugin_impl.h', | 328 'renderer/npapi/webplugin_impl.h', |
| 327 'renderer/pepper/audio_helper.cc', | 329 'renderer/pepper/audio_helper.cc', |
| 328 'renderer/pepper/audio_helper.h', | 330 'renderer/pepper/audio_helper.h', |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 }], | 793 }], |
| 792 ], | 794 ], |
| 793 'target_conditions': [ | 795 'target_conditions': [ |
| 794 ['OS=="android"', { | 796 ['OS=="android"', { |
| 795 'sources/': [ | 797 'sources/': [ |
| 796 ['include', '^renderer/render_view_linux\\.cc$'], | 798 ['include', '^renderer/render_view_linux\\.cc$'], |
| 797 ], | 799 ], |
| 798 }], | 800 }], |
| 799 ], | 801 ], |
| 800 } | 802 } |
| OLD | NEW |