Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1495)

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 1438043008: Creating the NTP snippet service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding missing explicit. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698