diff options
Diffstat (limited to 'chromium/content/browser/resources/BUILD.gn')
-rw-r--r-- | chromium/content/browser/resources/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/browser/resources/BUILD.gn b/chromium/content/browser/resources/BUILD.gn index a0c48ddc8ae..f7c84ddb913 100644 --- a/chromium/content/browser/resources/BUILD.gn +++ b/chromium/content/browser/resources/BUILD.gn @@ -2,9 +2,9 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -import("//ui/webui/webui_features.gni") +import("//third_party/closure_compiler/compile_js.gni") -if (closure_compile) { +if (enable_js_type_check) { group("closure_compile") { deps = [ "histograms:closure_compile", |