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

Unified Diff: chrome/test/BUILD.gn

Issue 1003853005: Remove Chrome OS-only sources only if the OS is Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the workaround for bug 362698. Created 5 years, 9 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 | « chrome/chrome_tests_unit.gypi ('k') | 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 76d93f3dd000e37d8455f13ecb48b77cde794e4a..fdb7c0cf4ce5bda878160db5ce76fe16aa338c22 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -997,13 +997,6 @@ if (!is_android) {
if (!enable_autofill_dialog || is_android || is_ios) {
deps -= [ "//third_party/libaddressinput" ]
}
- if (use_ozone) {
- sources -= [
- # crbug.com/362698
- "../browser/chromeos/input_method/input_method_engine_browsertests.cc",
- "../browser/extensions/api/input_ime/input_ime_apitest_chromeos.cc",
- ]
- }
if (enable_remoting) {
sources += rebase_path(
chrome_tests_gypi_values.chrome_browser_tests_remoting_sources,
@@ -1503,6 +1496,10 @@ if (!is_android) {
"../browser/ui/views/app_list/linux/app_list_linux_unittest.cc",
"../browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc",
]
+ if (use_ozone) {
+ # crbug.com/354036
+ sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ]
+ }
}
if (use_x11) {
deps += [ "//ui/events/devices" ]
@@ -1668,10 +1665,6 @@ if (!is_android) {
"//chrome")
deps += [ "//ui/app_list:test_support" ]
}
- if (use_ozone) {
- # crbug.com/354036
- sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ]
- }
if (!enable_plugin_installation) {
sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698