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

Side by Side Diff: remoting/remoting_all.gyp

Issue 1008043003: Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the pub… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing 2nd round of feedback Created 5 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/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/remoting.gyp:remoting_base', 15 '../remoting/remoting.gyp:remoting_base',
16 '../remoting/remoting.gyp:remoting_breakpad', 16 '../remoting/remoting.gyp:remoting_breakpad',
17 '../remoting/remoting.gyp:remoting_browser_test_resources', 17 '../remoting/remoting.gyp:remoting_browser_test_resources',
18 '../remoting/remoting.gyp:remoting_client', 18 '../remoting/remoting.gyp:remoting_client',
19 '../remoting/remoting.gyp:remoting_client_plugin', 19 '../remoting/remoting.gyp:remoting_client_plugin',
20 '../remoting/remoting.gyp:remoting_protocol', 20 '../remoting/remoting.gyp:remoting_protocol',
21 '../remoting/remoting.gyp:remoting_test_common', 21 '../remoting/remoting.gyp:remoting_test_common',
22 '../remoting/remoting.gyp:remoting_unittests', 22 '../remoting/remoting.gyp:remoting_unittests',
23 '../remoting/remoting.gyp:remoting_resources', 23 '../remoting/remoting.gyp:remoting_resources',
24 '../remoting/remoting.gyp:remoting_webapp', 24 '../remoting/remoting.gyp:remoting_webapp',
25 '../remoting/remoting.gyp:remoting_webapp_html', 25 '../remoting/remoting.gyp:remoting_webapp_html',
26 '../remoting/remoting.gyp:remoting_webapp_unittests', 26 '../remoting/remoting.gyp:remoting_webapp_unittests',
27 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
27 '../remoting/app_remoting_webapp.gyp:ar_sample_app', 28 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
28 ], 29 ],
29 30
30 'conditions' : [ 31 'conditions' : [
31 ['OS=="win"', { 32 ['OS=="win"', {
32 'dependencies': [ 33 'dependencies': [
33 '../remoting/remoting.gyp:remoting_breakpad_tester', 34 '../remoting/remoting.gyp:remoting_breakpad_tester',
34 '../remoting/remoting.gyp:remoting_console', 35 '../remoting/remoting.gyp:remoting_console',
35 '../remoting/remoting.gyp:remoting_core', 36 '../remoting/remoting.gyp:remoting_core',
36 '../remoting/remoting.gyp:remoting_desktop', 37 '../remoting/remoting.gyp:remoting_desktop',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '../remoting/remoting.gyp:remoting_me2me_host_archive', 70 '../remoting/remoting.gyp:remoting_me2me_host_archive',
70 '../remoting/remoting.gyp:remoting_me2me_host_static', 71 '../remoting/remoting.gyp:remoting_me2me_host_static',
71 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 72 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
72 ], 73 ],
73 }], 74 }],
74 ], 75 ],
75 76
76 }, # end of target 'remoting_all' 77 }, # end of target 'remoting_all'
77 ], # end of targets 78 ], # end of targets
78 } 79 }
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