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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # 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.
2 source_set("ntp_snippets") {
3 sources = [
4 "ntp_snippets_service.cc",
5 "ntp_snippets_service.h",
6 ]
7
8 public_deps = [
9 "//base",
10 "//components/keyed_service/core",
11 ]
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698