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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10443105: Take 2 at implementing activeTab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: empty -> is_empty Created 8 years, 6 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/script_badge_controller.cc ('k') | chrome/chrome_renderer.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../webkit/support/webkit_support.gyp:webkit_resources', 46 '../webkit/support/webkit_support.gyp:webkit_resources',
47 '../webkit/support/webkit_support.gyp:webkit_user_agent', 47 '../webkit/support/webkit_support.gyp:webkit_user_agent',
48 ], 48 ],
49 'include_dirs': [ 49 'include_dirs': [
50 '..', 50 '..',
51 '<(INTERMEDIATE_DIR)', 51 '<(INTERMEDIATE_DIR)',
52 ], 52 ],
53 'sources': [ 53 'sources': [
54 # All .cc, .h, .m, and .mm files under browser/extensions except for 54 # All .cc, .h, .m, and .mm files under browser/extensions except for
55 # tests and mocks. 55 # tests and mocks.
56 'browser/extensions/active_tab_permission_manager.cc',
57 'browser/extensions/active_tab_permission_manager.h',
56 'browser/extensions/admin_policy.cc', 58 'browser/extensions/admin_policy.cc',
57 'browser/extensions/admin_policy.h', 59 'browser/extensions/admin_policy.h',
58 'browser/extensions/api/api_function.cc', 60 'browser/extensions/api/api_function.cc',
59 'browser/extensions/api/api_function.h', 61 'browser/extensions/api/api_function.h',
60 'browser/extensions/api/api_resource.cc', 62 'browser/extensions/api/api_resource.cc',
61 'browser/extensions/api/api_resource.h', 63 'browser/extensions/api/api_resource.h',
62 'browser/extensions/api/api_resource_controller.cc', 64 'browser/extensions/api/api_resource_controller.cc',
63 'browser/extensions/api/api_resource_controller.h', 65 'browser/extensions/api/api_resource_controller.h',
64 'browser/extensions/api/api_resource_event_notifier.cc', 66 'browser/extensions/api/api_resource_event_notifier.cc',
65 'browser/extensions/api/api_resource_event_notifier.h', 67 'browser/extensions/api/api_resource_event_notifier.h',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'browser/extensions/api/usb/usb_api.h', 679 'browser/extensions/api/usb/usb_api.h',
678 'browser/extensions/api/usb/usb_device_resource.cc', 680 'browser/extensions/api/usb/usb_device_resource.cc',
679 'browser/extensions/api/usb/usb_device_resource.h', 681 'browser/extensions/api/usb/usb_device_resource.h',
680 ], 682 ],
681 }], 683 }],
682 ], 684 ],
683 }, 685 },
684 ], 686 ],
685 } 687 }
686 688
OLDNEW
« no previous file with comments | « chrome/browser/extensions/script_badge_controller.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698