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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 206613005: Extract RuntimeEventRouter from extensions Runtime API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove from android whitelist (runtime-api) Created 6 years, 9 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
« no previous file with comments | « chrome/browser/extensions/api/runtime/runtime_api.cc ('k') | extensions/browser/DEPS » ('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 (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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 ['include', '^browser/extensions/api/messaging/extension_message_por t.cc'], 962 ['include', '^browser/extensions/api/messaging/extension_message_por t.cc'],
963 ['include', '^browser/extensions/api/messaging/incognito_connectabil ity.cc'], 963 ['include', '^browser/extensions/api/messaging/incognito_connectabil ity.cc'],
964 ['include', '^browser/extensions/api/messaging/message_property_prov ider.cc'], 964 ['include', '^browser/extensions/api/messaging/message_property_prov ider.cc'],
965 ['include', '^browser/extensions/api/messaging/message_service.cc'], 965 ['include', '^browser/extensions/api/messaging/message_service.cc'],
966 ['include', '^browser/extensions/api/module/module.cc'], 966 ['include', '^browser/extensions/api/module/module.cc'],
967 ['include', '^browser/extensions/api/networking_private/.*\.cc'], 967 ['include', '^browser/extensions/api/networking_private/.*\.cc'],
968 ['include', '^browser/extensions/api/omnibox/omnibox_api.cc'], 968 ['include', '^browser/extensions/api/omnibox/omnibox_api.cc'],
969 ['include', '^browser/extensions/api/preference/preference_api.cc'], 969 ['include', '^browser/extensions/api/preference/preference_api.cc'],
970 ['include', '^browser/extensions/api/proxy/proxy_api.cc'], 970 ['include', '^browser/extensions/api/proxy/proxy_api.cc'],
971 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'], 971 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'],
972 ['include', '^browser/extensions/api/runtime/runtime_api.cc'],
973 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'], 972 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'],
974 ['include', '^browser/extensions/api/web_navigation/frame_navigation _state.cc'], 973 ['include', '^browser/extensions/api/web_navigation/frame_navigation _state.cc'],
975 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi.cc'], 974 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi.cc'],
976 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_constants.cc'], 975 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_constants.cc'],
977 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'], 976 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'],
978 ['include', '^browser/extensions/api/web_request/form_data_parser.cc '], 977 ['include', '^browser/extensions/api/web_request/form_data_parser.cc '],
979 ['include', '^browser/extensions/api/web_request/upload_data_present er.cc'], 978 ['include', '^browser/extensions/api/web_request/upload_data_present er.cc'],
980 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ], 979 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ],
981 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'], 980 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'],
982 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'], 981 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'],
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 'type': 'static_library', 1180 'type': 'static_library',
1182 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1181 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1183 'variables': { 1182 'variables': {
1184 'proto_in_dir': 'browser/extensions/api/cast_channel', 1183 'proto_in_dir': 'browser/extensions/api/cast_channel',
1185 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1184 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1186 }, 1185 },
1187 'includes': [ '../build/protoc.gypi' ] 1186 'includes': [ '../build/protoc.gypi' ]
1188 }, 1187 },
1189 ], # 'conditions' 1188 ], # 'conditions'
1190 } 1189 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/runtime/runtime_api.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698