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

Side by Side Diff: chrome/chrome_common.gypi

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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'common/extensions/extension_metrics.cc', 170 'common/extensions/extension_metrics.cc',
171 'common/extensions/extension_metrics.h', 171 'common/extensions/extension_metrics.h',
172 'common/extensions/extension_process_policy.cc', 172 'common/extensions/extension_process_policy.cc',
173 'common/extensions/extension_process_policy.h', 173 'common/extensions/extension_process_policy.h',
174 'common/extensions/features/chrome_channel_feature_filter.cc', 174 'common/extensions/features/chrome_channel_feature_filter.cc',
175 'common/extensions/features/chrome_channel_feature_filter.h', 175 'common/extensions/features/chrome_channel_feature_filter.h',
176 'common/extensions/features/feature_channel.cc', 176 'common/extensions/features/feature_channel.cc',
177 'common/extensions/features/feature_channel.h', 177 'common/extensions/features/feature_channel.h',
178 'common/extensions/image_writer/image_writer_util_mac.cc', 178 'common/extensions/image_writer/image_writer_util_mac.cc',
179 'common/extensions/image_writer/image_writer_util_mac.h', 179 'common/extensions/image_writer/image_writer_util_mac.h',
180 'common/extensions/manifest_handlers/app_icon_color_info.cc',
181 'common/extensions/manifest_handlers/app_icon_color_info.h',
180 'common/extensions/manifest_handlers/app_isolation_info.cc', 182 'common/extensions/manifest_handlers/app_isolation_info.cc',
181 'common/extensions/manifest_handlers/app_isolation_info.h', 183 'common/extensions/manifest_handlers/app_isolation_info.h',
182 'common/extensions/manifest_handlers/app_launch_info.cc', 184 'common/extensions/manifest_handlers/app_launch_info.cc',
183 'common/extensions/manifest_handlers/app_launch_info.h', 185 'common/extensions/manifest_handlers/app_launch_info.h',
184 'common/extensions/manifest_handlers/automation.cc', 186 'common/extensions/manifest_handlers/automation.cc',
185 'common/extensions/manifest_handlers/automation.h', 187 'common/extensions/manifest_handlers/automation.h',
186 'common/extensions/manifest_handlers/content_scripts_handler.cc', 188 'common/extensions/manifest_handlers/content_scripts_handler.cc',
187 'common/extensions/manifest_handlers/content_scripts_handler.h', 189 'common/extensions/manifest_handlers/content_scripts_handler.h',
188 'common/extensions/manifest_handlers/extension_action_handler.cc', 190 'common/extensions/manifest_handlers/extension_action_handler.cc',
189 'common/extensions/manifest_handlers/extension_action_handler.h', 191 'common/extensions/manifest_handlers/extension_action_handler.h',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'common/safe_browsing/csd.proto' 679 'common/safe_browsing/csd.proto'
678 ], 680 ],
679 'variables': { 681 'variables': {
680 'proto_in_dir': 'common/safe_browsing', 682 'proto_in_dir': 'common/safe_browsing',
681 'proto_out_dir': 'chrome/common/safe_browsing', 683 'proto_out_dir': 'chrome/common/safe_browsing',
682 }, 684 },
683 'includes': [ '../build/protoc.gypi' ], 685 'includes': [ '../build/protoc.gypi' ],
684 }, 686 },
685 ], 687 ],
686 } 688 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698