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

Side by Side Diff: remoting/remoting_all.gyp

Issue 1164143002: Added new driver for chromoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows return at FAIL() fix Created 5 years, 6 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/app_remoting_test.gyp ('k') | remoting/remoting_test.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',
17 '../remoting/remoting.gyp:chromoting_test_driver',
15 '../remoting/remoting.gyp:remoting_base', 18 '../remoting/remoting.gyp:remoting_base',
16 '../remoting/remoting.gyp:remoting_breakpad', 19 '../remoting/remoting.gyp:remoting_breakpad',
17 '../remoting/remoting.gyp:remoting_browser_test_resources', 20 '../remoting/remoting.gyp:remoting_browser_test_resources',
18 '../remoting/remoting.gyp:remoting_client', 21 '../remoting/remoting.gyp:remoting_client',
19 '../remoting/remoting.gyp:remoting_client_plugin', 22 '../remoting/remoting.gyp:remoting_client_plugin',
20 '../remoting/remoting.gyp:remoting_protocol', 23 '../remoting/remoting.gyp:remoting_protocol',
21 '../remoting/remoting.gyp:remoting_test_common', 24 '../remoting/remoting.gyp:remoting_test_common',
22 '../remoting/remoting.gyp:remoting_unittests', 25 '../remoting/remoting.gyp:remoting_unittests',
23 '../remoting/remoting.gyp:remoting_resources', 26 '../remoting/remoting.gyp:remoting_resources',
24 '../remoting/remoting.gyp:remoting_webapp', 27 '../remoting/remoting.gyp:remoting_webapp',
25 '../remoting/remoting.gyp:remoting_webapp_html', 28 '../remoting/remoting.gyp:remoting_webapp_html',
26 '../remoting/remoting.gyp:remoting_webapp_unittests', 29 '../remoting/remoting.gyp:remoting_webapp_unittests',
27 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
28 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
29 ], 30 ],
30 31
31 'conditions' : [ 32 'conditions' : [
32 ['OS=="win"', { 33 ['OS=="win"', {
33 'dependencies': [ 34 'dependencies': [
34 '../remoting/remoting.gyp:remoting_breakpad_tester', 35 '../remoting/remoting.gyp:remoting_breakpad_tester',
35 '../remoting/remoting.gyp:remoting_console', 36 '../remoting/remoting.gyp:remoting_console',
36 '../remoting/remoting.gyp:remoting_core', 37 '../remoting/remoting.gyp:remoting_core',
37 '../remoting/remoting.gyp:remoting_desktop', 38 '../remoting/remoting.gyp:remoting_desktop',
38 '../remoting/remoting.gyp:remoting_host_installation', 39 '../remoting/remoting.gyp:remoting_host_installation',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'dependencies': [ 78 'dependencies': [
78 '../remoting/remoting.gyp:remoting_key_tester', 79 '../remoting/remoting.gyp:remoting_key_tester',
79 '../remoting/remoting.gyp:remoting_webapp_browser_test', 80 '../remoting/remoting.gyp:remoting_webapp_browser_test',
80 ], 81 ],
81 }], 82 }],
82 ], 83 ],
83 84
84 }, # end of target 'remoting_all' 85 }, # end of target 'remoting_all'
85 ], # end of targets 86 ], # end of targets
86 } 87 }
OLDNEW
« no previous file with comments | « remoting/app_remoting_test.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698