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

Side by Side Diff: sync/sync_notifier.gypi

Issue 377413003: Remove most remaining sync/notifier dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win compile 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/sessions/nudge_tracker_unittest.cc ('k') | sync/tools/sync_client.cc » ('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', 26 'notifier/ack_handler.cc',
27 'notifier/ack_handler.h', 27 'notifier/ack_handler.h',
28 'notifier/invalidation_handler.cc',
28 'notifier/invalidation_handler.h', 29 'notifier/invalidation_handler.h',
29 'notifier/invalidation_state_tracker.cc', 30 'notifier/invalidation_state_tracker.cc',
30 'notifier/invalidation_state_tracker.h', 31 'notifier/invalidation_state_tracker.h',
31 'notifier/invalidation_util.cc', 32 'notifier/invalidation_util.cc',
32 'notifier/invalidation_util.h', 33 'notifier/invalidation_util.h',
33 'notifier/unacked_invalidation_set.cc', 34 'notifier/unacked_invalidation_set.cc',
34 'notifier/unacked_invalidation_set.h', 35 'notifier/unacked_invalidation_set.h',
36 'notifier/invalidator.cc',
35 'notifier/invalidator.h', 37 'notifier/invalidator.h',
36 'notifier/mock_ack_handler.cc', 38 'notifier/mock_ack_handler.cc',
37 'notifier/mock_ack_handler.h', 39 'notifier/mock_ack_handler.h',
38 'notifier/object_id_invalidation_map.cc', 40 'notifier/object_id_invalidation_map.cc',
39 'notifier/object_id_invalidation_map.h', 41 'notifier/object_id_invalidation_map.h',
40 'notifier/single_object_invalidation_set.cc', 42 'notifier/single_object_invalidation_set.cc',
41 'notifier/single_object_invalidation_set.h', 43 'notifier/single_object_invalidation_set.h',
42 ], 44 ],
43 'conditions': [ 45 'conditions': [
44 ['OS != "android"', { 46 ['OS != "android"', {
45 'sources': [ 47 'sources': [
46 'notifier/registration_manager.cc', 48 'notifier/registration_manager.cc',
47 'notifier/registration_manager.h', 49 'notifier/registration_manager.h',
48 ], 50 ],
49 }], 51 }],
50 ], 52 ],
51 } 53 }
OLDNEW
« no previous file with comments | « sync/sessions/nudge_tracker_unittest.cc ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698