summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-04-28 15:28:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-28 22:28:56 +0000
commited09d9afa925ba6bd4fe2fa8e705ad2cc2c60e73 (patch)
tree5e89ff5ae719d9bf932a54f657853a3c26f6cecf /remoting
parentf3f6f746e858929c2a2da07b48e509348f84d2c7 (diff)
downloadchromium_src-ed09d9afa925ba6bd4fe2fa8e705ad2cc2c60e73.zip
chromium_src-ed09d9afa925ba6bd4fe2fa8e705ad2cc2c60e73.tar.gz
chromium_src-ed09d9afa925ba6bd4fe2fa8e705ad2cc2c60e73.tar.bz2
[Chromoting] Add missing file to webapp's GN build.
This also makes the Note at the top of the files (to keep the GYP and GN files in sync) a bit more noticeable. BUG= Review URL: https://codereview.chromium.org/1116463002 Cr-Commit-Position: refs/heads/master@{#327378}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting_webapp_files.gypi10
-rw-r--r--remoting/webapp/files.gni11
2 files changed, 19 insertions, 2 deletions
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 60d7b4b..7312dc8 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -2,7 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Keep in sync with remoting/webapp/files.gni.
+# `7MM"""Mq. `7MM
+# MM `MM. MM
+# MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya
+# MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb
+# MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M""""""
+# MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
+# .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd'
+#
+# Please keep this file in sync with remoting/webapp/files.gni.
{
'variables': {
diff --git a/remoting/webapp/files.gni b/remoting/webapp/files.gni
index ad84123..7df289f 100644
--- a/remoting/webapp/files.gni
+++ b/remoting/webapp/files.gni
@@ -2,7 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Keep in sync with remoting/remoting_webapp_files.gypi.
+# `7MM"""Mq. `7MM
+# MM `MM. MM
+# MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya
+# MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb
+# MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M""""""
+# MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
+# .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd'
+#
+# Please keep this file in sync with remoting/remoting_webapp_files.gypi.
# Jscompile proto files.
# These provide type information for jscompile.
@@ -216,6 +224,7 @@ remoting_webapp_js_host_control_files = [
remoting_webapp_js_host_display_files = [
"crd/js/host_list.js",
"crd/js/host_list_api.js",
+ "crd/js/host_list_api_gcd_impl.js",
"crd/js/host_list_api_impl.js",
"crd/js/host_table_entry.js",
"crd/js/local_host_section.js",