summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_all.gyp
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-02-02 09:01:30 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-02 17:02:15 +0000
commit108f744ccea14feb5019f1f8787fa3c265e83d0e (patch)
tree714e9b4594fe0c6498bef03b9b0ac897e2d736f5 /remoting/remoting_all.gyp
parent5d287529f3f821240e35ab8078fdb698d5c84ba5 (diff)
downloadchromium_src-108f744ccea14feb5019f1f8787fa3c265e83d0e.zip
chromium_src-108f744ccea14feb5019f1f8787fa3c265e83d0e.tar.gz
chromium_src-108f744ccea14feb5019f1f8787fa3c265e83d0e.tar.bz2
[Chromoting] (Re-)Enable AppRemoting sample apps by default in all.gyp.
"by default" = whenever we build Chromoting. This is a re-land of crrev.com/878793003, which failed on the Official builds. The build problem has been fixed in crrev.com/886543002. BUG= Review URL: https://codereview.chromium.org/875463004 Cr-Commit-Position: refs/heads/master@{#314160}
Diffstat (limited to 'remoting/remoting_all.gyp')
-rw-r--r--remoting/remoting_all.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp
new file mode 100644
index 0000000..7d0af52
--- /dev/null
+++ b/remoting/remoting_all.gyp
@@ -0,0 +1,16 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'remoting_all',
+ 'type': 'none',
+ 'dependencies': [
+ '../remoting/remoting.gyp:*',
+ '../remoting/app_remoting_webapp.gyp:*',
+ ],
+ }, # end of target 'remoting_all'
+ ], # end of targets
+}