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

Unified Diff: chrome/test/media_router/media_router_tests.gypi

Issue 1843063004: Add new Telemetry tests to get CPU and memory usage for idle and flinging two test scenarios. Mirro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor update for the function docs Created 4 years, 9 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
index fbc7c90ace565ae167a430059cb1ed60da446155..ed76105699b4c4a8b3331d1cf223bab6fb3aac2a 100644
--- a/chrome/test/media_router/media_router_tests.gypi
+++ b/chrome/test/media_router/media_router_tests.gypi
@@ -14,6 +14,11 @@
'resources/no_provider.json',
'resources/route_creation_timed_out.json',
],
+ 'media_router_extension_resources': [
mark a. foltz 2016/04/04 20:25:06 media_router_test_extension_resources
Lei Lei 2016/04/13 00:22:42 Done.
+ 'telemetry/extension/background.html',
+ 'telemetry/extension/manifest.json',
+ 'telemetry/extension/script.js',
+ ],
}, # end of variables
'targets': [
{
@@ -34,5 +39,23 @@
},
],
}, # end of target 'media_router_integration_test_files'
+ {
+ 'target_name': 'media_router_test_extension_files',
+ 'type': 'none',
+ 'variables': {
+ 'output_dir': '<(PRODUCT_DIR)/media_router/test_extension',
+ 'resource_files': [
+ '<@(media_router_extension_resources)',
+ ]
+ },
+ 'copies': [
+ {
+ 'destination': '<(output_dir)',
+ 'files': [
+ '<@(resource_files)',
+ ],
+ },
+ ],
+ }, # end of target 'media_router_test_extension_files'
], # end of targets
}

Powered by Google App Engine
This is Rietveld 408576698