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

Side by Side Diff: sync/sync_api.gypi

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Merge + Undo copyright changes Created 7 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 | « sync/sync.gyp ('k') | sync/sync_core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'include_dirs': [
7 '..',
8 ],
9 'defines': [
10 'SYNC_IMPLEMENTATION',
11 ],
12 'dependencies': [
13 '../base/base.gyp:base',
14 ],
15 'sources': [
16 'api/string_ordinal.h',
17 'api/syncable_service.cc',
18 'api/syncable_service.h',
19 'api/sync_data.h',
20 'api/sync_data.cc',
21 'api/sync_change.h',
22 'api/sync_change.cc',
23 'api/sync_change_processor.h',
24 'api/sync_change_processor.cc',
25 'api/sync_error.h',
26 'api/sync_error.cc',
27 'api/sync_error_factory.h',
28 'api/sync_error_factory.cc',
29 'api/sync_merge_result.h',
30 'api/sync_merge_result.cc',
31 'api/time.h',
32 ],
33 }
OLDNEW
« no previous file with comments | « sync/sync.gyp ('k') | sync/sync_core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698