Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 3a633042da66521f5453df180df36fb82109ab0d..b90ec82f56a821a1089eab1f63fc8a170a1c1574 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -44,6 +44,8 @@ |
| 'browser/extensions/api/display_source/display_source_wifi_display_apitest.cc', |
| ], |
| 'chrome_browser_tests_sources': [ |
|
sky
2016/07/06 16:00:51
Please add a comment as to why this is empty. Anyo
jbudorick
2016/07/07 14:58:32
Done.
|
| + ], |
| + 'chrome_browser_tests_desktop_only_sources': [ |
| # The list of sources which is only used by chrome browser tests. |
| '../apps/app_restore_service_browsertest.cc', |
| '../apps/load_and_launch_browsertest.cc', |
| @@ -2235,6 +2237,7 @@ |
| 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| ], |
| 'sources': [ |
| + '<@(chrome_browser_tests_desktop_only_sources)', |
| '<@(chrome_browser_tests_extensions_sources)', |
| '<@(chrome_browser_tests_sources)', |
| '<@(chrome_browser_tests_webui_js_sources)', |