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

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

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 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 'conditions': [
7 ['archive_chromoting_tests==1', {
8 'targets': [
9 {
10 'target_name': 'chromoting_integration_tests_run',
11 'includes': [
12 './dependencies.gypi',
13 ],
14 'sources': [
15 'chromoting_integration_tests.isolate',
16 ],
17 }, # target_name: 'chromoting_integration_tests_run'
18 {
19 'target_name': 'chromoting_multi_machine_example_test',
20 'includes': [
21 './dependencies.gypi',
22 ],
23 'sources': [
24 'multi_machine_example/example_test_controller.isolate',
25 'multi_machine_example/example_task.isolate',
26 ],
27 }, # target_name: 'chromoting_multi_machine_example_test'
28 ],
29 }],
30 ],
31 }
OLDNEW
« no previous file with comments | « testing/chromoting/dependencies.gypi ('k') | testing/chromoting/multi_machine_example/example_task.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698