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

Unified Diff: BUILD.gn

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 years, 2 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 89db3ff3ddb56e244fd03053c5c3f73da179ee2e..ddb47e86f219903fae9e404b9945e93e75eaf197 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -633,10 +633,6 @@ group("both_gn_and_gyp") {
}
}
- if (enable_app_list) {
- deps += [ "//ui/app_list:app_list_demo" ]
- }
-
if (use_x11) {
if (target_cpu != "arm") {
deps += [ "//gpu/tools/compositor_model_bench" ]
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698