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

Unified Diff: services/java_handler/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: services/java_handler/BUILD.gn
diff --git a/services/java_handler/BUILD.gn b/services/java_handler/BUILD.gn
index 025690526cb7ca0220220158ebddf7c79ff93f76..ff520424ac9270c0ab8b10f240d02d6347ea1da9 100644
--- a/services/java_handler/BUILD.gn
+++ b/services/java_handler/BUILD.gn
@@ -18,7 +18,7 @@ mojo_android_application("java_handler") {
"//mojo/application:content_handler",
"//mojo/common:tracing_impl",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_shared_library",
viettrungluu 2015/12/10 16:50:06 Fixed by changing mojo_android_application.
+ "//mojo/public/c/system",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//mojo/services/content_handler/interfaces",

Powered by Google App Engine
This is Rietveld 408576698