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

Unified Diff: extensions/common/BUILD.gn

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review; test Created 6 years 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: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 4b6ff4aa46da5a01a23cb9fd12d3ccb011fbf18c..88fcd60a7e4f1b0797a4dc2a16ec710d9c8e3a5e 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -104,6 +104,8 @@ if (enable_extensions) {
"file_util.h",
"guest_view/guest_view_constants.cc",
"guest_view/guest_view_constants.h",
+ "image_util.cc",
+ "image_util.h",
"install_warning.cc",
"install_warning.h",
"manifest.cc",

Powered by Google App Engine
This is Rietveld 408576698