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

Unified Diff: components/doodle/BUILD.gn

Issue 2707293002: [Doodle] Split DoodleFetcher into interface + Impl (Closed)
Patch Set: review Created 3 years, 10 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 | « no previous file | components/doodle/doodle_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/doodle/BUILD.gn
diff --git a/components/doodle/BUILD.gn b/components/doodle/BUILD.gn
index 82e2dc09b70795941a5749f8f5539937ba1f97e8..6f4f06abb9145ffc15db3892c882141f6596995b 100644
--- a/components/doodle/BUILD.gn
+++ b/components/doodle/BUILD.gn
@@ -4,8 +4,9 @@
static_library("doodle") {
sources = [
- "doodle_fetcher.cc",
"doodle_fetcher.h",
+ "doodle_fetcher_impl.cc",
+ "doodle_fetcher_impl.h",
"doodle_types.h",
]
@@ -20,7 +21,7 @@ static_library("doodle") {
source_set("unit_tests") {
testonly = true
sources = [
- "doodle_fetcher_unittest.cc",
+ "doodle_fetcher_impl_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | components/doodle/doodle_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698