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

Side by Side Diff: sync/sync_notifier.gypi

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 years, 5 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_tests.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/ack_handler.cc',
27 'notifier/ack_handler.h',
28 'notifier/invalidation_handler.cc',
29 'notifier/invalidation_handler.h',
30 'notifier/invalidation_state_tracker.cc',
31 'notifier/invalidation_state_tracker.h',
32 'notifier/invalidation_util.cc',
33 'notifier/invalidation_util.h',
34 'notifier/unacked_invalidation_set.cc',
35 'notifier/unacked_invalidation_set.h',
36 'notifier/invalidator.cc',
37 'notifier/invalidator.h',
38 'notifier/mock_ack_handler.cc',
39 'notifier/mock_ack_handler.h',
40 'notifier/object_id_invalidation_map.cc',
41 'notifier/object_id_invalidation_map.h',
42 'notifier/single_object_invalidation_set.cc',
43 'notifier/single_object_invalidation_set.h',
44 ],
45 'conditions': [
46 ['OS != "android"', {
47 'sources': [
48 'notifier/registration_manager.cc',
49 'notifier/registration_manager.h',
50 ],
51 }],
52 ],
53 }
OLDNEW
« no previous file with comments | « sync/sync_internal_api.gypi ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698