From c43de408ec5e514060a295eb4f6663da397ec6a2 Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 23 Jul 2015 11:05:49 -0700 Subject: 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} --- mojo/gpu/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'mojo/gpu') 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", ] -- cgit v1.1