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

Side by Side Diff: chrome/test/media_router/media_router_tests.gypi

Issue 595663002: Put chromoting isolate targets under chromoting_swarm_tests=1 GYP variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'media_router_integration_test_resources': [
8 'resources/basic_test.html',
9 'resources/common.js'
10 ],
11 }, # end of variables
12 'targets': [
13 {
14 'target_name': 'media_router_integration_test_files',
15 'type': 'none',
16 'variables': {
17 'output_dir': '<(PRODUCT_DIR)/media_router/browser_test_resources',
18 'resource_files': [
19 '<@(media_router_integration_test_resources)',
20 ]
21 },
22 'copies': [
23 {
24 'destination': '<(output_dir)',
25 'files': [
26 '<@(resource_files)',
27 ],
28 },
29 ],
30 }, # end of target 'media_router_integration_test_files'
31 ], # end of targets
32 }
OLDNEW
« no previous file with comments | « chrome/test/media_router/media_router_integration_browsertest.cc ('k') | chrome/test/media_router/media_router_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698