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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10695070: Implement scriptBadge.requestToAct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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 | 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'browser/extensions/api/dns/host_resolver_wrapper.h', 146 'browser/extensions/api/dns/host_resolver_wrapper.h',
147 'browser/extensions/api/downloads/downloads_api.cc', 147 'browser/extensions/api/downloads/downloads_api.cc',
148 'browser/extensions/api/downloads/downloads_api.h', 148 'browser/extensions/api/downloads/downloads_api.h',
149 'browser/extensions/api/extension_action/extension_actions_api.cc', 149 'browser/extensions/api/extension_action/extension_actions_api.cc',
150 'browser/extensions/api/extension_action/extension_actions_api.h', 150 'browser/extensions/api/extension_action/extension_actions_api.h',
151 'browser/extensions/api/extension_action/extension_browser_actions_api.h ', 151 'browser/extensions/api/extension_action/extension_browser_actions_api.h ',
152 'browser/extensions/api/extension_action/extension_page_actions_api.cc', 152 'browser/extensions/api/extension_action/extension_page_actions_api.cc',
153 'browser/extensions/api/extension_action/extension_page_actions_api.h', 153 'browser/extensions/api/extension_action/extension_page_actions_api.h',
154 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc', 154 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc',
155 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h', 155 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h',
156 'browser/extensions/api/extension_action/extension_script_badge_api.cc',
156 'browser/extensions/api/extension_action/extension_script_badge_api.h', 157 'browser/extensions/api/extension_action/extension_script_badge_api.h',
157 'browser/extensions/api/file_system/file_system_api.cc', 158 'browser/extensions/api/file_system/file_system_api.cc',
158 'browser/extensions/api/file_system/file_system_api.h', 159 'browser/extensions/api/file_system/file_system_api.h',
159 'browser/extensions/api/idltest/idltest_api.cc', 160 'browser/extensions/api/idltest/idltest_api.cc',
160 'browser/extensions/api/idltest/idltest_api.h', 161 'browser/extensions/api/idltest/idltest_api.h',
161 'browser/extensions/api/identity/identity_api.cc', 162 'browser/extensions/api/identity/identity_api.cc',
162 'browser/extensions/api/identity/identity_api.h', 163 'browser/extensions/api/identity/identity_api.h',
163 'browser/extensions/api/identity/web_auth_flow.cc', 164 'browser/extensions/api/identity/web_auth_flow.cc',
164 'browser/extensions/api/identity/web_auth_flow.h', 165 'browser/extensions/api/identity/web_auth_flow.h',
165 'browser/extensions/api/media_gallery/media_gallery_api.cc', 166 'browser/extensions/api/media_gallery/media_gallery_api.cc',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'browser/extensions/api/usb/usb_api.h', 708 'browser/extensions/api/usb/usb_api.h',
708 'browser/extensions/api/usb/usb_device_resource.cc', 709 'browser/extensions/api/usb/usb_device_resource.cc',
709 'browser/extensions/api/usb/usb_device_resource.h', 710 'browser/extensions/api/usb/usb_device_resource.h',
710 ], 711 ],
711 }], 712 }],
712 ], 713 ],
713 }, 714 },
714 ], 715 ],
715 } 716 }
716 717
OLDNEW
« no previous file with comments | « chrome/browser/extensions/script_badge_controller_unittest.cc ('k') | chrome/common/extensions/api/script_badge.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698