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

Side by Side Diff: sync/sync.gyp

Issue 10235013: [Sync] Add support for automatic enabling of syncing tab favicons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert testserver for now Created 8 years, 7 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/protocol/proto_value_conversions.cc ('k') | sync/util/experiments.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'util/cryptographer.h', 150 'util/cryptographer.h',
151 151
152 # TODO(akalin): Figure out a better place to put 152 # TODO(akalin): Figure out a better place to put
153 # data_encryption_win*; it's also used by autofill. 153 # data_encryption_win*; it's also used by autofill.
154 'util/data_encryption_win.cc', 154 'util/data_encryption_win.cc',
155 'util/data_encryption_win.h', 155 'util/data_encryption_win.h',
156 156
157 'util/data_type_histogram.h', 157 'util/data_type_histogram.h',
158 'util/encryptor.h', 158 'util/encryptor.h',
159 'util/enum_set.h', 159 'util/enum_set.h',
160 'util/experiments.h',
160 'util/extensions_activity_monitor.cc', 161 'util/extensions_activity_monitor.cc',
161 'util/extensions_activity_monitor.h', 162 'util/extensions_activity_monitor.h',
162 'util/get_session_name.cc', 163 'util/get_session_name.cc',
163 'util/get_session_name.h', 164 'util/get_session_name.h',
164 'util/get_session_name_mac.mm', 165 'util/get_session_name_mac.mm',
165 'util/get_session_name_mac.h', 166 'util/get_session_name_mac.h',
166 'util/get_session_name_win.cc', 167 'util/get_session_name_win.cc',
167 'util/get_session_name_win.h', 168 'util/get_session_name_win.h',
168 'util/immutable.h', 169 'util/immutable.h',
169 'util/logging.cc', 170 'util/logging.cc',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 '../net/net.gyp:net_test_support', 626 '../net/net.gyp:net_test_support',
626 'sync', 627 'sync',
627 'sync_notifier', 628 'sync_notifier',
628 ], 629 ],
629 'sources': [ 630 'sources': [
630 'tools/sync_listen_notifications.cc', 631 'tools/sync_listen_notifications.cc',
631 ], 632 ],
632 }, 633 },
633 ], 634 ],
634 } 635 }
OLDNEW
« no previous file with comments | « sync/protocol/proto_value_conversions.cc ('k') | sync/util/experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698