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

Unified Diff: extensions/shell/BUILD.gn

Issue 2587683002: AppShell: enable touch emulation from command line (Closed)
Patch Set: Add ui dependencies explicitly Created 3 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 | « no previous file | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index 180428668a41bae8633b10e7d1dd89d4167e7bd7..084eeea21435cdb0d463d50fda596c8cd1d2bf81 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -60,6 +60,15 @@ source_set("app_shell_lib") {
"//v8",
]
+ # TODO(michaelpg): remove Mac support and always use aura.
+ if (use_aura) {
+ deps += [ "//ui/aura" ]
+
+ if (use_x11) {
+ deps += [ "//ui/events" ]
+ }
+ }
+
sources = [
"app/paths_mac.h",
"app/paths_mac.mm",
« no previous file with comments | « no previous file | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698