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

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: Removed unused headers. Clarified comments. Reorganized .gyp file content. 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
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/chromoting_test.gyp:chromoting_test_driver',
joedow 2015/06/08 17:20:04 If you are going to order this alphabetically, can
15 '../remoting/remoting.gyp:remoting_base', 16 '../remoting/remoting.gyp:remoting_base',
16 '../remoting/remoting.gyp:remoting_breakpad', 17 '../remoting/remoting.gyp:remoting_breakpad',
17 '../remoting/remoting.gyp:remoting_browser_test_resources', 18 '../remoting/remoting.gyp:remoting_browser_test_resources',
18 '../remoting/remoting.gyp:remoting_client', 19 '../remoting/remoting.gyp:remoting_client',
19 '../remoting/remoting.gyp:remoting_client_plugin', 20 '../remoting/remoting.gyp:remoting_client_plugin',
20 '../remoting/remoting.gyp:remoting_protocol', 21 '../remoting/remoting.gyp:remoting_protocol',
21 '../remoting/remoting.gyp:remoting_test_common', 22 '../remoting/remoting.gyp:remoting_test_common',
22 '../remoting/remoting.gyp:remoting_unittests', 23 '../remoting/remoting.gyp:remoting_unittests',
23 '../remoting/remoting.gyp:remoting_resources', 24 '../remoting/remoting.gyp:remoting_resources',
24 '../remoting/remoting.gyp:remoting_webapp', 25 '../remoting/remoting.gyp:remoting_webapp',
(...skipping 52 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

Powered by Google App Engine
This is Rietveld 408576698