| Index: extensions/browser/api/activity_log/BUILD.gn
|
| diff --git a/extensions/browser/api/activity_log/BUILD.gn b/extensions/browser/api/activity_log/BUILD.gn
|
| index 7cb21d047f0e6b4ed11279302004163a5e60d0aa..6636ef032b1aeb7548798e1fa4c1b487a944cbe9 100644
|
| --- a/extensions/browser/api/activity_log/BUILD.gn
|
| +++ b/extensions/browser/api/activity_log/BUILD.gn
|
| @@ -2,6 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//extensions/features/features.gni")
|
| +
|
| +assert(enable_extensions,
|
| + "Cannot depend on extensions because enable_extensions=false.")
|
| +
|
| source_set("activity_log") {
|
| sources = [
|
| "web_request_constants.cc",
|
|
|