| Index: chrome/test/data/BUILD.gn
|
| diff --git a/chrome/test/data/BUILD.gn b/chrome/test/data/BUILD.gn
|
| index b5713b872de24754068b45426d4ab7dbdad61a81..403946982193d858c729f660857c0a438b9194e8 100644
|
| --- a/chrome/test/data/BUILD.gn
|
| +++ b/chrome/test/data/BUILD.gn
|
| @@ -2,10 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//chrome/common/features.gni")
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| grit("webui_test_resources") {
|
| source = "webui_test_resources.grd"
|
| + defines = chrome_grit_defines
|
| use_qualified_include = true
|
| outputs = [
|
| "test/data/grit/webui_test_resources.h",
|
|
|