Commit 108f744c authored by garykac's avatar garykac Committed by Commit bot

[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}
parent 5d287529
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
}], }],
['remoting==1', { ['remoting==1', {
'dependencies': [ 'dependencies': [
'../remoting/remoting.gyp:*', '../remoting/remoting_all.gyp:remoting_all',
], ],
}], }],
['use_openssl==0', { ['use_openssl==0', {
......
# 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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment