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

Unified Diff: extensions/extensions.gyp

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile 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
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | sync/protocol/app_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index e7c350cf96d78d16cf680fc11c57d5d7c1da377d..f4b6a83fae4b1dcefab1d80d5d68c4ad513249f0 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -148,6 +148,8 @@
'common/file_util.h',
'common/guest_view/guest_view_constants.cc',
'common/guest_view/guest_view_constants.h',
+ 'common/image_util.cc',
+ 'common/image_util.h',
'common/install_warning.cc',
'common/install_warning.h',
'common/manifest.cc',
@@ -692,8 +694,6 @@
'browser/image_loader.h',
'browser/image_loader_factory.cc',
'browser/image_loader_factory.h',
- 'browser/image_util.cc',
- 'browser/image_util.h',
'browser/info_map.cc',
'browser/info_map.h',
'browser/install/crx_installer_error.h',
@@ -1209,7 +1209,6 @@
'browser/file_reader_unittest.cc',
'browser/guest_view/guest_view_manager_unittest.cc',
'browser/image_loader_unittest.cc',
- 'browser/image_util_unittest.cc',
'browser/info_map_unittest.cc',
'browser/lazy_background_task_queue_unittest.cc',
'browser/management_policy_unittest.cc',
@@ -1237,6 +1236,7 @@
'common/features/complex_feature_unittest.cc',
'common/features/simple_feature_unittest.cc',
'common/file_util_unittest.cc',
+ 'common/image_util_unittest.cc',
'common/manifest_handler_unittest.cc',
'common/manifest_handlers/content_capabilities_manifest_unittest.cc',
'common/manifest_handlers/default_locale_manifest_unittest.cc',
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | sync/protocol/app_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698