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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 15051010: Move [Get|Set]UpdateURLData from ExtensionPrefs to ExtensionAPI (aka Module) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Android Gypi Created 7 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
« no previous file with comments | « chrome/browser/extensions/updater/extension_updater.cc ('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 (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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_condition.cc'], 806 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_condition.cc'],
807 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_condition_attribute.cc'], 807 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_condition_attribute.cc'],
808 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_constants.cc'], 808 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_constants.cc'],
809 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_rules_registry.cc'], 809 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_rules_registry.cc'],
810 ['include', '^browser/extensions/api/extension_action/extension_acti on_api.cc'], 810 ['include', '^browser/extensions/api/extension_action/extension_acti on_api.cc'],
811 ['include', '^browser/extensions/api/extension_action/extension_page _actions_api_constants.cc'], 811 ['include', '^browser/extensions/api/extension_action/extension_page _actions_api_constants.cc'],
812 ['include', '^browser/extensions/api/file_handlers/app_file_handler_ util.cc'], 812 ['include', '^browser/extensions/api/file_handlers/app_file_handler_ util.cc'],
813 ['include', '^browser/extensions/api/location/location_manager.cc'], 813 ['include', '^browser/extensions/api/location/location_manager.cc'],
814 ['include', '^browser/extensions/api/messaging/extension_message_por t.cc'], 814 ['include', '^browser/extensions/api/messaging/extension_message_por t.cc'],
815 ['include', '^browser/extensions/api/messaging/message_service.cc'], 815 ['include', '^browser/extensions/api/messaging/message_service.cc'],
816 ['include', '^browser/extensions/api/module/module.cc'],
816 ['include', '^browser/extensions/api/omnibox/omnibox_api.cc'], 817 ['include', '^browser/extensions/api/omnibox/omnibox_api.cc'],
817 ['include', '^browser/extensions/api/processes/processes_api.cc'], 818 ['include', '^browser/extensions/api/processes/processes_api.cc'],
818 ['include', '^browser/extensions/api/processes/processes_api_constan ts.cc'], 819 ['include', '^browser/extensions/api/processes/processes_api_constan ts.cc'],
819 ['include', '^browser/extensions/api/proxy/proxy_api.cc'], 820 ['include', '^browser/extensions/api/proxy/proxy_api.cc'],
820 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'], 821 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'],
821 ['include', '^browser/extensions/api/push_messaging/push_messaging_a pi.cc'], 822 ['include', '^browser/extensions/api/push_messaging/push_messaging_a pi.cc'],
822 ['include', '^browser/extensions/api/runtime/runtime_api.cc'], 823 ['include', '^browser/extensions/api/runtime/runtime_api.cc'],
823 ['include', '^browser/extensions/api/storage/.*\.cc'], 824 ['include', '^browser/extensions/api/storage/.*\.cc'],
824 ['include', '^browser/extensions/api/system_info_cpu/cpu_info_provid er.cc'], 825 ['include', '^browser/extensions/api/system_info_cpu/cpu_info_provid er.cc'],
825 ['include', '^browser/extensions/api/system_info_cpu/cpu_info_provid er_android.cc'], 826 ['include', '^browser/extensions/api/system_info_cpu/cpu_info_provid er_android.cc'],
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'variables': { 956 'variables': {
956 'proto_in_dir': 'browser/chromeos/contacts', 957 'proto_in_dir': 'browser/chromeos/contacts',
957 'proto_out_dir': 'chrome/browser/chromeos/contacts', 958 'proto_out_dir': 'chrome/browser/chromeos/contacts',
958 }, 959 },
959 'includes': [ '../build/protoc.gypi' ] 960 'includes': [ '../build/protoc.gypi' ]
960 }, 961 },
961 ], 962 ],
962 },], # 'chromeos=1' 963 },], # 'chromeos=1'
963 ], # 'conditions' 964 ], # 'conditions'
964 } 965 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/updater/extension_updater.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698