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

Unified Diff: base/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 59c55b846749a70fe7b2e7bfee5d95ce3206d83a..cb914be244b481d79d038e9dea1f47dff5f8f41f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1406,7 +1406,7 @@ test("base_unittests") {
configs += [ "//build/config/linux:glib" ]
}
- if (!is_linux || use_ozone) {
+ if (!is_linux) {
sources -= [ "message_loop/message_pump_glib_unittest.cc" ]
}
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698