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

Unified Diff: examples/apptest/BUILD.gn

Issue 746303002: Make gn check //examples/* pass (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « PRESUBMIT.py ('k') | examples/aura_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/BUILD.gn
diff --git a/examples/apptest/BUILD.gn b/examples/apptest/BUILD.gn
index bb8b5b9002746c9f0ced61ada284600df552332c..6582af749c9c60049a603aa9c47f266ea152fd10 100644
--- a/examples/apptest/BUILD.gn
+++ b/examples/apptest/BUILD.gn
@@ -28,7 +28,9 @@ mojo_native_application("service") {
":bindings",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
- "//mojo/public/cpp/utility"
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
+ "//mojo/public/cpp/utility",
]
}
@@ -50,6 +52,9 @@ mojo_native_application("apptests") {
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/application:test_support_standalone",
+ "//mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
]
datadeps = [ ":service", ]
« no previous file with comments | « PRESUBMIT.py ('k') | examples/aura_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698