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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/media_router/media_router_tests.gypi
diff --git a/chrome/test/media_router/media_router_tests.gypi b/chrome/test/media_router/media_router_tests.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..c46a9e8171e374fb7a0017e687305c20f592ee21
--- /dev/null
+++ b/chrome/test/media_router/media_router_tests.gypi
@@ -0,0 +1,32 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'media_router_integration_test_resources': [
+ 'resources/basic_test.html',
+ 'resources/common.js'
+ ],
+ }, # end of variables
+ 'targets': [
+ {
+ 'target_name': 'media_router_integration_test_files',
+ 'type': 'none',
+ 'variables': {
+ 'output_dir': '<(PRODUCT_DIR)/media_router/browser_test_resources',
+ 'resource_files': [
+ '<@(media_router_integration_test_resources)',
+ ]
+ },
+ 'copies': [
+ {
+ 'destination': '<(output_dir)',
+ 'files': [
+ '<@(resource_files)',
+ ],
+ },
+ ],
+ }, # end of target 'media_router_integration_test_files'
+ ], # end of targets
+}
« 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