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

Side by Side Diff: extensions/extensions.gyp

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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/extension_prefs.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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'common/extension_api.cc', 218 'common/extension_api.cc',
219 ], 219 ],
220 }], 220 }],
221 ], 221 ],
222 }, 222 },
223 { 223 {
224 'target_name': 'extensions_browser', 224 'target_name': 'extensions_browser',
225 'type': 'static_library', 225 'type': 'static_library',
226 'dependencies': [ 226 'dependencies': [
227 '../components/components.gyp:keyed_service_content', 227 '../components/components.gyp:keyed_service_content',
228 '../components/components.gyp:pref_registry',
228 '../components/components.gyp:usb_service', 229 '../components/components.gyp:usb_service',
229 '../components/components.gyp:user_prefs',
230 '../content/content.gyp:content_browser', 230 '../content/content.gyp:content_browser',
231 '../skia/skia.gyp:skia', 231 '../skia/skia.gyp:skia',
232 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 232 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
233 'common/api/api.gyp:extensions_api', 233 'common/api/api.gyp:extensions_api',
234 'extensions_common', 234 'extensions_common',
235 'extensions_strings.gyp:extensions_strings', 235 'extensions_strings.gyp:extensions_strings',
236 ], 236 ],
237 'include_dirs': [ 237 'include_dirs': [
238 '..', 238 '..',
239 '<(INTERMEDIATE_DIR)', 239 '<(INTERMEDIATE_DIR)',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'test/test_extensions_client.cc', 629 'test/test_extensions_client.cc',
630 'test/test_extensions_client.h', 630 'test/test_extensions_client.h',
631 'test/test_permission_message_provider.cc', 631 'test/test_permission_message_provider.cc',
632 'test/test_permission_message_provider.h', 632 'test/test_permission_message_provider.h',
633 'test/test_permissions_provider.cc', 633 'test/test_permissions_provider.cc',
634 'test/test_permissions_provider.h', 634 'test/test_permissions_provider.h',
635 ], 635 ],
636 }, 636 },
637 ] 637 ]
638 } 638 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698