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

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: prereview: Rebase gn fixes. Created 4 years, 6 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') | chrome/test/BUILD.gn » ('J')
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 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)',
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698