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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10694055: Add read-only access to POST data for webRequest's onBeforeRequest (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased & added missing docs update Created 8 years, 5 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/extensions/api/usb/usb_device_resource.cc', 214 'browser/extensions/api/usb/usb_device_resource.cc',
215 'browser/extensions/api/usb/usb_device_resource.h', 215 'browser/extensions/api/usb/usb_device_resource.h',
216 'browser/extensions/api/web_navigation/frame_navigation_state.cc', 216 'browser/extensions/api/web_navigation/frame_navigation_state.cc',
217 'browser/extensions/api/web_navigation/frame_navigation_state.h', 217 'browser/extensions/api/web_navigation/frame_navigation_state.h',
218 'browser/extensions/api/web_navigation/web_navigation_api.cc', 218 'browser/extensions/api/web_navigation/web_navigation_api.cc',
219 'browser/extensions/api/web_navigation/web_navigation_api.h', 219 'browser/extensions/api/web_navigation/web_navigation_api.h',
220 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc', 220 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc',
221 'browser/extensions/api/web_navigation/web_navigation_api_constants.h', 221 'browser/extensions/api/web_navigation/web_navigation_api_constants.h',
222 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc', 222 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc',
223 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h', 223 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h',
224 'browser/extensions/api/web_request/post_data_parser.cc',
225 'browser/extensions/api/web_request/post_data_parser.h',
224 'browser/extensions/api/web_request/web_request_api.cc', 226 'browser/extensions/api/web_request/web_request_api.cc',
225 'browser/extensions/api/web_request/web_request_api.h', 227 'browser/extensions/api/web_request/web_request_api.h',
226 'browser/extensions/api/web_request/web_request_api_constants.cc', 228 'browser/extensions/api/web_request/web_request_api_constants.cc',
227 'browser/extensions/api/web_request/web_request_api_constants.h', 229 'browser/extensions/api/web_request/web_request_api_constants.h',
228 'browser/extensions/api/web_request/web_request_api_helpers.cc', 230 'browser/extensions/api/web_request/web_request_api_helpers.cc',
229 'browser/extensions/api/web_request/web_request_api_helpers.h', 231 'browser/extensions/api/web_request/web_request_api_helpers.h',
230 'browser/extensions/api/web_request/web_request_time_tracker.cc', 232 'browser/extensions/api/web_request/web_request_time_tracker.cc',
231 'browser/extensions/api/web_request/web_request_time_tracker.h', 233 'browser/extensions/api/web_request/web_request_time_tracker.h',
232 'browser/extensions/app_notification.cc', 234 'browser/extensions/app_notification.cc',
233 'browser/extensions/app_notification.h', 235 'browser/extensions/app_notification.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'browser/extensions/extension_tab_util.cc', 716 'browser/extensions/extension_tab_util.cc',
715 'browser/extensions/platform_app_launcher.cc', 717 'browser/extensions/platform_app_launcher.cc',
716 'browser/extensions/platform_app_launcher.h', 718 'browser/extensions/platform_app_launcher.h',
717 ], 719 ],
718 }], 720 }],
719 ], 721 ],
720 }, 722 },
721 ], 723 ],
722 } 724 }
723 725
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698