| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'renderer/browser_plugin/browser_plugin.cc', | 186 'renderer/browser_plugin/browser_plugin.cc', |
| 187 'renderer/browser_plugin/browser_plugin.h', | 187 'renderer/browser_plugin/browser_plugin.h', |
| 188 'renderer/browser_plugin/browser_plugin_backing_store.h', | 188 'renderer/browser_plugin/browser_plugin_backing_store.h', |
| 189 'renderer/browser_plugin/browser_plugin_backing_store.cc', | 189 'renderer/browser_plugin/browser_plugin_backing_store.cc', |
| 190 'renderer/browser_plugin/browser_plugin_bindings.h', | 190 'renderer/browser_plugin/browser_plugin_bindings.h', |
| 191 'renderer/browser_plugin/browser_plugin_bindings.cc', | 191 'renderer/browser_plugin/browser_plugin_bindings.cc', |
| 192 'renderer/browser_plugin/browser_plugin_manager.h', | 192 'renderer/browser_plugin/browser_plugin_manager.h', |
| 193 'renderer/browser_plugin/browser_plugin_manager.cc', | 193 'renderer/browser_plugin/browser_plugin_manager.cc', |
| 194 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 194 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
| 195 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 195 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
| 196 'renderer/browser_plugin/browser_plugin_texture_provider.h', |
| 197 'renderer/browser_plugin/browser_plugin_texture_provider.cc', |
| 196 'renderer/browser_plugin/old/browser_plugin_constants.cc', | 198 'renderer/browser_plugin/old/browser_plugin_constants.cc', |
| 197 'renderer/browser_plugin/old/browser_plugin_constants.h', | 199 'renderer/browser_plugin/old/browser_plugin_constants.h', |
| 198 'renderer/browser_plugin/old/browser_plugin_registry.cc', | 200 'renderer/browser_plugin/old/browser_plugin_registry.cc', |
| 199 'renderer/browser_plugin/old/browser_plugin_registry.h', | 201 'renderer/browser_plugin/old/browser_plugin_registry.h', |
| 200 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc', | 202 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc', |
| 201 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h', | 203 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h', |
| 202 'renderer/browser_plugin/old/guest_to_embedder_channel.cc', | 204 'renderer/browser_plugin/old/guest_to_embedder_channel.cc', |
| 203 'renderer/browser_plugin/old/guest_to_embedder_channel.h', | 205 'renderer/browser_plugin/old/guest_to_embedder_channel.h', |
| 204 'renderer/browser_plugin/old/old_browser_plugin.cc', | 206 'renderer/browser_plugin/old/old_browser_plugin.cc', |
| 205 'renderer/browser_plugin/old/old_browser_plugin.h', | 207 'renderer/browser_plugin/old/old_browser_plugin.h', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 }], | 361 }], |
| 360 ], | 362 ], |
| 361 'target_conditions': [ | 363 'target_conditions': [ |
| 362 ['OS=="android"', { | 364 ['OS=="android"', { |
| 363 'sources/': [ | 365 'sources/': [ |
| 364 ['include', '^renderer/render_view_linux\\.cc$'], | 366 ['include', '^renderer/render_view_linux\\.cc$'], |
| 365 ], | 367 ], |
| 366 }], | 368 }], |
| 367 ], | 369 ], |
| 368 } | 370 } |
| OLD | NEW |