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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 346493002: Android: Remove web_request extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 # files if they are needed for linking. 1026 # files if they are needed for linking.
1027 # TODO: The re-includes should go away or shrink as extensions are r efactored to be 1027 # TODO: The re-includes should go away or shrink as extensions are r efactored to be
1028 # less intertwined in the main codebase. 1028 # less intertwined in the main codebase.
1029 ['exclude', '^browser/extensions/api/'], 1029 ['exclude', '^browser/extensions/api/'],
1030 ['exclude', '^browser/extensions/.*_api\.cc$'], 1030 ['exclude', '^browser/extensions/.*_api\.cc$'],
1031 ['include', '^browser/extensions/api/activity_log_private/activity_l og_private_api.cc'], 1031 ['include', '^browser/extensions/api/activity_log_private/activity_l og_private_api.cc'],
1032 ['include', '^browser/extensions/api/activity_log_private/activity_l og_private_api.h'], 1032 ['include', '^browser/extensions/api/activity_log_private/activity_l og_private_api.h'],
1033 ['include', '^browser/extensions/api/content_settings/content_settin gs_api_constants.cc'], 1033 ['include', '^browser/extensions/api/content_settings/content_settin gs_api_constants.cc'],
1034 ['include', '^browser/extensions/api/content_settings/content_settin gs_helpers.cc'], 1034 ['include', '^browser/extensions/api/content_settings/content_settin gs_helpers.cc'],
1035 ['include', '^browser/extensions/api/content_settings/content_settin gs_store.cc'], 1035 ['include', '^browser/extensions/api/content_settings/content_settin gs_store.cc'],
1036 ['include', '^browser/extensions/api/declarative/rules_registry_serv ice.cc'],
1037 ['include', '^browser/extensions/api/declarative/rules_registry_with _cache.cc'],
1038 ['include', '^browser/extensions/api/declarative/substring_set_match er.cc'],
1039 ['include', '^browser/extensions/api/declarative/url_matcher.cc'],
1040 ['include', '^browser/extensions/api/declarative_webrequest/request_ stage.cc'],
1041 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_action.cc'],
1042 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_condition.cc'],
1043 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_condition_attribute.cc'],
1044 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_constants.cc'],
1045 ['include', '^browser/extensions/api/declarative_webrequest/webreque st_rules_registry.cc'],
1046 ['include', '^browser/extensions/api/extension_action/extension_acti on_api.cc'], 1036 ['include', '^browser/extensions/api/extension_action/extension_acti on_api.cc'],
1047 ['include', '^browser/extensions/api/extension_action/extension_page _actions_api_constants.cc'], 1037 ['include', '^browser/extensions/api/extension_action/extension_page _actions_api_constants.cc'],
1048 ['include', '^browser/extensions/api/messaging/extension_message_por t.cc'], 1038 ['include', '^browser/extensions/api/messaging/extension_message_por t.cc'],
1049 ['include', '^browser/extensions/api/messaging/incognito_connectabil ity.cc'], 1039 ['include', '^browser/extensions/api/messaging/incognito_connectabil ity.cc'],
1050 ['include', '^browser/extensions/api/messaging/message_property_prov ider.cc'], 1040 ['include', '^browser/extensions/api/messaging/message_property_prov ider.cc'],
1051 ['include', '^browser/extensions/api/messaging/message_service.cc'], 1041 ['include', '^browser/extensions/api/messaging/message_service.cc'],
1052 ['include', '^browser/extensions/api/module/module.cc'], 1042 ['include', '^browser/extensions/api/module/module.cc'],
1053 ['include', '^browser/extensions/api/networking_private/.*\.cc'], 1043 ['include', '^browser/extensions/api/networking_private/.*\.cc'],
1054 ['include', '^browser/extensions/api/preference/preference_api.cc'], 1044 ['include', '^browser/extensions/api/preference/preference_api.cc'],
1055 ['include', '^browser/extensions/api/proxy/proxy_api.cc'], 1045 ['include', '^browser/extensions/api/proxy/proxy_api.cc'],
1056 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'], 1046 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'],
1057 ['include', '^browser/extensions/api/runtime/chrome_runtime_api_dele gate.cc'], 1047 ['include', '^browser/extensions/api/runtime/chrome_runtime_api_dele gate.cc'],
1058 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'], 1048 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'],
1059 ['include', '^browser/extensions/api/web_navigation/frame_navigation _state.cc'], 1049 ['include', '^browser/extensions/api/web_navigation/frame_navigation _state.cc'],
1060 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi.cc'], 1050 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi.cc'],
1061 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_constants.cc'], 1051 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_constants.cc'],
1062 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'], 1052 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'],
1063 ['include', '^browser/extensions/api/web_request/form_data_parser.cc '],
1064 ['include', '^browser/extensions/api/web_request/upload_data_present er.cc'],
1065 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ],
1066 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'],
1067 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'],
1068 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'],
1069 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'],
1070 ], 1053 ],
1071 'dependencies!': [ 1054 'dependencies!': [
1072 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1055 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1073 ], 1056 ],
1074 }], 1057 }],
1075 ['use_aura==1', { 1058 ['use_aura==1', {
1076 'dependencies': [ 1059 'dependencies': [
1077 '../ui/keyboard/keyboard.gyp:keyboard', 1060 '../ui/keyboard/keyboard.gyp:keyboard',
1078 '../ui/keyboard/keyboard.gyp:keyboard_resources', 1061 '../ui/keyboard/keyboard.gyp:keyboard_resources',
1079 ], 1062 ],
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 'type': 'static_library', 1242 'type': 'static_library',
1260 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1243 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1261 'variables': { 1244 'variables': {
1262 'proto_in_dir': 'browser/extensions/api/cast_channel', 1245 'proto_in_dir': 'browser/extensions/api/cast_channel',
1263 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1246 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1264 }, 1247 },
1265 'includes': [ '../build/protoc.gypi' ] 1248 'includes': [ '../build/protoc.gypi' ]
1266 }, 1249 },
1267 ], # 'conditions' 1250 ], # 'conditions'
1268 } 1251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698