summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-04-16 16:30:24 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-16 23:31:30 +0000
commit62ee8a9cfebbc8bdc037aaa3b37ebfbb45e02472 (patch)
treea85cf16c4eaebb6b36521565c400e0cea9d924f5 /BUILD.gn
parent7d073dc78a7578aababc032237a54e55a86d3480 (diff)
downloadchromium_src-62ee8a9cfebbc8bdc037aaa3b37ebfbb45e02472.zip
chromium_src-62ee8a9cfebbc8bdc037aaa3b37ebfbb45e02472.tar.gz
chromium_src-62ee8a9cfebbc8bdc037aaa3b37ebfbb45e02472.tar.bz2
[Chromoting] Enable remoting webapp main.html GN build.
The previous remoting webapp GN build files were not enabled and at least 6 months out of date. This cl fixes the problem by bringing the build rules up to date and enables the webapp build. It also starts to move all the remoting-specific build rules into the remoting dir rather than having them in the main build.gn file. BUG= Review URL: https://codereview.chromium.org/1082083005 Cr-Commit-Position: refs/heads/master@{#325551}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn15
1 files changed, 2 insertions, 13 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b51ff78..16e6b06 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,7 +12,6 @@ import("//build/config/crypto.gni")
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")
@@ -139,10 +138,6 @@ group("gn_all") {
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/",
@@ -150,14 +145,8 @@ group("gn_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 (enable_remoting) {
+ deps += [ "//remoting:remoting_all" ]
}
if (toolkit_views) {