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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 1127133006: Extract InstallVerifier from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.cc', 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.cc',
9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.h', 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.h',
10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api.cc', 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api.cc',
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'browser/extensions/install_observer.cc', 727 'browser/extensions/install_observer.cc',
728 'browser/extensions/install_observer.h', 728 'browser/extensions/install_observer.h',
729 'browser/extensions/install_signer.cc', 729 'browser/extensions/install_signer.cc',
730 'browser/extensions/install_signer.h', 730 'browser/extensions/install_signer.h',
731 'browser/extensions/install_tracker.cc', 731 'browser/extensions/install_tracker.cc',
732 'browser/extensions/install_tracker.h', 732 'browser/extensions/install_tracker.h',
733 'browser/extensions/install_tracker_factory.cc', 733 'browser/extensions/install_tracker_factory.cc',
734 'browser/extensions/install_tracker_factory.h', 734 'browser/extensions/install_tracker_factory.h',
735 'browser/extensions/install_verifier.cc', 735 'browser/extensions/install_verifier.cc',
736 'browser/extensions/install_verifier.h', 736 'browser/extensions/install_verifier.h',
737 'browser/extensions/install_verifier_factory.cc',
738 'browser/extensions/install_verifier_factory.h',
737 'browser/extensions/installed_loader.cc', 739 'browser/extensions/installed_loader.cc',
738 'browser/extensions/installed_loader.h', 740 'browser/extensions/installed_loader.h',
739 'browser/extensions/launch_util.cc', 741 'browser/extensions/launch_util.cc',
740 'browser/extensions/launch_util.h', 742 'browser/extensions/launch_util.h',
741 'browser/extensions/location_bar_controller.cc', 743 'browser/extensions/location_bar_controller.cc',
742 'browser/extensions/location_bar_controller.h', 744 'browser/extensions/location_bar_controller.h',
743 'browser/extensions/menu_manager.cc', 745 'browser/extensions/menu_manager.cc',
744 'browser/extensions/menu_manager.h', 746 'browser/extensions/menu_manager.h',
745 'browser/extensions/menu_manager_factory.cc', 747 'browser/extensions/menu_manager_factory.cc',
746 'browser/extensions/menu_manager_factory.h', 748 'browser/extensions/menu_manager_factory.h',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 ], 1089 ],
1088 }, { # use_brlapi==0 1090 }, { # use_brlapi==0
1089 'sources': [ 1091 'sources': [
1090 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1092 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1091 ], 1093 ],
1092 }], 1094 }],
1093 ], 1095 ],
1094 }, 1096 },
1095 ], 1097 ],
1096 } 1098 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/extensions_metrics_provider.cc ('k') | extensions/browser/extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698