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

Side by Side Diff: components/components.gyp

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn Created 5 years, 3 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
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'renderer_context_menu.gypi', 68 'renderer_context_menu.gypi',
69 'search.gypi', 69 'search.gypi',
70 'search_engines.gypi', 70 'search_engines.gypi',
71 'search_provider_logos.gypi', 71 'search_provider_logos.gypi',
72 'security_interstitials.gypi', 72 'security_interstitials.gypi',
73 'sessions.gypi', 73 'sessions.gypi',
74 'signin.gypi', 74 'signin.gypi',
75 'startup_metric_utils.gypi', 75 'startup_metric_utils.gypi',
76 'suggestions.gypi', 76 'suggestions.gypi',
77 'sync_driver.gypi', 77 'sync_driver.gypi',
78 'syncable_prefs.gypi',
78 'toolbar.gypi', 79 'toolbar.gypi',
79 'translate.gypi', 80 'translate.gypi',
80 'ui_zoom.gypi', 81 'ui_zoom.gypi',
81 'undo.gypi', 82 'undo.gypi',
82 'update_client.gypi', 83 'update_client.gypi',
83 'upload_list.gypi', 84 'upload_list.gypi',
84 'url_matcher.gypi', 85 'url_matcher.gypi',
85 'user_prefs.gypi', 86 'user_prefs.gypi',
86 'variations.gypi', 87 'variations.gypi',
87 'version_info.gypi', 88 'version_info.gypi',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'chrome_apps.gypi', 178 'chrome_apps.gypi',
178 ], 179 ],
179 }], 180 }],
180 ['enable_rlz_support==1', { 181 ['enable_rlz_support==1', {
181 'includes': [ 182 'includes': [
182 'rlz.gypi', 183 'rlz.gypi',
183 ], 184 ],
184 }] 185 }]
185 ], 186 ],
186 } 187 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698