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

Unified Diff: components/wallpaper/BUILD.gn

Issue 2943333003: Extracting more than one wallpaper prominent color (Closed)
Patch Set: possible uninitialized local value Created 3 years, 6 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
Index: components/wallpaper/BUILD.gn
diff --git a/components/wallpaper/BUILD.gn b/components/wallpaper/BUILD.gn
index 84f4d149ea45ff9031c47a9be69796e90b31e9be..15ae1dfab845fda73c46603128e2f694786b4ef8 100644
--- a/components/wallpaper/BUILD.gn
+++ b/components/wallpaper/BUILD.gn
@@ -7,6 +7,7 @@ component("wallpaper") {
"wallpaper_color_calculator.cc",
"wallpaper_color_calculator.h",
"wallpaper_color_calculator_observer.h",
+ "wallpaper_color_extraction_result.h",
"wallpaper_files_id.cc",
"wallpaper_files_id.h",
"wallpaper_layout.h",
@@ -49,6 +50,7 @@ source_set("unit_tests") {
deps = [
":wallpaper",
"//base/test:test_support",
+ "//testing/gmock",
"//testing/gtest",
"//ui/gfx",
]
« no previous file with comments | « chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc ('k') | components/wallpaper/wallpaper_color_calculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698