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

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: Self review 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
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'util/immutable.h', 168 'util/immutable.h',
169 'util/logging.cc', 169 'util/logging.cc',
170 'util/logging.h', 170 'util/logging.h',
171 'util/nigori.cc', 171 'util/nigori.cc',
172 'util/nigori.h', 172 'util/nigori.h',
173 'util/report_unrecoverable_error_function.h', 173 'util/report_unrecoverable_error_function.h',
174 'util/session_utils_android.cc', 174 'util/session_utils_android.cc',
175 'util/session_utils_android.h', 175 'util/session_utils_android.h',
176 'util/syncer_error.cc', 176 'util/syncer_error.cc',
177 'util/syncer_error.h', 177 'util/syncer_error.h',
178 'util/sync_experiments.h',
178 'util/time.cc', 179 'util/time.cc',
179 'util/time.h', 180 'util/time.h',
180 'util/unrecoverable_error_handler.h', 181 'util/unrecoverable_error_handler.h',
181 'util/unrecoverable_error_info.h', 182 'util/unrecoverable_error_info.h',
182 'util/unrecoverable_error_info.cc', 183 'util/unrecoverable_error_info.cc',
183 'util/weak_handle.cc', 184 'util/weak_handle.cc',
184 'util/weak_handle.h', 185 'util/weak_handle.h',
185 ], 186 ],
186 }, 187 },
187 188
(...skipping 437 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

Powered by Google App Engine
This is Rietveld 408576698