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

Unified Diff: gpu/gpu.gyp

Issue 455783002: GPU context creation code duplication cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix even more build dependencies Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | webkit/common/gpu/webgraphicscontext3d_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index aa2a8c1bd6582c37a5e6a4d54da3b9416b2f7e91..90d8dafd83f1e15403551f8992cdbfa06f77da92 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -37,6 +37,7 @@
'target_name': 'gl_in_process_context',
'type': '<(component)',
'dependencies': [
+ 'command_buffer/command_buffer.gyp:gles2_utils',
'gles2_implementation',
'gpu',
'../base/base.gyp:base',
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | webkit/common/gpu/webgraphicscontext3d_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698