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

Unified Diff: chrome/test/BUILD.gn

Issue 1985903003: gn/linux: Add missing tests to browser_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index b538e747de7dec6d0feee8c1610120e6a2ef4bd1..a1a4f745124f475d45f911e27357b6d05e4d3805 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1068,6 +1068,12 @@ if (!is_android) {
chrome_tests_gypi_values.chrome_browser_tests_views_non_mac_sources,
".",
"//chrome")
+ if (!is_chromeos) {
+ sources += rebase_path(
+ chrome_tests_gypi_values.chrome_browser_tests_views_non_cros_or_mac_sources,
+ ".",
+ "//chrome")
+ }
Dirk Pranke 2016/05/17 16:33:06 what happened to nacl_gdb_browsertest.cc?
}
}
@@ -1123,6 +1129,10 @@ if (!is_android) {
if (toolkit_views) {
sources -= [ "../browser/ui/views/select_file_dialog_extension_browsertest.cc" ]
}
+ if (is_win || is_linux) {
+ sources +=
+ [ "../browser/ui/views/ime/input_ime_apitest_nonchromeos.cc" ]
+ }
}
if (enable_web_speech) {
sources += rebase_path(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698