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

Unified Diff: benchmarks/startup/BUILD.gn

Issue 780733002: Simplify the thunk targets since we don't support apps as components (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | examples/apptest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/startup/BUILD.gn
diff --git a/benchmarks/startup/BUILD.gn b/benchmarks/startup/BUILD.gn
index 29411a0f5da384a8d514a51a5da8ecbe42c88b29..7bb0f95c750052532f152ef9c9b5d8573f1f0fc8 100644
--- a/benchmarks/startup/BUILD.gn
+++ b/benchmarks/startup/BUILD.gn
@@ -18,10 +18,6 @@ mojo_native_application("app") {
testonly = true
sources = [ "startup.cc" ]
-
- deps = [
- "//mojo/public/c/system:for_shared_library",
- ]
}
executable("noop") {
« no previous file with comments | « no previous file | examples/apptest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698