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", |
] |