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

Unified Diff: ui/ozone/demo/BUILD.gn

Issue 1213333003: Build public cast_shell on x86 with GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove hack regarding Pepper plugins. Created 5 years, 4 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
Index: ui/ozone/demo/BUILD.gn
diff --git a/ui/ozone/demo/BUILD.gn b/ui/ozone/demo/BUILD.gn
index fd9bfbbdcf754d1710052f034afd07e71e836015..25f92f28c35ba5e68e295cc41fa36b9b693d5e21 100644
--- a/ui/ozone/demo/BUILD.gn
+++ b/ui/ozone/demo/BUILD.gn
@@ -29,7 +29,8 @@ executable("ozone_demo") {
"//ui/gfx/geometry",
"//ui/gl",
"//ui/ozone",
- "//ui/ozone/gpu",
+
+ # "//ui/ozone/gpu",
slan 2015/08/04 21:22:05 This is fixed here: https://codereview.chromium.or
"//ui/ozone:ozone_base",
]
}

Powered by Google App Engine
This is Rietveld 408576698