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

Side by Side Diff: extensions/extensions.gypi

Issue 1362043005: Add extensions code to use common updater in components/update_client/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: responded to review comments Created 5 years, 2 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 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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'browser/updater/extension_downloader_delegate.cc', 751 'browser/updater/extension_downloader_delegate.cc',
752 'browser/updater/extension_downloader_delegate.h', 752 'browser/updater/extension_downloader_delegate.h',
753 'browser/updater/manifest_fetch_data.cc', 753 'browser/updater/manifest_fetch_data.cc',
754 'browser/updater/manifest_fetch_data.h', 754 'browser/updater/manifest_fetch_data.h',
755 'browser/updater/null_extension_cache.cc', 755 'browser/updater/null_extension_cache.cc',
756 'browser/updater/null_extension_cache.h', 756 'browser/updater/null_extension_cache.h',
757 'browser/updater/request_queue.h', 757 'browser/updater/request_queue.h',
758 'browser/updater/request_queue_impl.h', 758 'browser/updater/request_queue_impl.h',
759 'browser/updater/safe_manifest_parser.cc', 759 'browser/updater/safe_manifest_parser.cc',
760 'browser/updater/safe_manifest_parser.h', 760 'browser/updater/safe_manifest_parser.h',
761 'browser/updater/update_client_config.cc',
762 'browser/updater/update_client_config.h',
763 'browser/updater/update_data_provider.cc',
764 'browser/updater/update_data_provider.h',
765 'browser/updater/update_install_shim.cc',
766 'browser/updater/update_install_shim.h',
761 'browser/updater/update_service.cc', 767 'browser/updater/update_service.cc',
762 'browser/updater/update_service.h', 768 'browser/updater/update_service.h',
763 'browser/updater/update_service_factory.cc', 769 'browser/updater/update_service_factory.cc',
764 'browser/updater/update_service_factory.h', 770 'browser/updater/update_service_factory.h',
765 'browser/url_request_util.cc', 771 'browser/url_request_util.cc',
766 'browser/url_request_util.h', 772 'browser/url_request_util.h',
767 'browser/user_script_loader.cc', 773 'browser/user_script_loader.cc',
768 'browser/user_script_loader.h', 774 'browser/user_script_loader.h',
769 'browser/value_store/leveldb_value_store.cc', 775 'browser/value_store/leveldb_value_store.cc',
770 'browser/value_store/leveldb_value_store.h', 776 'browser/value_store/leveldb_value_store.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 'test/result_catcher.h', 1067 'test/result_catcher.h',
1062 'test/test_content_utility_client.cc', 1068 'test/test_content_utility_client.cc',
1063 'test/test_content_utility_client.h', 1069 'test/test_content_utility_client.h',
1064 'test/test_extensions_client.cc', 1070 'test/test_extensions_client.cc',
1065 'test/test_extensions_client.h', 1071 'test/test_extensions_client.h',
1066 'test/test_permission_message_provider.cc', 1072 'test/test_permission_message_provider.cc',
1067 'test/test_permission_message_provider.h', 1073 'test/test_permission_message_provider.h',
1068 ], 1074 ],
1069 }, 1075 },
1070 } 1076 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698