summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2016-03-18 17:38:00 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-19 00:39:15 +0000
commit6f7cb3e3bee26214c15a365552462cd8d0719677 (patch)
treea6a32d590233003e5f756ece6e70732f5a43ea14 /build
parentcf617ce44715cf23082fe8748c69ddd84c98fba1 (diff)
downloadchromium_src-6f7cb3e3bee26214c15a365552462cd8d0719677.zip
chromium_src-6f7cb3e3bee26214c15a365552462cd8d0719677.tar.gz
chromium_src-6f7cb3e3bee26214c15a365552462cd8d0719677.tar.bz2
Remove app_remoting.
Removed all files used to build app_remoting webapp and cleaned up build files. Review URL: https://codereview.chromium.org/1816653002 Cr-Commit-Position: refs/heads/master@{#382147}
Diffstat (limited to 'build')
-rw-r--r--build/gn_migration.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 05bd91d..bbbce06 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -534,11 +534,6 @@
'target_name': 'gyp_remaining',
'type': 'none',
'conditions': [
- ['remoting==1', {
- 'dependencies': [
- '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/471916
- ],
- }],
['test_isolation_mode!="noop"', {
'dependencies': [
'../base/base.gyp:base_unittests_run',