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

Unified Diff: mojo/application/BUILD.gn

Issue 710703002: Revert "Teach PRESUBMIT.py how to run gn check for most of the mojo repo" (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') | mojo/application_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 8d067f17cd0026aabbe9fd92a75c8ddd1886a8ac..31d90c0297bd39d722e886690644a997eb7022d6 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -16,23 +16,20 @@ source_set("application") {
"//base",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/public/cpp/system",
]
}
source_set("content_handler") {
sources = [
"content_handler_factory.cc",
- "content_handler_factory.h",
+ "content_hander_factory.h",
]
deps = [
":application",
"//base",
"//mojo/common",
"//mojo/environment:chromium",
- "//mojo/public/interfaces/application",
"//mojo/services/public/interfaces/content_handler",
- "//mojo/services/public/interfaces/network",
]
}
@@ -46,7 +43,5 @@ source_set("test_support") {
deps = [
"//base",
"//mojo/environment:chromium",
- "//mojo/public/cpp/application",
- "//mojo/public/cpp/system",
]
}
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/application_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698