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

Unified Diff: mojo/public/c/system/BUILD.gn

Issue 1512343002: Remove the //mojo/public/c/system:for_shared_library target. (Closed) Base URL: https://github.com/domokit/mojo.git@c_system_target_1
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
Index: mojo/public/c/system/BUILD.gn
diff --git a/mojo/public/c/system/BUILD.gn b/mojo/public/c/system/BUILD.gn
index 197d4948a5e269d9538e621f5c8df543d27bd236..2a733742456d0206f015ae3062c98e00487cb129 100644
--- a/mojo/public/c/system/BUILD.gn
+++ b/mojo/public/c/system/BUILD.gn
@@ -18,13 +18,3 @@ mojo_sdk_source_set("system") {
"types.h",
]
}
-
-# TODO(vtl): Remove this.
-group("for_shared_library") {
- public_deps = [
- ":system",
- ]
- deps = [
- "../../platform/native:system",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698