summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
Diffstat (limited to 'mojo')
-rw-r--r--mojo/gles2/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/gles2/BUILD.gn b/mojo/gles2/BUILD.gn
index 0fb54c1..705a8eb 100644
--- a/mojo/gles2/BUILD.gn
+++ b/mojo/gles2/BUILD.gn
@@ -56,7 +56,7 @@ component("gles2") {
]
if (!is_component_build) {
- deps += [ "//gpu/command_buffer/service:service_sources" ]
+ deps += [ "//gpu/command_buffer/service" ]
}
include_dirs = [ ".." ]