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

Unified Diff: ash/BUILD.gn

Issue 412053002: Scrub ozone files from linux GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove accidental gpyi change Created 6 years, 5 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 | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 9888fc77604d9b136376989c840549aab69b6c99..a8e467fda0cf9ca57684907a89497f7caf69f6c2 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -108,6 +108,12 @@ component("ash") {
"touch/touch_transformer_controller.h",
]
}
+
+ if (!use_ozone) {
+ sources -= [
+ "host/ash_window_tree_host_ozone.cc",
+ ]
+ }
}
component("ash_with_content") {
« no previous file with comments | « no previous file | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698