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

Unified Diff: examples/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 | « build/secondary/tools/grit/grit_rule.gni ('k') | examples/aura_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index c737d98cfd5d5fb8d2b738454f8b1cca60837056..c5e4f8c8712f9677923360cca835933c53a7df7f 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -24,15 +24,12 @@ group("examples") {
"//examples/wget",
]
- if (use_aura) {
- deps += [
- "//examples/aura_demo:aura_demo",
- "//examples/browser",
- "//examples/nesting_app",
- "//examples/window_manager",
- "//examples/wm_flow",
- ]
- }
+ deps += [
+ "//examples/browser",
+ "//examples/nesting_app",
+ "//examples/window_manager",
+ "//examples/wm_flow",
+ ]
if (!is_android) {
deps += [ "//examples/pdf_viewer" ]
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | examples/aura_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698