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

Side by Side Diff: remoting/remoting_all.gyp

Issue 1228283004: Cleanup inconsistencies between GN and GYP in //remoting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_host_srcs.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/app_remoting_shared_module.gyp:ar_shared_module', 16 '../remoting/app_remoting_shared_module.gyp:ar_shared_module',
17 '../remoting/remoting.gyp:ar_sample_test_driver', 17 '../remoting/remoting.gyp:ar_sample_test_driver',
18 '../remoting/remoting.gyp:chromoting_test_driver', 18 '../remoting/remoting.gyp:chromoting_test_driver',
19 '../remoting/remoting.gyp:remoting_base', 19 '../remoting/remoting.gyp:remoting_base',
20 '../remoting/remoting.gyp:remoting_breakpad', 20 '../remoting/remoting.gyp:remoting_breakpad',
21 '../remoting/remoting.gyp:remoting_browser_test_resources', 21 '../remoting/remoting.gyp:remoting_browser_test_resources',
22 '../remoting/remoting.gyp:remoting_client', 22 '../remoting/remoting.gyp:remoting_client',
23 '../remoting/remoting.gyp:remoting_client_plugin', 23 '../remoting/remoting.gyp:remoting_client_plugin',
24 '../remoting/remoting.gyp:remoting_perftests',
24 '../remoting/remoting.gyp:remoting_protocol', 25 '../remoting/remoting.gyp:remoting_protocol',
25 '../remoting/remoting.gyp:remoting_test_common', 26 '../remoting/remoting.gyp:remoting_resources',
27 '../remoting/remoting.gyp:remoting_test_support',
26 '../remoting/remoting.gyp:remoting_unittests', 28 '../remoting/remoting.gyp:remoting_unittests',
27 '../remoting/remoting.gyp:remoting_resources',
28 '../remoting/remoting.gyp:remoting_webapp', 29 '../remoting/remoting.gyp:remoting_webapp',
29 '../remoting/remoting.gyp:remoting_webapp_html', 30 '../remoting/remoting.gyp:remoting_webapp_html',
30 '../remoting/remoting.gyp:remoting_webapp_unittests', 31 '../remoting/remoting.gyp:remoting_webapp_unittests',
31 ], 32 ],
32 33
33 'conditions' : [ 34 'conditions' : [
34 ['OS=="win"', { 35 ['OS=="win"', {
35 'dependencies': [ 36 'dependencies': [
36 '../remoting/remoting.gyp:remoting_breakpad_tester', 37 '../remoting/remoting.gyp:remoting_breakpad_tester',
37 '../remoting/remoting.gyp:remoting_console', 38 '../remoting/remoting.gyp:remoting_console',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'dependencies': [ 80 'dependencies': [
80 '../remoting/remoting.gyp:remoting_key_tester', 81 '../remoting/remoting.gyp:remoting_key_tester',
81 '../remoting/remoting.gyp:remoting_webapp_browser_test', 82 '../remoting/remoting.gyp:remoting_webapp_browser_test',
82 ], 83 ],
83 }], 84 }],
84 ], 85 ],
85 86
86 }, # end of target 'remoting_all' 87 }, # end of target 'remoting_all'
87 ], # end of targets 88 ], # end of targets
88 } 89 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698