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

Unified Diff: mojo/services/BUILD.gn

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/public/gles2/BUILD.gn ('k') | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index 619a9f9fcc1c651cdb1e3ab15190bb9bcdc8494d..2d7f34a12bc6d8706ca3369a41155587ad7d3655 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -6,16 +6,18 @@ group("services") {
deps = [
"//mojo/services/dbus_echo:bindings",
"//mojo/services/gles2:bindings",
+ "//mojo/services/network",
"//mojo/services/public/interfaces/content_handler",
- "//mojo/services/public/interfaces/input_events",
"//mojo/services/public/interfaces/geometry",
+ "//mojo/services/public/interfaces/input_events",
+ "//mojo/services/public/interfaces/launcher",
"//mojo/services/public/interfaces/native_viewport",
"//mojo/services/public/interfaces/navigation",
"//mojo/services/public/interfaces/network",
- "//mojo/services/public/interfaces/launcher",
- "//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/surfaces",
+ "//mojo/services/public/interfaces/view_manager",
"//mojo/services/public/interfaces/window_manager",
+ "//mojo/services/surfaces",
"//mojo/services/test_service:bindings",
]
}
« no previous file with comments | « mojo/public/gles2/BUILD.gn ('k') | mojo/services/native_viewport/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698