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

Side by Side Diff: sync/sync_notifier.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_internal_api.gypi ('k') | sync/sync_proto.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 '../jingle/jingle.gyp:jingle_glue',
15 '../jingle/jingle.gyp:notifier',
16 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
17 # TODO(akalin): Remove this (http://crbug.com/133352).
18 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_pr oto_cpp',
19 '../third_party/libjingle/libjingle.gyp:libjingle',
20 ],
21 'export_dependent_settings': [
22 '../jingle/jingle.gyp:notifier',
23 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
24 ],
25 'sources': [
26 'notifier/invalidation_handler.h',
27 'notifier/invalidation_state_tracker.cc',
28 'notifier/invalidation_state_tracker.h',
29 'notifier/invalidation_util.cc',
30 'notifier/invalidation_util.h',
31 'notifier/invalidator_factory.cc',
32 'notifier/invalidator_factory.h',
33 'notifier/invalidator.h',
34 'notifier/invalidator_registrar.cc',
35 'notifier/invalidator_registrar.h',
36 'notifier/invalidator_state.cc',
37 'notifier/invalidator_state.h',
38 'notifier/object_id_invalidation_map.cc',
39 'notifier/object_id_invalidation_map.h',
40 ],
41 'conditions': [
42 ['OS != "android"', {
43 'sources': [
44 'notifier/ack_tracker.cc',
45 'notifier/ack_tracker.h',
46 'notifier/invalidation_notifier.cc',
47 'notifier/invalidation_notifier.h',
48 'notifier/non_blocking_invalidator.cc',
49 'notifier/non_blocking_invalidator.h',
50 'notifier/p2p_invalidator.cc',
51 'notifier/p2p_invalidator.h',
52 'notifier/push_client_channel.cc',
53 'notifier/push_client_channel.h',
54 'notifier/registration_manager.cc',
55 'notifier/registration_manager.h',
56 'notifier/state_writer.h',
57 'notifier/sync_invalidation_listener.cc',
58 'notifier/sync_invalidation_listener.h',
59 'notifier/sync_system_resources.cc',
60 'notifier/sync_system_resources.h',
61 ],
62 }],
63 ],
64 }
OLDNEW
« no previous file with comments | « sync/sync_internal_api.gypi ('k') | sync/sync_proto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698