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

Unified Diff: services/js/BUILD.gn

Issue 747143002: Make gn check //{,mojo}/services/* 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 | « services/http_server/public/BUILD.gn ('k') | services/js/modules/clock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/BUILD.gn
diff --git a/services/js/BUILD.gn b/services/js/BUILD.gn
index 9744b08dd2c3e6075f73712b2b45d9e69ab515a6..3278881f848a61986a6cbfb2229b1080d3ddae8b 100644
--- a/services/js/BUILD.gn
+++ b/services/js/BUILD.gn
@@ -28,11 +28,15 @@ mojo_native_application("js_content_handler") {
"//mojo/application",
"//mojo/application:application",
"//mojo/application:content_handler",
+ "//mojo/common",
"//mojo/edk/js/",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_shared_library",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/public/interfaces/application",
"//mojo/services/public/interfaces/content_handler",
+ "//mojo/services/public/interfaces/network",
]
}
« no previous file with comments | « services/http_server/public/BUILD.gn ('k') | services/js/modules/clock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698