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

Side by Side Diff: extensions/extensions.gypi

Issue 1887253002: Rate limit programmatic update checks for extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix for idleness waiting problem caused by crrev.com/388245 Created 4 years, 8 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
« no previous file with comments | « extensions/browser/updater/extension_downloader_test_delegate.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'browser/suggest_permission_util.h', 754 'browser/suggest_permission_util.h',
755 'browser/uninstall_ping_sender.cc', 755 'browser/uninstall_ping_sender.cc',
756 'browser/uninstall_ping_sender.h', 756 'browser/uninstall_ping_sender.h',
757 'browser/uninstall_reason.h', 757 'browser/uninstall_reason.h',
758 'browser/update_observer.h', 758 'browser/update_observer.h',
759 'browser/updater/extension_cache.h', 759 'browser/updater/extension_cache.h',
760 'browser/updater/extension_downloader.cc', 760 'browser/updater/extension_downloader.cc',
761 'browser/updater/extension_downloader.h', 761 'browser/updater/extension_downloader.h',
762 'browser/updater/extension_downloader_delegate.cc', 762 'browser/updater/extension_downloader_delegate.cc',
763 'browser/updater/extension_downloader_delegate.h', 763 'browser/updater/extension_downloader_delegate.h',
764 'browser/updater/extension_downloader_test_delegate.h',
764 'browser/updater/manifest_fetch_data.cc', 765 'browser/updater/manifest_fetch_data.cc',
765 'browser/updater/manifest_fetch_data.h', 766 'browser/updater/manifest_fetch_data.h',
766 'browser/updater/null_extension_cache.cc', 767 'browser/updater/null_extension_cache.cc',
767 'browser/updater/null_extension_cache.h', 768 'browser/updater/null_extension_cache.h',
768 'browser/updater/request_queue.h', 769 'browser/updater/request_queue.h',
769 'browser/updater/request_queue_impl.h', 770 'browser/updater/request_queue_impl.h',
770 'browser/updater/safe_manifest_parser.cc', 771 'browser/updater/safe_manifest_parser.cc',
771 'browser/updater/safe_manifest_parser.h', 772 'browser/updater/safe_manifest_parser.h',
772 'browser/updater/update_client_config.cc', 773 'browser/updater/update_client_config.cc',
773 'browser/updater/update_client_config.h', 774 'browser/updater/update_client_config.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 'test/result_catcher.h', 1116 'test/result_catcher.h',
1116 'test/test_content_utility_client.cc', 1117 'test/test_content_utility_client.cc',
1117 'test/test_content_utility_client.h', 1118 'test/test_content_utility_client.h',
1118 'test/test_extensions_client.cc', 1119 'test/test_extensions_client.cc',
1119 'test/test_extensions_client.h', 1120 'test/test_extensions_client.h',
1120 'test/test_permission_message_provider.cc', 1121 'test/test_permission_message_provider.cc',
1121 'test/test_permission_message_provider.h', 1122 'test/test_permission_message_provider.h',
1122 ], 1123 ],
1123 }, 1124 },
1124 } 1125 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/extension_downloader_test_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698