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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10161038: Allow serialization of ArrayBuffer params in extension/apps API methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for review feedback and browser test failures Created 8 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 | Annotate | Revision Log
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry .h', 111 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry .h',
112 'browser/extensions/api/dns/dns_api.cc', 112 'browser/extensions/api/dns/dns_api.cc',
113 'browser/extensions/api/dns/dns_api.h', 113 'browser/extensions/api/dns/dns_api.h',
114 'browser/extensions/api/extension_action/extension_actions_api.cc', 114 'browser/extensions/api/extension_action/extension_actions_api.cc',
115 'browser/extensions/api/extension_action/extension_actions_api.h', 115 'browser/extensions/api/extension_action/extension_actions_api.h',
116 'browser/extensions/api/extension_action/extension_browser_actions_api.h ', 116 'browser/extensions/api/extension_action/extension_browser_actions_api.h ',
117 'browser/extensions/api/extension_action/extension_page_actions_api.cc', 117 'browser/extensions/api/extension_action/extension_page_actions_api.cc',
118 'browser/extensions/api/extension_action/extension_page_actions_api.h', 118 'browser/extensions/api/extension_action/extension_page_actions_api.h',
119 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc', 119 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc',
120 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h', 120 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h',
121 'browser/extensions/api/idltest/idltest_api.cc',
122 'browser/extensions/api/idltest/idltest_api.h',
121 'browser/extensions/api/identity/identity_api.cc', 123 'browser/extensions/api/identity/identity_api.cc',
122 'browser/extensions/api/identity/identity_api.h', 124 'browser/extensions/api/identity/identity_api.h',
123 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc', 125 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.cc',
124 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h', 126 'browser/extensions/api/offscreen_tabs/offscreen_tabs_api.h',
125 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc', 127 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.cc',
126 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.h', 128 'browser/extensions/api/offscreen_tabs/offscreen_tabs_constants.h',
127 'browser/extensions/api/omnibox/omnibox_api.cc', 129 'browser/extensions/api/omnibox/omnibox_api.cc',
128 'browser/extensions/api/omnibox/omnibox_api.h', 130 'browser/extensions/api/omnibox/omnibox_api.h',
129 'browser/extensions/api/permissions/permissions_api.cc', 131 'browser/extensions/api/permissions/permissions_api.cc',
130 'browser/extensions/api/permissions/permissions_api.h', 132 'browser/extensions/api/permissions/permissions_api.h',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'browser/extensions/api/usb/usb_api.h', 656 'browser/extensions/api/usb/usb_api.h',
655 'browser/extensions/api/usb/usb_device_resource.cc', 657 'browser/extensions/api/usb/usb_device_resource.cc',
656 'browser/extensions/api/usb/usb_device_resource.h', 658 'browser/extensions/api/usb/usb_device_resource.h',
657 ], 659 ],
658 }], 660 }],
659 ], 661 ],
660 }, 662 },
661 ], 663 ],
662 } 664 }
663 665
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698