| Index: components/ntp_snippets/ios/BUILD.gn
|
| diff --git a/components/ntp_snippets/ios/BUILD.gn b/components/ntp_snippets/ios/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d025230699ba5363d385603861319310000a90a2
|
| --- /dev/null
|
| +++ b/components/ntp_snippets/ios/BUILD.gn
|
| @@ -0,0 +1,16 @@
|
| +# Copyright 2017 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("ios") {
|
| + sources = [
|
| + "reading_list_suggestions_provider.cc",
|
| + "reading_list_suggestions_provider.h",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//components/ntp_snippets",
|
| + "//components/reading_list/core",
|
| + "//components/strings",
|
| + ]
|
| +}
|
|
|