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

Unified Diff: mojo/shell/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/services/view_manager/BUILD.gn ('k') | mojo/system.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 1038b6f38d54ee4dd0ee669e0b95964c13eaaa75..c5482df60b3e294ce51b5064dcde0e69aded6e6b 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -26,6 +26,8 @@ executable("mojo_shell") {
"desktop/mojo_main.cc"
]
}
+
+# GYP version: mojo/mojo.gyp:mojo_shell_lib
source_set("lib") {
deps = [
":app_child_process_bindings",
@@ -37,7 +39,6 @@ source_set("lib") {
"//mojo/common",
"//mojo/gles2",
"//mojo/public/cpp/application:chromium",
- "//mojo/public/gles2",
"//mojo/public/interfaces/application",
"//mojo/services/native_viewport",
"//mojo/services/public/interfaces/native_viewport",
@@ -92,7 +93,7 @@ source_set("lib") {
]
} else if (is_android) {
deps += [
- "//mojo/services/network",
+ "//mojo/services/network:lib",
]
sources += [
"network_application_loader.cc",
« no previous file with comments | « mojo/services/view_manager/BUILD.gn ('k') | mojo/system.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698