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

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: fix extensions_browser target 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
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'common/extension_api.cc', 215 'common/extension_api.cc',
216 ], 216 ],
217 }], 217 }],
218 ], 218 ],
219 }, 219 },
220 { 220 {
221 'target_name': 'extensions_browser', 221 'target_name': 'extensions_browser',
222 'type': 'static_library', 222 'type': 'static_library',
223 'dependencies': [ 223 'dependencies': [
224 '../components/components.gyp:keyed_service_content', 224 '../components/components.gyp:keyed_service_content',
225 '../components/components.gyp:pref_registry',
225 '../components/components.gyp:usb_service', 226 '../components/components.gyp:usb_service',
226 '../content/content.gyp:content_browser', 227 '../content/content.gyp:content_browser',
227 '../skia/skia.gyp:skia', 228 '../skia/skia.gyp:skia',
228 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 229 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
229 'common/api/api.gyp:extensions_api', 230 'common/api/api.gyp:extensions_api',
230 'extensions_common', 231 'extensions_common',
231 'extensions_strings.gyp:extensions_strings', 232 'extensions_strings.gyp:extensions_strings',
232 ], 233 ],
233 'include_dirs': [ 234 'include_dirs': [
234 '..', 235 '..',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'test/test_extensions_client.cc', 613 'test/test_extensions_client.cc',
613 'test/test_extensions_client.h', 614 'test/test_extensions_client.h',
614 'test/test_permission_message_provider.cc', 615 'test/test_permission_message_provider.cc',
615 'test/test_permission_message_provider.h', 616 'test/test_permission_message_provider.h',
616 'test/test_permissions_provider.cc', 617 'test/test_permissions_provider.cc',
617 'test/test_permissions_provider.h', 618 'test/test_permissions_provider.h',
618 ], 619 ],
619 }, 620 },
620 ] 621 ]
621 } 622 }
OLDNEW
« components/user_prefs/pref_registry_export.h ('K') | « components/user_prefs/user_prefs_export.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698