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

Unified Diff: chrome/chrome_tests.gypi

Issue 1140183002: Revert of Media Router GYP/GN cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 855e2db3fe78cce1ec619c73f6c24f06b8c3d654..eeab406f5fe64e82e509d4b9c3755e8a8d8a4b74 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -841,7 +841,7 @@
'browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc',
'browser/ui/app_list/speech_recognizer_browsertest.cc',
],
- 'chrome_browser_tests_media_router_sources': [
+ 'chrome_browser_tests_media_router_webui_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
@@ -2244,8 +2244,7 @@
],
}],
['enable_media_router==1', {
- 'sources': [ '<@(chrome_browser_tests_media_router_sources)' ],
- 'dependencies': [ 'browser/media/router/media_router.gyp:media_router_test_support' ],
+ 'sources': [ '<@(chrome_browser_tests_media_router_webui_sources)' ],
}],
['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