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

Side by Side Diff: content/content_renderer.gypi

Issue 12673002: pepper: Use the RenderThread's shared context as the parent context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: null context3d in swiftshader Created 7 years, 9 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 | « no previous file | content/renderer/pepper/pepper_parent_context_provider.h » ('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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'renderer/pepper/pepper_file_io_host.cc', 187 'renderer/pepper/pepper_file_io_host.cc',
188 'renderer/pepper/pepper_file_io_host.h', 188 'renderer/pepper/pepper_file_io_host.h',
189 'renderer/pepper/pepper_graphics_2d_host.cc', 189 'renderer/pepper/pepper_graphics_2d_host.cc',
190 'renderer/pepper/pepper_graphics_2d_host.h', 190 'renderer/pepper/pepper_graphics_2d_host.h',
191 'renderer/pepper/pepper_hung_plugin_filter.cc', 191 'renderer/pepper/pepper_hung_plugin_filter.cc',
192 'renderer/pepper/pepper_hung_plugin_filter.h', 192 'renderer/pepper/pepper_hung_plugin_filter.h',
193 'renderer/pepper/pepper_in_process_resource_creation.cc', 193 'renderer/pepper/pepper_in_process_resource_creation.cc',
194 'renderer/pepper/pepper_in_process_resource_creation.h', 194 'renderer/pepper/pepper_in_process_resource_creation.h',
195 'renderer/pepper/pepper_in_process_router.cc', 195 'renderer/pepper/pepper_in_process_router.cc',
196 'renderer/pepper/pepper_in_process_router.h', 196 'renderer/pepper/pepper_in_process_router.h',
197 'renderer/pepper/pepper_parent_context_provider.cc',
198 'renderer/pepper/pepper_parent_context_provider.h',
199 'renderer/pepper/pepper_platform_audio_input_impl.cc', 197 'renderer/pepper/pepper_platform_audio_input_impl.cc',
200 'renderer/pepper/pepper_platform_audio_input_impl.h', 198 'renderer/pepper/pepper_platform_audio_input_impl.h',
201 'renderer/pepper/pepper_platform_audio_output_impl.cc', 199 'renderer/pepper/pepper_platform_audio_output_impl.cc',
202 'renderer/pepper/pepper_platform_audio_output_impl.h', 200 'renderer/pepper/pepper_platform_audio_output_impl.h',
203 'renderer/pepper/pepper_platform_context_3d_impl.cc', 201 'renderer/pepper/pepper_platform_context_3d_impl.cc',
204 'renderer/pepper/pepper_platform_context_3d_impl.h', 202 'renderer/pepper/pepper_platform_context_3d_impl.h',
205 'renderer/pepper/pepper_platform_image_2d_impl.cc', 203 'renderer/pepper/pepper_platform_image_2d_impl.cc',
206 'renderer/pepper/pepper_platform_image_2d_impl.h', 204 'renderer/pepper/pepper_platform_image_2d_impl.h',
207 'renderer/pepper/pepper_platform_video_capture_impl.cc', 205 'renderer/pepper/pepper_platform_video_capture_impl.cc',
208 'renderer/pepper/pepper_platform_video_capture_impl.h', 206 'renderer/pepper/pepper_platform_video_capture_impl.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 }], 412 }],
415 ], 413 ],
416 'target_conditions': [ 414 'target_conditions': [
417 ['OS=="android"', { 415 ['OS=="android"', {
418 'sources/': [ 416 'sources/': [
419 ['include', '^renderer/render_view_linux\\.cc$'], 417 ['include', '^renderer/render_view_linux\\.cc$'],
420 ], 418 ],
421 }], 419 }],
422 ], 420 ],
423 } 421 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_parent_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698