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

Unified Diff: chrome/test/BUILD.gn

Issue 896033004: chrome: Fixes for Linux ChromiumOS ozone build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop conditional change Created 5 years, 11 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/browser/chromeos/BUILD.gn ('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 8f5ab6cf163db878e752e6140e9719e10e111b3a..673b5edee1f71b4e22a513326855fc4a62266f26 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1671,7 +1671,7 @@ if (!is_android && (!is_win || link_chrome_on_windows)) {
}
if (use_ozone) {
# crbug.com/354036
- sources -= [ "browser/chromeos/events/event_rewriter_unittest.cc" ]
+ 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/browser/chromeos/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698