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

Unified Diff: chrome/chrome_tests.gypi

Issue 2106193002: [Android] Create buildable browser_tests gn target for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky comments Created 4 years, 5 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 | « no previous file | chrome/test/BUILD.gn » ('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 51a81422e26e025720204abb97723c057daff428..54d258ae9f096bc5ddc9d2f332f301689ff5d3f6 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -43,8 +43,15 @@
'../extensions/browser/api/display_source/display_source_apitestbase.h',
'browser/extensions/api/display_source/display_source_wifi_display_apitest.cc',
],
+ # TODO(jbudorick): Move tests here from other lists as Android support is
+ # implemented. See crbug.com/611756
'chrome_browser_tests_sources': [
- # The list of sources which is only used by chrome browser tests.
+ # The list of sources which is used by chrome browser tests on all
+ # platforms.
+ ],
+ 'chrome_browser_tests_desktop_only_sources': [
+ # The list of sources which is only used by chrome browser tests on
+ # desktop platforms.
'../apps/app_restore_service_browsertest.cc',
'../apps/load_and_launch_browsertest.cc',
'app/chrome_command_ids.h',
@@ -2236,6 +2243,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)',
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698