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

Side by Side Diff: chrome/browser/sync/tools/sync_tools.gyp

Issue 2733009: Revert 49353 - sync: Store hard coded constants into its header file.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | « chrome/browser/sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'defines': [ 6 'defines': [
7 'FEATURE_ENABLE_SSL', 7 'FEATURE_ENABLE_SSL',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'sync_listen_notifications', 11 'target_name': 'sync_listen_notifications',
12 'type': 'executable', 12 'type': 'executable',
13 'sources': [ 13 'sources': [
14 'sync_constants.cc',
15 'sync_constants.h',
16 'sync_listen_notifications.cc', 14 'sync_listen_notifications.cc',
17 # We are directly including the sync_constants.cc and h files to avoid 15 # We are directly including the sync_constants.cc and h files to avoid
18 # pulling in browser.lib. 16 # pulling in browser.lib.
19 # TODO(akalin): Fix this. 17 # TODO(akalin): Fix this.
20 '<(DEPTH)/chrome/browser/sync/sync_constants.cc', 18 '<(DEPTH)/chrome/browser/sync/sync_constants.cc',
21 '<(DEPTH)/chrome/browser/sync/sync_constants.h', 19 '<(DEPTH)/chrome/browser/sync/sync_constants.h',
22 ], 20 ],
23 'dependencies': [ 21 'dependencies': [
24 '<(DEPTH)/base/base.gyp:base', 22 '<(DEPTH)/base/base.gyp:base',
25 '<(DEPTH)/chrome/chrome.gyp:notifier', 23 '<(DEPTH)/chrome/chrome.gyp:notifier',
26 '<(DEPTH)/third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinval idation', 24 '<(DEPTH)/third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinval idation',
27 '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle', 25 '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle',
28 ], 26 ],
29 }, 27 },
30 ], 28 ],
31 } 29 }
32 30
33 # Local Variables: 31 # Local Variables:
34 # tab-width:2 32 # tab-width:2
35 # indent-tabs-mode:nil 33 # indent-tabs-mode:nil
36 # End: 34 # End:
37 # vim: set expandtab tabstop=2 shiftwidth=2: 35 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698