OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 { | |
6 'targets': [ | |
M-A Ruel
2014/08/29 20:57:16
Remove the empty section
Lei Lei
2014/08/29 22:19:45
Done.
| |
7 ], | |
8 'conditions': [ | |
9 ['test_isolation_mode != "noop"', { | |
10 'targets': [ | |
11 { | |
12 'target_name': 'chromoting_integration_tests_run', | |
13 'type': 'none', | |
14 'dependencies': [ | |
15 '../../chrome/chrome.gyp:browser_tests', | |
16 '../../remoting/remoting.gyp:remoting_webapp_v1', | |
17 ], | |
18 'includes': [ | |
19 '../../build/isolate.gypi', | |
20 'chromoting_integration_tests.isolate', | |
21 ], | |
22 'sources': [ | |
23 'chromoting_integration_tests.isolate', | |
24 ], | |
25 }, | |
26 ], | |
27 }], | |
28 ], | |
29 } | |
OLD | NEW |