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" ] |