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

Side by Side Diff: sync/sync_notifier.gypi

Issue 40303005: Add code for new invalidation local ack system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at fixing win Created 7 years, 1 month 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/notifier/mock_ack_handler.cc ('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
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
11 ], 11 ],
12 'dependencies': [ 12 'dependencies': [
13 '../base/base.gyp:base', 13 '../base/base.gyp:base',
14 '../jingle/jingle.gyp:jingle_glue', 14 '../jingle/jingle.gyp:jingle_glue',
15 '../jingle/jingle.gyp:notifier', 15 '../jingle/jingle.gyp:notifier',
16 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', 16 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
17 # TODO(akalin): Remove this (http://crbug.com/133352). 17 # TODO(akalin): Remove this (http://crbug.com/133352).
18 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_pr oto_cpp', 18 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_pr oto_cpp',
19 '../third_party/libjingle/libjingle.gyp:libjingle', 19 '../third_party/libjingle/libjingle.gyp:libjingle',
20 ], 20 ],
21 'export_dependent_settings': [ 21 'export_dependent_settings': [
22 '../jingle/jingle.gyp:notifier', 22 '../jingle/jingle.gyp:notifier',
23 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', 23 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'notifier/ack_handler.cc',
27 'notifier/ack_handler.h',
28 'notifier/dropped_invalidation_tracker.cc',
29 'notifier/dropped_invalidation_tracker.h',
26 'notifier/invalidation_handler.h', 30 'notifier/invalidation_handler.h',
27 'notifier/invalidation_state_tracker.cc', 31 'notifier/invalidation_state_tracker.cc',
28 'notifier/invalidation_state_tracker.h', 32 'notifier/invalidation_state_tracker.h',
29 'notifier/invalidation_util.cc', 33 'notifier/invalidation_util.cc',
30 'notifier/invalidation_util.h', 34 'notifier/invalidation_util.h',
31 'notifier/unacked_invalidation_set.cc', 35 'notifier/unacked_invalidation_set.cc',
32 'notifier/unacked_invalidation_set.h', 36 'notifier/unacked_invalidation_set.h',
33 'notifier/invalidator.h', 37 'notifier/invalidator.h',
34 'notifier/invalidator_registrar.cc', 38 'notifier/invalidator_registrar.cc',
35 'notifier/invalidator_registrar.h', 39 'notifier/invalidator_registrar.h',
(...skipping 21 matching lines...) Expand all
57 'notifier/registration_manager.h', 61 'notifier/registration_manager.h',
58 'notifier/state_writer.h', 62 'notifier/state_writer.h',
59 'notifier/sync_invalidation_listener.cc', 63 'notifier/sync_invalidation_listener.cc',
60 'notifier/sync_invalidation_listener.h', 64 'notifier/sync_invalidation_listener.h',
61 'notifier/sync_system_resources.cc', 65 'notifier/sync_system_resources.cc',
62 'notifier/sync_system_resources.h', 66 'notifier/sync_system_resources.h',
63 ], 67 ],
64 }], 68 }],
65 ], 69 ],
66 } 70 }
OLDNEW
« no previous file with comments | « sync/notifier/mock_ack_handler.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698