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

Unified Diff: gpu/config/BUILD.gn

Issue 1038243002: gles2_conform_test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing dependency Created 5 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 side-by-side diff with in-line comments
Download patch
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 9304695e1fa1ead1535e7d5bf9eb63c13be0a5e5..f94935837c076f7291c926eb51bb786f12d12c38 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -52,6 +52,7 @@ source_set("config") {
deps = [
"//base",
+ "//gpu/command_buffer/service",
tfarina 2015/03/27 00:11:38 it was needed for gpu_util.cc, otherwise you get t
no sievers 2015/03/27 00:57:55 Maybe the switch should live in config then. Or th
"//third_party/re2",
"//ui/gl",
]

Powered by Google App Engine
This is Rietveld 408576698