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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 1958163002: [NTP Snippets] Refactor home-grown container API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoided auto as suggested. Created 4 years, 7 months 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
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/inner_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 65cb5413ff849dd4a2b62b31cbfc79177efd8359..9950abbc6ec17127bfb704281c2e4ba23ece8258 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -5,7 +5,6 @@
# GYP version: components/ntp_snippets.gypi:ntp_snippets
source_set("ntp_snippets") {
sources = [
- "inner_iterator.h",
"ntp_snippet.cc",
"ntp_snippet.h",
"ntp_snippets_fetcher.cc",
@@ -40,7 +39,6 @@ source_set("ntp_snippets") {
source_set("unit_tests") {
testonly = true
sources = [
- "inner_iterator_unittest.cc",
"ntp_snippets_fetcher_unittest.cc",
"ntp_snippets_service_unittest.cc",
]
« no previous file with comments | « components/ntp_snippets.gypi ('k') | components/ntp_snippets/inner_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698