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

Unified Diff: content/content_common.gypi

Issue 761243002: Extract WebGraphicsContext3DImpl from webkit/common/gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix patch set 6 Created 6 years 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2aa127b98ba747401d916b2ae051eec6c1340ec3..0680dea0bc88b17282653ac2d4e234e64ffe55fb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -551,6 +551,7 @@
}, { # OS!="ios"
'dependencies': [
'../cc/cc.gyp:cc',
+ '../gpu/blink/gpu_blink.gyp:gpu_blink',
'../gpu/gpu.gyp:command_buffer_service',
'../gpu/gpu.gyp:gles2_c_lib',
'../gpu/gpu.gyp:gles2_implementation',

Powered by Google App Engine
This is Rietveld 408576698