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

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: merged latest origin/master 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/extensions_tests.gypi » ('j') | 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 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'browser/updater/extension_downloader_delegate.cc', 745 'browser/updater/extension_downloader_delegate.cc',
746 'browser/updater/extension_downloader_delegate.h', 746 'browser/updater/extension_downloader_delegate.h',
747 'browser/updater/manifest_fetch_data.cc', 747 'browser/updater/manifest_fetch_data.cc',
748 'browser/updater/manifest_fetch_data.h', 748 'browser/updater/manifest_fetch_data.h',
749 'browser/updater/null_extension_cache.cc', 749 'browser/updater/null_extension_cache.cc',
750 'browser/updater/null_extension_cache.h', 750 'browser/updater/null_extension_cache.h',
751 'browser/updater/request_queue.h', 751 'browser/updater/request_queue.h',
752 'browser/updater/request_queue_impl.h', 752 'browser/updater/request_queue_impl.h',
753 'browser/updater/safe_manifest_parser.cc', 753 'browser/updater/safe_manifest_parser.cc',
754 'browser/updater/safe_manifest_parser.h', 754 'browser/updater/safe_manifest_parser.h',
755 'browser/updater/update_client_config.cc',
756 'browser/updater/update_client_config.h',
757 'browser/updater/update_data_provider.cc',
758 'browser/updater/update_data_provider.h',
759 'browser/updater/update_install_shim.cc',
760 'browser/updater/update_install_shim.h',
755 'browser/updater/update_service.cc', 761 'browser/updater/update_service.cc',
756 'browser/updater/update_service.h', 762 'browser/updater/update_service.h',
757 'browser/updater/update_service_factory.cc', 763 'browser/updater/update_service_factory.cc',
758 'browser/updater/update_service_factory.h', 764 'browser/updater/update_service_factory.h',
759 'browser/url_request_util.cc', 765 'browser/url_request_util.cc',
760 'browser/url_request_util.h', 766 'browser/url_request_util.h',
761 'browser/user_script_loader.cc', 767 'browser/user_script_loader.cc',
762 'browser/user_script_loader.h', 768 'browser/user_script_loader.h',
763 'browser/value_store/leveldb_value_store.cc', 769 'browser/value_store/leveldb_value_store.cc',
764 'browser/value_store/leveldb_value_store.h', 770 'browser/value_store/leveldb_value_store.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'test/result_catcher.h', 1060 'test/result_catcher.h',
1055 'test/test_content_utility_client.cc', 1061 'test/test_content_utility_client.cc',
1056 'test/test_content_utility_client.h', 1062 'test/test_content_utility_client.h',
1057 'test/test_extensions_client.cc', 1063 'test/test_extensions_client.cc',
1058 'test/test_extensions_client.h', 1064 'test/test_extensions_client.h',
1059 'test/test_permission_message_provider.cc', 1065 'test/test_permission_message_provider.cc',
1060 'test/test_permission_message_provider.h', 1066 'test/test_permission_message_provider.h',
1061 ], 1067 ],
1062 }, 1068 },
1063 } 1069 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/extensions_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698