summaryrefslogtreecommitdiffstats
path: root/apps/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'apps/BUILD.gn')
-rw-r--r--apps/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 5c409c2..a719964 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -63,10 +63,12 @@ static_library("apps") {
"ui/views/app_window_frame_view.h",
]
deps += [
- "//extensions/browser",
"//ui/strings",
"//ui/views",
]
+ if (enable_extensions) {
+ deps += [ "//extensions/browser" ]
+ }
}
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.