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

Side by Side Diff: testing/chromoting/integration_test.gyp

Issue 498373003: Swarming configuration files for chromoting integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698