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

Side by Side Diff: remoting/remoting_all.gyp

Issue 1271523003: Remove remoting client plugin from chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android and GN build Created 5 years, 4 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/client/plugin/pepper_entrypoints.cc ('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', 15 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
16 '../remoting/remoting.gyp:ar_sample_test_driver', 16 '../remoting/remoting.gyp:ar_sample_test_driver',
17 '../remoting/remoting.gyp:chromoting_test_driver', 17 '../remoting/remoting.gyp:chromoting_test_driver',
18 '../remoting/remoting.gyp:remoting_base', 18 '../remoting/remoting.gyp:remoting_base',
19 '../remoting/remoting.gyp:remoting_breakpad', 19 '../remoting/remoting.gyp:remoting_breakpad',
20 '../remoting/remoting.gyp:remoting_browser_test_resources', 20 '../remoting/remoting.gyp:remoting_browser_test_resources',
21 '../remoting/remoting.gyp:remoting_client', 21 '../remoting/remoting.gyp:remoting_client',
22 '../remoting/remoting.gyp:remoting_client_plugin',
23 '../remoting/remoting.gyp:remoting_perftests', 22 '../remoting/remoting.gyp:remoting_perftests',
24 '../remoting/remoting.gyp:remoting_protocol', 23 '../remoting/remoting.gyp:remoting_protocol',
25 '../remoting/remoting.gyp:remoting_resources', 24 '../remoting/remoting.gyp:remoting_resources',
26 '../remoting/remoting.gyp:remoting_test_support', 25 '../remoting/remoting.gyp:remoting_test_support',
27 '../remoting/remoting.gyp:remoting_unittests', 26 '../remoting/remoting.gyp:remoting_unittests',
28 '../remoting/remoting.gyp:remoting_webapp', 27 '../remoting/remoting.gyp:remoting_webapp',
29 '../remoting/remoting.gyp:remoting_webapp_html', 28 '../remoting/remoting.gyp:remoting_webapp_html',
30 '../remoting/remoting.gyp:remoting_webapp_unittests', 29 '../remoting/remoting.gyp:remoting_webapp_unittests',
31 ], 30 ],
32 31
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 '../remoting/remoting.gyp:remoting_key_tester', 79 '../remoting/remoting.gyp:remoting_key_tester',
81 '../remoting/remoting.gyp:remoting_webapp_browser_test', 80 '../remoting/remoting.gyp:remoting_webapp_browser_test',
82 '../remoting/app_remoting_shared_module.gyp:ar_shared_module', 81 '../remoting/app_remoting_shared_module.gyp:ar_shared_module',
83 ], 82 ],
84 }], 83 }],
85 ], 84 ],
86 85
87 }, # end of target 'remoting_all' 86 }, # end of target 'remoting_all'
88 ], # end of targets 87 ], # end of targets
89 } 88 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/pepper_entrypoints.cc ('k') | remoting/remoting_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698