| 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 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../ppapi/ppapi_internal.gyp:ppapi_host', | 9 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'renderer/browser_plugin/browser_plugin.cc', | 182 'renderer/browser_plugin/browser_plugin.cc', |
| 183 'renderer/browser_plugin/browser_plugin.h', | 183 'renderer/browser_plugin/browser_plugin.h', |
| 184 'renderer/browser_plugin/browser_plugin_backing_store.h', | 184 'renderer/browser_plugin/browser_plugin_backing_store.h', |
| 185 'renderer/browser_plugin/browser_plugin_backing_store.cc', | 185 'renderer/browser_plugin/browser_plugin_backing_store.cc', |
| 186 'renderer/browser_plugin/browser_plugin_bindings.h', | 186 'renderer/browser_plugin/browser_plugin_bindings.h', |
| 187 'renderer/browser_plugin/browser_plugin_bindings.cc', | 187 'renderer/browser_plugin/browser_plugin_bindings.cc', |
| 188 'renderer/browser_plugin/browser_plugin_manager.h', | 188 'renderer/browser_plugin/browser_plugin_manager.h', |
| 189 'renderer/browser_plugin/browser_plugin_manager.cc', | 189 'renderer/browser_plugin/browser_plugin_manager.cc', |
| 190 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 190 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
| 191 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 191 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
| 192 'renderer/browser_plugin/browser_plugin_texture_provider.h', |
| 193 'renderer/browser_plugin/browser_plugin_texture_provider.cc', |
| 192 'renderer/browser_plugin/old/browser_plugin_constants.cc', | 194 'renderer/browser_plugin/old/browser_plugin_constants.cc', |
| 193 'renderer/browser_plugin/old/browser_plugin_constants.h', | 195 'renderer/browser_plugin/old/browser_plugin_constants.h', |
| 194 'renderer/browser_plugin/old/browser_plugin_registry.cc', | 196 'renderer/browser_plugin/old/browser_plugin_registry.cc', |
| 195 'renderer/browser_plugin/old/browser_plugin_registry.h', | 197 'renderer/browser_plugin/old/browser_plugin_registry.h', |
| 196 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc', | 198 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc', |
| 197 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h', | 199 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h', |
| 198 'renderer/browser_plugin/old/guest_to_embedder_channel.cc', | 200 'renderer/browser_plugin/old/guest_to_embedder_channel.cc', |
| 199 'renderer/browser_plugin/old/guest_to_embedder_channel.h', | 201 'renderer/browser_plugin/old/guest_to_embedder_channel.h', |
| 200 'renderer/browser_plugin/old/old_browser_plugin.cc', | 202 'renderer/browser_plugin/old/old_browser_plugin.cc', |
| 201 'renderer/browser_plugin/old/old_browser_plugin.h', | 203 'renderer/browser_plugin/old/old_browser_plugin.h', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 }], | 357 }], |
| 356 ], | 358 ], |
| 357 'target_conditions': [ | 359 'target_conditions': [ |
| 358 ['OS=="android"', { | 360 ['OS=="android"', { |
| 359 'sources/': [ | 361 'sources/': [ |
| 360 ['include', '^renderer/render_view_linux\\.cc$'], | 362 ['include', '^renderer/render_view_linux\\.cc$'], |
| 361 ], | 363 ], |
| 362 }], | 364 }], |
| 363 ], | 365 ], |
| 364 } | 366 } |
| OLD | NEW |