From 71c3f2b62c27479d78488eb82aa138fdb539dc59 Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 23 Jul 2015 15:27:19 -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 Committed: https://crrev.com/c43de408ec5e514060a295eb4f6663da397ec6a2 Cr-Commit-Position: refs/heads/master@{#340111} Review URL: https://codereview.chromium.org/1255543002 Cr-Commit-Position: refs/heads/master@{#340186} --- mojo/shell/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'mojo/shell/BUILD.gn') diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn index 5714d3b..15d9d9d 100644 --- a/mojo/shell/BUILD.gn +++ b/mojo/shell/BUILD.gn @@ -48,6 +48,7 @@ source_set("shell") { deps = [ "//base/third_party/dynamic_annotations", "//crypto:crypto", + "//mojo/application/public/cpp:sources", "//url", "//third_party/mojo/src/mojo/edk/system", "//mojo/environment:chromium", -- cgit v1.1