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

Unified Diff: cc/BUILD.gn

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 | « android_webview/browser/hardware_renderer.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index aabbdf685ef872ecff504e3b44837bee0ee5b797..a34beaa93ed26b5d7ec11c48a4c9da2153085413 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -616,6 +616,7 @@ source_set("test_support") {
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gl_in_process_context",
+ "//gpu/command_buffer/common:gles2_utils",
"//gpu/skia_bindings",
"//skia",
"//testing/gmock",
@@ -760,6 +761,7 @@ test("cc_unittests") {
"//cc/surfaces",
"//gpu",
"//gpu:test_support",
+ "//gpu/command_buffer/common:gles2_utils",
"//media",
"//testing/gmock",
"//testing/gtest",
@@ -791,6 +793,7 @@ test("cc_perftests") {
"//base",
"//gpu",
"//gpu:test_support",
+ "//gpu/command_buffer/common:gles2_utils",
"//media",
"//skia",
"//testing/gmock",
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698