| 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",
|
|
|