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

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: Adding an example value of formData to the docs 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'browser/extensions/api/usb/usb_device_resource.cc', 213 'browser/extensions/api/usb/usb_device_resource.cc',
214 'browser/extensions/api/usb/usb_device_resource.h', 214 'browser/extensions/api/usb/usb_device_resource.h',
215 'browser/extensions/api/web_navigation/frame_navigation_state.cc', 215 'browser/extensions/api/web_navigation/frame_navigation_state.cc',
216 'browser/extensions/api/web_navigation/frame_navigation_state.h', 216 'browser/extensions/api/web_navigation/frame_navigation_state.h',
217 'browser/extensions/api/web_navigation/web_navigation_api.cc', 217 'browser/extensions/api/web_navigation/web_navigation_api.cc',
218 'browser/extensions/api/web_navigation/web_navigation_api.h', 218 'browser/extensions/api/web_navigation/web_navigation_api.h',
219 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc', 219 'browser/extensions/api/web_navigation/web_navigation_api_constants.cc',
220 'browser/extensions/api/web_navigation/web_navigation_api_constants.h', 220 'browser/extensions/api/web_navigation/web_navigation_api_constants.h',
221 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc', 221 'browser/extensions/api/web_navigation/web_navigation_api_helpers.cc',
222 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h', 222 'browser/extensions/api/web_navigation/web_navigation_api_helpers.h',
223 'browser/extensions/api/web_request/post_data_parser.cc',
224 'browser/extensions/api/web_request/post_data_parser.h',
223 'browser/extensions/api/web_request/web_request_api.cc', 225 'browser/extensions/api/web_request/web_request_api.cc',
224 'browser/extensions/api/web_request/web_request_api.h', 226 'browser/extensions/api/web_request/web_request_api.h',
225 'browser/extensions/api/web_request/web_request_api_constants.cc', 227 'browser/extensions/api/web_request/web_request_api_constants.cc',
226 'browser/extensions/api/web_request/web_request_api_constants.h', 228 'browser/extensions/api/web_request/web_request_api_constants.h',
227 'browser/extensions/api/web_request/web_request_api_helpers.cc', 229 'browser/extensions/api/web_request/web_request_api_helpers.cc',
228 'browser/extensions/api/web_request/web_request_api_helpers.h', 230 'browser/extensions/api/web_request/web_request_api_helpers.h',
229 'browser/extensions/api/web_request/web_request_time_tracker.cc', 231 'browser/extensions/api/web_request/web_request_time_tracker.cc',
230 'browser/extensions/api/web_request/web_request_time_tracker.h', 232 'browser/extensions/api/web_request/web_request_time_tracker.h',
231 'browser/extensions/app_notification.cc', 233 'browser/extensions/app_notification.cc',
232 'browser/extensions/app_notification.h', 234 'browser/extensions/app_notification.h',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'sources': [ 747 'sources': [
746 'browser/extensions/app_host.rc', 748 'browser/extensions/app_host.rc',
747 'browser/extensions/app_host_stub_main.cc', 749 'browser/extensions/app_host_stub_main.cc',
748 ], 750 ],
749 }, 751 },
750 ], 752 ],
751 }, ], # 'OS=="win"' 753 }, ], # 'OS=="win"'
752 ], # 'conditions' 754 ], # 'conditions'
753 } 755 }
754 756
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698