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

Side by Side Diff: extensions/extensions.gyp

Issue 147923005: Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re^3base Created 6 years, 10 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 | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'browser/extension_prefs.h', 189 'browser/extension_prefs.h',
190 'browser/extension_prefs_factory.cc', 190 'browser/extension_prefs_factory.cc',
191 'browser/extension_prefs_factory.h', 191 'browser/extension_prefs_factory.h',
192 'browser/extension_prefs_scope.h', 192 'browser/extension_prefs_scope.h',
193 'browser/extension_registry.cc', 193 'browser/extension_registry.cc',
194 'browser/extension_registry.h', 194 'browser/extension_registry.h',
195 'browser/extension_registry_factory.cc', 195 'browser/extension_registry_factory.cc',
196 'browser/extension_registry_factory.h', 196 'browser/extension_registry_factory.h',
197 'browser/extension_registry_observer.h', 197 'browser/extension_registry_observer.h',
198 'browser/extension_scoped_prefs.h', 198 'browser/extension_scoped_prefs.h',
199 'browser/extension_system.cc',
200 'browser/extension_system.h',
199 'browser/extensions_browser_client.cc', 201 'browser/extensions_browser_client.cc',
200 'browser/extensions_browser_client.h', 202 'browser/extensions_browser_client.h',
201 'browser/external_provider_interface.h', 203 'browser/external_provider_interface.h',
202 'browser/info_map.cc', 204 'browser/info_map.cc',
203 'browser/info_map.h', 205 'browser/info_map.h',
204 'browser/file_highlighter.cc', 206 'browser/file_highlighter.cc',
205 'browser/file_highlighter.h', 207 'browser/file_highlighter.h',
206 'browser/file_reader.cc', 208 'browser/file_reader.cc',
207 'browser/file_reader.h', 209 'browser/file_reader.h',
208 'browser/lazy_background_task_queue.cc', 210 'browser/lazy_background_task_queue.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'common/test_util.cc', 255 'common/test_util.cc',
254 'common/test_util.h', 256 'common/test_util.h',
255 'common/value_builder.cc', 257 'common/value_builder.cc',
256 'common/value_builder.h', 258 'common/value_builder.h',
257 ], 259 ],
258 # Disable c4267 warnings until we fix size_t to int truncations. 260 # Disable c4267 warnings until we fix size_t to int truncations.
259 'msvs_disabled_warnings': [ 4267, ], 261 'msvs_disabled_warnings': [ 4267, ],
260 }, 262 },
261 ] 263 ]
262 } 264 }
OLDNEW
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698