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

Unified Diff: webkit/gpu/webkit_gpu.gypi

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: webkit/gpu/webkit_gpu.gypi
diff --git a/webkit/gpu/webkit_gpu.gypi b/webkit/gpu/webkit_gpu.gypi
index 33dd4f2230ac462a627d917ffbeebd8420eb630d..65fe0c1471065cc58d9220a0dba219bdde3404a4 100644
--- a/webkit/gpu/webkit_gpu.gypi
+++ b/webkit/gpu/webkit_gpu.gypi
@@ -35,6 +35,8 @@
# This list contains all .h and .cc in gpu except for test code.
'gl_bindings_skia_cmd_buffer.cc',
'gl_bindings_skia_cmd_buffer.h',
+ 'grcontext_for_webgraphicscontext3d.cc',
+ 'grcontext_for_webgraphicscontext3d.h',
'webgraphicscontext3d_in_process_command_buffer_impl.cc',
'webgraphicscontext3d_in_process_command_buffer_impl.h',
'webgraphicscontext3d_in_process_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698