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

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: 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..8706e48aa73d40753cf28730b175ad2921f21401 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1669,9 +1669,9 @@ if (!is_android && (!is_win || link_chrome_on_windows)) {
"//chrome")
deps += [ "//ui/app_list:test_support" ]
}
- if (use_ozone) {
+ if (is_chromeos && use_ozone) {
Nico 2015/02/04 01:23:08 (gyp seems to not have the `is_chromeos &&` bit –
spang 2015/02/04 01:48:37 Hm, maybe not.
# 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