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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2148343002: [Extensions] Rework inline installation observation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 5 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 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'common/extensions/manifest_handlers/ui_overrides_handler.cc', 181 'common/extensions/manifest_handlers/ui_overrides_handler.cc',
182 'common/extensions/manifest_handlers/ui_overrides_handler.h', 182 'common/extensions/manifest_handlers/ui_overrides_handler.h',
183 'common/extensions/permissions/chrome_api_permissions.cc', 183 'common/extensions/permissions/chrome_api_permissions.cc',
184 'common/extensions/permissions/chrome_api_permissions.h', 184 'common/extensions/permissions/chrome_api_permissions.h',
185 'common/extensions/permissions/chrome_permission_message_provider.cc', 185 'common/extensions/permissions/chrome_permission_message_provider.cc',
186 'common/extensions/permissions/chrome_permission_message_provider.h', 186 'common/extensions/permissions/chrome_permission_message_provider.h',
187 'common/extensions/permissions/chrome_permission_message_rules.cc', 187 'common/extensions/permissions/chrome_permission_message_rules.cc',
188 'common/extensions/permissions/chrome_permission_message_rules.h', 188 'common/extensions/permissions/chrome_permission_message_rules.h',
189 'common/extensions/sync_helper.cc', 189 'common/extensions/sync_helper.cc',
190 'common/extensions/sync_helper.h', 190 'common/extensions/sync_helper.h',
191 'common/extensions/webstore_install_result.cc',
192 'common/extensions/webstore_install_result.h',
191 ], 193 ],
192 'chrome_common_printing_sources': [ 194 'chrome_common_printing_sources': [
193 'common/chrome_utility_printing_messages.h', 195 'common/chrome_utility_printing_messages.h',
194 'common/cloud_print/cloud_print_cdd_conversion.cc', 196 'common/cloud_print/cloud_print_cdd_conversion.cc',
195 'common/cloud_print/cloud_print_cdd_conversion.h', 197 'common/cloud_print/cloud_print_cdd_conversion.h',
196 'common/cloud_print/cloud_print_class_mac.h', 198 'common/cloud_print/cloud_print_class_mac.h',
197 'common/cloud_print/cloud_print_class_mac.mm', 199 'common/cloud_print/cloud_print_class_mac.mm',
198 'common/cloud_print/cloud_print_constants.cc', 200 'common/cloud_print/cloud_print_constants.cc',
199 'common/cloud_print/cloud_print_constants.h', 201 'common/cloud_print/cloud_print_constants.h',
200 'common/cloud_print/cloud_print_helpers.cc', 202 'common/cloud_print/cloud_print_helpers.cc',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 ], 679 ],
678 'dependencies': [ 680 'dependencies': [
679 'installer_util', 681 'installer_util',
680 '../base/base.gyp:base', 682 '../base/base.gyp:base',
681 ], 683 ],
682 }, 684 },
683 ], 685 ],
684 }], 686 }],
685 ], 687 ],
686 } 688 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/webstore_install_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698