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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 9617010: Move chrome.downloads out of experimental to dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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/chrome_browser.gypi ('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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'browser/extensions/api/discovery/suggested_link.cc', 136 'browser/extensions/api/discovery/suggested_link.cc',
137 'browser/extensions/api/discovery/suggested_link.h', 137 'browser/extensions/api/discovery/suggested_link.h',
138 'browser/extensions/api/discovery/suggested_links_registry.cc', 138 'browser/extensions/api/discovery/suggested_links_registry.cc',
139 'browser/extensions/api/discovery/suggested_links_registry.h', 139 'browser/extensions/api/discovery/suggested_links_registry.h',
140 'browser/extensions/api/discovery/suggested_links_registry_factory.cc', 140 'browser/extensions/api/discovery/suggested_links_registry_factory.cc',
141 'browser/extensions/api/discovery/suggested_links_registry_factory.h', 141 'browser/extensions/api/discovery/suggested_links_registry_factory.h',
142 'browser/extensions/api/dns/dns_api.cc', 142 'browser/extensions/api/dns/dns_api.cc',
143 'browser/extensions/api/dns/dns_api.h', 143 'browser/extensions/api/dns/dns_api.h',
144 'browser/extensions/api/dns/host_resolver_wrapper.cc', 144 'browser/extensions/api/dns/host_resolver_wrapper.cc',
145 'browser/extensions/api/dns/host_resolver_wrapper.h', 145 'browser/extensions/api/dns/host_resolver_wrapper.h',
146 'browser/extensions/api/downloads/downloads_api.cc',
147 'browser/extensions/api/downloads/downloads_api.h',
146 'browser/extensions/api/extension_action/extension_actions_api.cc', 148 'browser/extensions/api/extension_action/extension_actions_api.cc',
147 'browser/extensions/api/extension_action/extension_actions_api.h', 149 'browser/extensions/api/extension_action/extension_actions_api.h',
148 'browser/extensions/api/extension_action/extension_browser_actions_api.h ', 150 'browser/extensions/api/extension_action/extension_browser_actions_api.h ',
149 'browser/extensions/api/extension_action/extension_page_actions_api.cc', 151 'browser/extensions/api/extension_action/extension_page_actions_api.cc',
150 'browser/extensions/api/extension_action/extension_page_actions_api.h', 152 'browser/extensions/api/extension_action/extension_page_actions_api.h',
151 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc', 153 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.cc',
152 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h', 154 'browser/extensions/api/extension_action/extension_page_actions_api_cons tants.h',
153 'browser/extensions/api/file_system/file_system_api.cc', 155 'browser/extensions/api/file_system/file_system_api.cc',
154 'browser/extensions/api/file_system/file_system_api.h', 156 'browser/extensions/api/file_system/file_system_api.h',
155 'browser/extensions/api/idltest/idltest_api.cc', 157 'browser/extensions/api/idltest/idltest_api.cc',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'browser/extensions/api/usb/usb_api.h', 700 'browser/extensions/api/usb/usb_api.h',
699 'browser/extensions/api/usb/usb_device_resource.cc', 701 'browser/extensions/api/usb/usb_device_resource.cc',
700 'browser/extensions/api/usb/usb_device_resource.h', 702 'browser/extensions/api/usb/usb_device_resource.h',
701 ], 703 ],
702 }], 704 }],
703 ], 705 ],
704 }, 706 },
705 ], 707 ],
706 } 708 }
707 709
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698