| Index: ios/chrome/browser/ui/colors/BUILD.gn
|
| diff --git a/ios/chrome/browser/payments/BUILD.gn b/ios/chrome/browser/ui/colors/BUILD.gn
|
| similarity index 51%
|
| copy from ios/chrome/browser/payments/BUILD.gn
|
| copy to ios/chrome/browser/ui/colors/BUILD.gn
|
| index 3055b88c53fa9058dc317943ba18a825e00da751..f49ba7bc01d7df082718bee39f875e211fbae09c 100644
|
| --- a/ios/chrome/browser/payments/BUILD.gn
|
| +++ b/ios/chrome/browser/ui/colors/BUILD.gn
|
| @@ -2,10 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//ios/web/js_compile.gni")
|
| -
|
| -js_compile_checked("injected_js") {
|
| +source_set("colors") {
|
| sources = [
|
| - "resources/payment_request_manager.js",
|
| + "MDCPalette+CrAdditions.h",
|
| + "MDCPalette+CrAdditions.mm",
|
| + ]
|
| + deps = [
|
| + "//ios/third_party/material_components_ios",
|
| + "//ios/web",
|
| ]
|
| }
|
|
|