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/common/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mojo/common') diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn index e87167c..1548798 100644 --- a/mojo/common/BUILD.gn +++ b/mojo/common/BUILD.gn @@ -56,6 +56,7 @@ source_set("url_type_converters") { ":common_base", "//base", "//base/third_party/dynamic_annotations", + "//third_party/mojo/src/mojo/public/cpp/bindings", "//url", ] } @@ -66,6 +67,7 @@ test("mojo_common_unittests") { ":common", "//base", "//base:message_loop_tests", + "//base/test:test_support", "//mojo/environment:chromium", "//testing/gtest", "//third_party/mojo/src/mojo/edk/test:run_all_unittests", -- cgit v1.1