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

Unified Diff: BUILD.gn

Issue 1090023004: Revert of [Chromoting] Enable remoting webapp main.html GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 16e6b060b03735c118652b17916ad57ac9bd24ca..b51ff78b2cea25e479887b0c2f2e40ef2a781863 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,6 +12,7 @@
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//build/module_args/v8.gni")
+import("//remoting/remoting_host.gni")
if (is_android) {
import("//build/config/android/config.gni")
@@ -138,6 +139,10 @@
deps += [ "//extensions/shell:app_shell_unittests" ]
}
+ if (enable_me2me_host) {
+ deps += [ "//remoting/host:remoting_me2me_host" ]
+ }
+
if (enable_media_router) {
deps += [
"//chrome/browser/media/router/",
@@ -145,8 +150,14 @@
]
}
- if (enable_remoting) {
- deps += [ "//remoting:remoting_all" ]
+ if (enable_remoting_host) {
+ deps += [
+ "//remoting:remoting_unittests",
+ "//remoting:remoting_perftests",
+ "//remoting/host",
+ "//remoting/host:remoting_start_host",
+ "//remoting/host/it2me:remote_assistance_host",
+ ]
}
if (toolkit_views) {
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698