Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1115)

Unified Diff: mojo/public/c/system/tests/BUILD.gn

Issue 599283003: Make gn check //mojo/public/* pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/public/cpp/application/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/tests/BUILD.gn
diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn
index b2290fd29d1a850aef8e6cb29a4bcdcd19eba389..e9aa06f3e029283e34ca64632cb68f3b97a38973 100644
--- a/mojo/public/c/system/tests/BUILD.gn
+++ b/mojo/public/c/system/tests/BUILD.gn
@@ -7,6 +7,8 @@ source_set("tests") {
visibility = [ "//mojo/public/cpp/system/tests:mojo_public_system_unittests" ]
deps = [
+ "//mojo/public/c/environment",
+ "//mojo/public/c/system",
"//testing/gtest",
]
@@ -29,6 +31,8 @@ executable("perftests") {
deps = [
"//base",
"//mojo/common/test:run_all_perftests",
+ "//mojo/public/c/environment",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/test_support:test_utils",
"//mojo/public/cpp/utility",
"//testing/gtest",
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/public/cpp/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698