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

Side by Side Diff: content/content_renderer.gypi

Issue 11359024: Texture provider to feed data to the impl side thread for webview compositing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/common/browser_plugin_messages.h ('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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'renderer/pepper/renderer_ppapi_host_impl.cc', 198 'renderer/pepper/renderer_ppapi_host_impl.cc',
199 'renderer/pepper/renderer_ppapi_host_impl.h', 199 'renderer/pepper/renderer_ppapi_host_impl.h',
200 'renderer/plugin_channel_host.cc', 200 'renderer/plugin_channel_host.cc',
201 'renderer/plugin_channel_host.h', 201 'renderer/plugin_channel_host.h',
202 'renderer/browser_plugin/browser_plugin.cc', 202 'renderer/browser_plugin/browser_plugin.cc',
203 'renderer/browser_plugin/browser_plugin.h', 203 'renderer/browser_plugin/browser_plugin.h',
204 'renderer/browser_plugin/browser_plugin_backing_store.h', 204 'renderer/browser_plugin/browser_plugin_backing_store.h',
205 'renderer/browser_plugin/browser_plugin_backing_store.cc', 205 'renderer/browser_plugin/browser_plugin_backing_store.cc',
206 'renderer/browser_plugin/browser_plugin_bindings.h', 206 'renderer/browser_plugin/browser_plugin_bindings.h',
207 'renderer/browser_plugin/browser_plugin_bindings.cc', 207 'renderer/browser_plugin/browser_plugin_bindings.cc',
208 'renderer/browser_plugin/browser_plugin_compositing_filter.h',
209 'renderer/browser_plugin/browser_plugin_compositing_filter.cc',
208 'renderer/browser_plugin/browser_plugin_manager.h', 210 'renderer/browser_plugin/browser_plugin_manager.h',
209 'renderer/browser_plugin/browser_plugin_manager.cc', 211 'renderer/browser_plugin/browser_plugin_manager.cc',
210 'renderer/browser_plugin/browser_plugin_manager_impl.h', 212 'renderer/browser_plugin/browser_plugin_manager_impl.h',
211 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 213 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
214 'renderer/browser_plugin/browser_plugin_texture_provider.h',
215 'renderer/browser_plugin/browser_plugin_texture_provider.cc',
212 'renderer/render_process.h', 216 'renderer/render_process.h',
213 'renderer/render_process_impl.cc', 217 'renderer/render_process_impl.cc',
214 'renderer/render_process_impl.h', 218 'renderer/render_process_impl.h',
215 'renderer/render_thread_impl.cc', 219 'renderer/render_thread_impl.cc',
216 'renderer/render_thread_impl.h', 220 'renderer/render_thread_impl.h',
217 'renderer/render_view_impl.cc', 221 'renderer/render_view_impl.cc',
218 'renderer/render_view_impl.h', 222 'renderer/render_view_impl.h',
219 'renderer/render_view_linux.cc', 223 'renderer/render_view_linux.cc',
220 'renderer/render_view_mouse_lock_dispatcher.cc', 224 'renderer/render_view_mouse_lock_dispatcher.cc',
221 'renderer/render_view_mouse_lock_dispatcher.h', 225 'renderer/render_view_mouse_lock_dispatcher.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 }], 370 }],
367 ], 371 ],
368 'target_conditions': [ 372 'target_conditions': [
369 ['OS=="android"', { 373 ['OS=="android"', {
370 'sources/': [ 374 'sources/': [
371 ['include', '^renderer/render_view_linux\\.cc$'], 375 ['include', '^renderer/render_view_linux\\.cc$'],
372 ], 376 ],
373 }], 377 }],
374 ], 378 ],
375 } 379 }
OLDNEW
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698