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

Unified Diff: BUILD.gn

Issue 409163004: ozone: Fix GN build for ozone_egl_demo, ozone_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove empty file 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 | build/config/linux/BUILD.gn » ('j') | build/config/linux/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 301cf6152e8ca9a8cab4e0c1e2c087eeeb8e3d5f..7429569045306b99549b8a43298c667af41f9141 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -202,8 +202,8 @@ group("root") {
if (use_ozone) {
deps += [
- "//ui/events/ozone:events_ozone",
- "//ui/events/ozone:events_ozone_evdev",
+ "//ui/ozone",
+ "//ui/ozone/demo",
]
}
}
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | build/config/linux/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698