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

Unified Diff: mojo/services/tracing/BUILD.gn

Issue 1136763003: Simplify mojo/application/public/cpp/BUILD.gn to call the target cpp instead of application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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/services/test_service/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/BUILD.gn
diff --git a/mojo/services/tracing/BUILD.gn b/mojo/services/tracing/BUILD.gn
index 337b10a59eec3e76395a8149cf0286a9f677eeb2..dfd1c14908b1d6673df3774cbbce1ed703cd3d81 100644
--- a/mojo/services/tracing/BUILD.gn
+++ b/mojo/services/tracing/BUILD.gn
@@ -12,7 +12,7 @@ mojo_native_application("tracing") {
deps = [
":lib",
- "//mojo/application/public/cpp:application",
+ "//mojo/application/public/cpp",
"//third_party/mojo/src/mojo/public/cpp/system",
]
}
« no previous file with comments | « mojo/services/test_service/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698