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

Unified Diff: mojo/examples/demo_launcher/BUILD.gn

Issue 554363005: GN: Replace mojo/system.gni with forwarding groups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/examples/dbus_echo/BUILD.gn ('k') | mojo/examples/echo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/demo_launcher/BUILD.gn
diff --git a/mojo/examples/demo_launcher/BUILD.gn b/mojo/examples/demo_launcher/BUILD.gn
index ebf78f13c60ec6e206a9cf462cedf6f20bd2d176..7c534b7a498a7fc9eefe7ae45b70b7d3303fc36a 100644
--- a/mojo/examples/demo_launcher/BUILD.gn
+++ b/mojo/examples/demo_launcher/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
-import("//mojo/system.gni")
assert(use_aura)
@@ -22,9 +21,11 @@ shared_library("demo_launcher") {
"//ui/gfx/geometry",
"//ui/gl",
"//mojo/application",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
+ "//mojo/public/gles2:for_shared_library",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/view_manager",
- ] + mojo_system_for_shared_library + mojo_gles2_for_shared_library
+ ]
}
« no previous file with comments | « mojo/examples/dbus_echo/BUILD.gn ('k') | mojo/examples/echo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698