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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2103663002: [Extensions] Rework inline installation observation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missingfile 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/extensions/manifest_handlers/ui_overrides_handler.cc', 185 'common/extensions/manifest_handlers/ui_overrides_handler.cc',
186 'common/extensions/manifest_handlers/ui_overrides_handler.h', 186 'common/extensions/manifest_handlers/ui_overrides_handler.h',
187 'common/extensions/permissions/chrome_api_permissions.cc', 187 'common/extensions/permissions/chrome_api_permissions.cc',
188 'common/extensions/permissions/chrome_api_permissions.h', 188 'common/extensions/permissions/chrome_api_permissions.h',
189 'common/extensions/permissions/chrome_permission_message_provider.cc', 189 'common/extensions/permissions/chrome_permission_message_provider.cc',
190 'common/extensions/permissions/chrome_permission_message_provider.h', 190 'common/extensions/permissions/chrome_permission_message_provider.h',
191 'common/extensions/permissions/chrome_permission_message_rules.cc', 191 'common/extensions/permissions/chrome_permission_message_rules.cc',
192 'common/extensions/permissions/chrome_permission_message_rules.h', 192 'common/extensions/permissions/chrome_permission_message_rules.h',
193 'common/extensions/sync_helper.cc', 193 'common/extensions/sync_helper.cc',
194 'common/extensions/sync_helper.h', 194 'common/extensions/sync_helper.h',
195 'common/extensions/webstore_install_result.cc',
196 'common/extensions/webstore_install_result.h',
195 ], 197 ],
196 'chrome_common_printing_sources': [ 198 'chrome_common_printing_sources': [
197 'common/chrome_utility_printing_messages.h', 199 'common/chrome_utility_printing_messages.h',
198 'common/cloud_print/cloud_print_cdd_conversion.cc', 200 'common/cloud_print/cloud_print_cdd_conversion.cc',
199 'common/cloud_print/cloud_print_cdd_conversion.h', 201 'common/cloud_print/cloud_print_cdd_conversion.h',
200 'common/cloud_print/cloud_print_class_mac.h', 202 'common/cloud_print/cloud_print_class_mac.h',
201 'common/cloud_print/cloud_print_class_mac.mm', 203 'common/cloud_print/cloud_print_class_mac.mm',
202 'common/cloud_print/cloud_print_constants.cc', 204 'common/cloud_print/cloud_print_constants.cc',
203 'common/cloud_print/cloud_print_constants.h', 205 'common/cloud_print/cloud_print_constants.h',
204 'common/cloud_print/cloud_print_helpers.cc', 206 'common/cloud_print/cloud_print_helpers.cc',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ], 690 ],
689 'dependencies': [ 691 'dependencies': [
690 'installer_util', 692 'installer_util',
691 '../base/base.gyp:base', 693 '../base/base.gyp:base',
692 ], 694 ],
693 }, 695 },
694 ], 696 ],
695 }], 697 }],
696 ], 698 ],
697 } 699 }
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