Index: gpu/command_buffer/service/BUILD.gn |
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn |
index 3b83386413117f5efec36b4be7f3fe6f8985a939..4cb7f81e9c0ef35ae9e92445d8713a7896013e8a 100644 |
--- a/gpu/command_buffer/service/BUILD.gn |
+++ b/gpu/command_buffer/service/BUILD.gn |
@@ -136,15 +136,13 @@ source_set("service_sources") { |
# Prefer mesa GL headers to system headers, which cause problems on Win. |
include_dirs = [ "//third_party/mesa/src/include" ] |
- public_deps = [ |
- "//gpu/command_buffer/common:common_sources", |
- ] |
deps = [ |
":disk_cache_proto", |
"//base", |
"//base/third_party/dynamic_annotations", |
"//crypto", |
"//gpu/command_buffer/client:client_sources", |
+ "//gpu/command_buffer/common:common_sources", |
"//gpu/command_buffer/common:gles2_utils", |
"//gpu/config:config_sources", |
"//third_party/angle:commit_id", |