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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10831008: Refactor and fix declarative webRequest API permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed license headers Created 8 years, 4 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/sync/test/integration/sync_extension_helper.cc ('k') | chrome/chrome_tests.gypi » ('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) 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/web_request_api.cc', 223 'browser/extensions/api/web_request/web_request_api.cc',
224 'browser/extensions/api/web_request/web_request_api.h', 224 'browser/extensions/api/web_request/web_request_api.h',
225 'browser/extensions/api/web_request/web_request_api_constants.cc', 225 'browser/extensions/api/web_request/web_request_api_constants.cc',
226 'browser/extensions/api/web_request/web_request_api_constants.h', 226 'browser/extensions/api/web_request/web_request_api_constants.h',
227 'browser/extensions/api/web_request/web_request_api_helpers.cc', 227 'browser/extensions/api/web_request/web_request_api_helpers.cc',
228 'browser/extensions/api/web_request/web_request_api_helpers.h', 228 'browser/extensions/api/web_request/web_request_api_helpers.h',
229 'browser/extensions/api/web_request/web_request_permissions.cc',
230 'browser/extensions/api/web_request/web_request_permissions.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',
233 'browser/extensions/app_notification_manager.cc', 235 'browser/extensions/app_notification_manager.cc',
234 'browser/extensions/app_notification_manager.h', 236 'browser/extensions/app_notification_manager.h',
235 'browser/extensions/app_notification_storage.cc', 237 'browser/extensions/app_notification_storage.cc',
236 'browser/extensions/app_notification_storage.h', 238 'browser/extensions/app_notification_storage.h',
237 'browser/extensions/app_notify_channel_setup.cc', 239 'browser/extensions/app_notify_channel_setup.cc',
238 'browser/extensions/app_notify_channel_setup.h', 240 'browser/extensions/app_notify_channel_setup.h',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'], 620 ['include', '^browser/extensions/api/proxy/proxy_api_constants.cc'],
619 ['include', '^browser/extensions/api/runtime/runtime_api.cc'], 621 ['include', '^browser/extensions/api/runtime/runtime_api.cc'],
620 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'], 622 ['include', '^browser/extensions/api/tabs/tabs_constants.cc'],
621 ['include', '^browser/extensions/api/web_navigation/frame_navigation _state.cc'], 623 ['include', '^browser/extensions/api/web_navigation/frame_navigation _state.cc'],
622 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi.cc'], 624 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi.cc'],
623 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_constants.cc'], 625 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_constants.cc'],
624 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'], 626 ['include', '^browser/extensions/api/web_navigation/web_navigation_a pi_helpers.cc'],
625 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ], 627 ['include', '^browser/extensions/api/web_request/web_request_api.cc' ],
626 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'], 628 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'],
627 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'], 629 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'],
630 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'],
628 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'], 631 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'],
629 ], 632 ],
630 }], 633 }],
631 ['OS=="linux" and use_aura==1', { 634 ['OS=="linux" and use_aura==1', {
632 'dependencies': [ 635 'dependencies': [
633 '../build/linux/system.gyp:dbus', 636 '../build/linux/system.gyp:dbus',
634 '../build/linux/system.gyp:fontconfig', 637 '../build/linux/system.gyp:fontconfig',
635 '../build/linux/system.gyp:x11', 638 '../build/linux/system.gyp:x11',
636 '../dbus/dbus.gyp:dbus', 639 '../dbus/dbus.gyp:dbus',
637 ], 640 ],
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'sources': [ 757 'sources': [
755 'browser/extensions/app_host.rc', 758 'browser/extensions/app_host.rc',
756 'browser/extensions/app_host_stub_main.cc', 759 'browser/extensions/app_host_stub_main.cc',
757 ], 760 ],
758 }, 761 },
759 ], 762 ],
760 }, ], # 'OS=="win"' 763 }, ], # 'OS=="win"'
761 ], # 'conditions' 764 ], # 'conditions'
762 } 765 }
763 766
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/sync_extension_helper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698