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

Unified Diff: mojo/public/BUILD.gn

Issue 1528233002: Make base a static ibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « base/trace_event/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/BUILD.gn
diff --git a/mojo/public/BUILD.gn b/mojo/public/BUILD.gn
index b917cf1cc227322686d15e0c80ce0c9d647db09a..f87fb942823ebab9bd4573862b0a6233c626ab96 100644
--- a/mojo/public/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -6,7 +6,6 @@ group("public") {
# Meta-target, don't link into production code.
testonly = true
deps = [
- ":libmojo_sdk",
":sdk",
"cpp/bindings",
"cpp/environment:standalone",
@@ -32,10 +31,3 @@ group("sdk") {
"js",
]
}
-
-static_library("libmojo_sdk") {
- complete_static_lib = true
- deps = [
- ":sdk",
- ]
-}
« no previous file with comments | « base/trace_event/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698