| Index: ios/public/provider/chrome/browser/images/BUILD.gn
|
| diff --git a/ios/public/provider/chrome/browser/images/BUILD.gn b/ios/public/provider/chrome/browser/images/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a4cde134d66b4d03dbe5f4208f73c05b973f212b
|
| --- /dev/null
|
| +++ b/ios/public/provider/chrome/browser/images/BUILD.gn
|
| @@ -0,0 +1,25 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +source_set("images") {
|
| + sources = [
|
| + "branded_image_provider.h",
|
| + "branded_image_provider.mm",
|
| + "whats_new_icon.h",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + ]
|
| +}
|
| +
|
| +source_set("test_support") {
|
| + testonly = true
|
| + sources = [
|
| + "test_branded_image_provider.h",
|
| + "test_branded_image_provider.mm",
|
| + ]
|
| + deps = [
|
| + "//ios/public/provider/chrome/browser/images",
|
| + ]
|
| +}
|
|
|