Chromium Code Reviews| Index: components/ntp_snippets/BUILD.gn |
| diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dee679a2765b16abeeda2807caf587c05a1283e7 |
| --- /dev/null |
| +++ b/components/ntp_snippets/BUILD.gn |
| @@ -0,0 +1,12 @@ |
| +# GYP version: components/ntp_snippets.gypi:ntp_snippets |
|
sdefresne
2015/11/18 17:59:06
This file also needs a copyright notice.
noyau (Ping after 24h)
2015/11/19 09:08:21
Done.
|
| +source_set("ntp_snippets") { |
| + sources = [ |
| + "ntp_snippets_service.cc", |
| + "ntp_snippets_service.h", |
| + ] |
| + |
| + public_deps = [ |
| + "//base", |
| + "//components/keyed_service/core", |
| + ] |
| +} |