summaryrefslogtreecommitdiffstats
path: root/mojo/common
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/common
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/common')
-rw-r--r--mojo/common/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
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",