summaryrefslogtreecommitdiffstats
path: root/mojo/gpu
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-07-23 11:05:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 18:06:34 +0000
commitc43de408ec5e514060a295eb4f6663da397ec6a2 (patch)
tree0ad090a77952ef1643359ea685e57e89e91f31a8 /mojo/gpu
parent70d03b798b63f39cd7ad45b1d054db91588b6588 (diff)
downloadchromium_src-c43de408ec5e514060a295eb4f6663da397ec6a2.zip
chromium_src-c43de408ec5e514060a295eb4f6663da397ec6a2.tar.gz
chromium_src-c43de408ec5e514060a295eb4f6663da397ec6a2.tar.bz2
Gets gn check to execute cleanly in most other mojo dirs
platform_handle, gles2 and common are trickier, but I want to get the rest of the dirs checked until resolved. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1255543002 Cr-Commit-Position: refs/heads/master@{#340111}
Diffstat (limited to 'mojo/gpu')
-rw-r--r--mojo/gpu/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/gpu/BUILD.gn b/mojo/gpu/BUILD.gn
index 41f0413..4c5e350 100644
--- a/mojo/gpu/BUILD.gn
+++ b/mojo/gpu/BUILD.gn
@@ -11,6 +11,7 @@ source_set("mojo_gles2_implementation") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
+ "//base",
"//gpu/command_buffer/client:gles2_interface",
"//third_party/mojo/src/mojo/public/c/gles2",
]