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

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..5be032485747b403da308ea8cf9a83d88c1ae8bb 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1022,7 +1022,10 @@ if (!is_android) {
}
if (is_win || is_linux) {
- sources += [ "../browser/nacl_host/test/nacl_gdb_browsertest.cc" ]
+ sources += [
+ "../browser/nacl_host/test/nacl_gdb_browsertest.cc",
+ "../browser/ui/views/ime/input_ime_apitest_nonchromeos.cc",
Dirk Pranke 2016/05/17 00:43:48 in gyp, it looks like input_ime_apitest_nonchromeo
Nico 2016/05/17 13:53:39 Good catch! Done.
+ ]
data_deps += [ "//chrome/browser/nacl_host/test:mock_nacl_gdb" ]
}
if (is_win) {
@@ -1068,6 +1071,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")
+ }
}
}
« 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