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

Side by Side Diff: components/components.gyp

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'security_state.gypi', 85 'security_state.gypi',
86 'sessions.gypi', 86 'sessions.gypi',
87 'signin.gypi', 87 'signin.gypi',
88 'spellcheck.gypi', 88 'spellcheck.gypi',
89 'ssl_config.gypi', 89 'ssl_config.gypi',
90 'ssl_errors.gypi', 90 'ssl_errors.gypi',
91 'subresource_filter.gypi', 91 'subresource_filter.gypi',
92 'suggestions.gypi', 92 'suggestions.gypi',
93 'supervised_user_error_page.gypi', 93 'supervised_user_error_page.gypi',
94 'sync_bookmarks.gypi', 94 'sync_bookmarks.gypi',
95 'sync_driver.gypi',
96 'sync_sessions.gypi', 95 'sync_sessions.gypi',
97 'syncable_prefs.gypi', 96 'syncable_prefs.gypi',
98 'toolbar.gypi', 97 'toolbar.gypi',
99 'translate.gypi', 98 'translate.gypi',
100 'undo.gypi', 99 'undo.gypi',
101 'update_client.gypi', 100 'update_client.gypi',
102 'upload_list.gypi', 101 'upload_list.gypi',
103 'url_matcher.gypi', 102 'url_matcher.gypi',
104 'user_prefs.gypi', 103 'user_prefs.gypi',
105 'variations.gypi', 104 'variations.gypi',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'rlz.gypi', 202 'rlz.gypi',
204 ], 203 ],
205 }], 204 }],
206 ['use_ash==1', { 205 ['use_ash==1', {
207 'includes': [ 206 'includes': [
208 'exo.gypi', 207 'exo.gypi',
209 ], 208 ],
210 }], 209 }],
211 ], 210 ],
212 } 211 }
OLDNEW
« no previous file with comments | « components/browsing_data_ui/history_notice_utils_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698