Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Side by Side Diff: remoting/remoting_all.gyp

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'remoting_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'remoting_all', 12 'target_name': 'remoting_all',
13 'type': 'none', 13 'type': 'none',
14 'dependencies': [ 14 'dependencies': [
15 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
16 '../remoting/remoting.gyp:ar_sample_test_driver', 15 '../remoting/remoting.gyp:ar_sample_test_driver',
17 '../remoting/remoting.gyp:chromoting_test_driver', 16 '../remoting/remoting.gyp:chromoting_test_driver',
18 '../remoting/remoting.gyp:remoting_base', 17 '../remoting/remoting.gyp:remoting_base',
19 '../remoting/remoting.gyp:remoting_breakpad', 18 '../remoting/remoting.gyp:remoting_breakpad',
20 '../remoting/remoting.gyp:remoting_browser_test_resources', 19 '../remoting/remoting.gyp:remoting_browser_test_resources',
21 '../remoting/remoting.gyp:remoting_client', 20 '../remoting/remoting.gyp:remoting_client',
22 '../remoting/remoting.gyp:remoting_protocol', 21 '../remoting/remoting.gyp:remoting_protocol',
23 '../remoting/remoting.gyp:remoting_resources', 22 '../remoting/remoting.gyp:remoting_resources',
24 '../remoting/remoting.gyp:remoting_test_support', 23 '../remoting/remoting.gyp:remoting_test_support',
25 '../remoting/remoting.gyp:remoting_unittests', 24 '../remoting/remoting.gyp:remoting_unittests',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../remoting/remoting.gyp:remoting_me2me_host_archive', 70 '../remoting/remoting.gyp:remoting_me2me_host_archive',
72 '../remoting/remoting.gyp:remoting_me2me_host_static', 71 '../remoting/remoting.gyp:remoting_me2me_host_static',
73 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 72 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
74 ], 73 ],
75 }], 74 }],
76 # TODO(GYP) Depends on crbug.com/471924 being fixed for PNaCl. 75 # TODO(GYP) Depends on crbug.com/471924 being fixed for PNaCl.
77 ['disable_nacl==0 and disable_nacl_untrusted==0', { 76 ['disable_nacl==0 and disable_nacl_untrusted==0', {
78 'dependencies': [ 77 'dependencies': [
79 '../remoting/remoting.gyp:remoting_key_tester', 78 '../remoting/remoting.gyp:remoting_key_tester',
80 '../remoting/remoting.gyp:remoting_webapp_browser_test', 79 '../remoting/remoting.gyp:remoting_webapp_browser_test',
81 '../remoting/app_remoting_shared_module.gyp:ar_shared_module',
82 ], 80 ],
83 }], 81 }],
84 ], 82 ],
85 83
86 }, # end of target 'remoting_all' 84 }, # end of target 'remoting_all'
87 ], # end of targets 85 ], # end of targets
88 } 86 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698