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

Unified Diff: components/wallpaper/BUILD.gn

Issue 2679133003: [ash-md] Wired in the Shelf color to be derived from the Wallpaper. (Closed)
Patch Set: Addressed nits. 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 | « chrome/browser/about_flags.cc ('k') | components/wallpaper/wallpaper_color_calculator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wallpaper/BUILD.gn
diff --git a/components/wallpaper/BUILD.gn b/components/wallpaper/BUILD.gn
index cfb688a88cf7bd0ae81f1ba21afcbfa7dde7e458..84f4d149ea45ff9031c47a9be69796e90b31e9be 100644
--- a/components/wallpaper/BUILD.gn
+++ b/components/wallpaper/BUILD.gn
@@ -4,6 +4,9 @@
component("wallpaper") {
sources = [
+ "wallpaper_color_calculator.cc",
+ "wallpaper_color_calculator.h",
+ "wallpaper_color_calculator_observer.h",
"wallpaper_files_id.cc",
"wallpaper_files_id.h",
"wallpaper_layout.h",
@@ -39,6 +42,7 @@ component("wallpaper") {
source_set("unit_tests") {
testonly = true
sources = [
+ "wallpaper_color_calculator_unittest.cc",
"wallpaper_resizer_unittest.cc",
]
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/wallpaper/wallpaper_color_calculator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698