Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Side by Side Diff: content/content_renderer.gypi

Issue 10827257: Revert 150863 - Browser Plugin: New Implementation (Renderer Side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'renderer/pepper/pepper_platform_video_capture_impl.cc', 172 'renderer/pepper/pepper_platform_video_capture_impl.cc',
173 'renderer/pepper/pepper_platform_video_capture_impl.h', 173 'renderer/pepper/pepper_platform_video_capture_impl.h',
174 'renderer/pepper/pepper_plugin_delegate_impl.cc', 174 'renderer/pepper/pepper_plugin_delegate_impl.cc',
175 'renderer/pepper/pepper_plugin_delegate_impl.h', 175 'renderer/pepper/pepper_plugin_delegate_impl.h',
176 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc', 176 'renderer/pepper/pepper_proxy_channel_delegate_impl.cc',
177 'renderer/pepper/pepper_proxy_channel_delegate_impl.h', 177 'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
178 'renderer/plugin_channel_host.cc', 178 'renderer/plugin_channel_host.cc',
179 'renderer/plugin_channel_host.h', 179 'renderer/plugin_channel_host.h',
180 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc', 180 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc',
181 'renderer/browser_plugin/old/browser_plugin_channel_manager.h', 181 'renderer/browser_plugin/old/browser_plugin_channel_manager.h',
182 'renderer/browser_plugin/browser_plugin.cc',
183 'renderer/browser_plugin/browser_plugin.h',
184 'renderer/browser_plugin/browser_plugin_backing_store.h',
185 'renderer/browser_plugin/browser_plugin_backing_store.cc',
186 'renderer/browser_plugin/browser_plugin_bindings.h',
187 'renderer/browser_plugin/browser_plugin_bindings.cc',
188 'renderer/browser_plugin/browser_plugin_manager.h',
189 'renderer/browser_plugin/browser_plugin_manager.cc',
190 'renderer/browser_plugin/browser_plugin_manager_impl.h',
191 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
192 'renderer/browser_plugin/old/browser_plugin_constants.cc', 182 'renderer/browser_plugin/old/browser_plugin_constants.cc',
193 'renderer/browser_plugin/old/browser_plugin_constants.h', 183 'renderer/browser_plugin/old/browser_plugin_constants.h',
194 'renderer/browser_plugin/old/browser_plugin_registry.cc', 184 'renderer/browser_plugin/old/browser_plugin_registry.cc',
195 'renderer/browser_plugin/old/browser_plugin_registry.h', 185 'renderer/browser_plugin/old/browser_plugin_registry.h',
196 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc', 186 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc',
197 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h', 187 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h',
198 'renderer/browser_plugin/old/guest_to_embedder_channel.cc', 188 'renderer/browser_plugin/old/guest_to_embedder_channel.cc',
199 'renderer/browser_plugin/old/guest_to_embedder_channel.h', 189 'renderer/browser_plugin/old/guest_to_embedder_channel.h',
200 'renderer/browser_plugin/old/old_browser_plugin.cc', 190 'renderer/browser_plugin/old/old_browser_plugin.cc',
201 'renderer/browser_plugin/old/old_browser_plugin.h', 191 'renderer/browser_plugin/old/old_browser_plugin.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 }], 345 }],
356 ], 346 ],
357 'target_conditions': [ 347 'target_conditions': [
358 ['OS=="android"', { 348 ['OS=="android"', {
359 'sources/': [ 349 'sources/': [
360 ['include', '^renderer/render_view_linux\\.cc$'], 350 ['include', '^renderer/render_view_linux\\.cc$'],
361 ], 351 ],
362 }], 352 }],
363 ], 353 ],
364 } 354 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698