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

Unified Diff: chrome/chrome_tests.gypi

Issue 1122393005: [Media Router] Reland of "Media Router GYP/GN cleanup". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge sources into chrome_unit_tests_media_router_sources Created 5 years, 7 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index fc8c4a5d8903a3c2172684df393014b5fa478cf5..0291a8f0c9f9684c5a51d921155eb1118ff00da1 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -843,7 +843,7 @@
'browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc',
'browser/ui/app_list/speech_recognizer_browsertest.cc',
],
- 'chrome_browser_tests_media_router_webui_sources': [
+ 'chrome_browser_tests_media_router_sources': [
'browser/ui/webui/media_router/media_router_dialog_controller_browsertest.cc',
],
# Javascript sources. These are combined with the .cc files in the GYP build
@@ -2246,7 +2246,8 @@
],
}],
['enable_media_router==1', {
- 'sources': [ '<@(chrome_browser_tests_media_router_webui_sources)' ],
+ 'sources': [ '<@(chrome_browser_tests_media_router_sources)' ],
+ 'dependencies': [ 'browser/media/router/media_router.gyp:media_router_test_support' ],
}],
['OS=="win"', {
'sources': [
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698