| Index: components/enhanced_bookmarks/BUILD.gn
|
| diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn
|
| index 736ac97e731db9e7406bc5a573a0eea0545aab17..6a8e132256ff9a869e39fd1894e29254886e5f9c 100644
|
| --- a/components/enhanced_bookmarks/BUILD.gn
|
| +++ b/components/enhanced_bookmarks/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks
|
| source_set("enhanced_bookmarks") {
|
| sources = [
|
| "bookmark_image_service.cc",
|
| @@ -48,6 +49,7 @@ source_set("enhanced_bookmarks") {
|
| }
|
| }
|
|
|
| +# GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks_test_support
|
| source_set("test_support") {
|
| testonly = true
|
| sources = [
|
|
|