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

Side by Side Diff: chrome/chrome.gyp

Issue 9036003: Avoid useless SYNC_CYCLE_CONTINUATION sync cycle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/test/engine/fake_model_worker.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'browser/sync/engine/process_updates_command.cc', 401 'browser/sync/engine/process_updates_command.cc',
402 'browser/sync/engine/process_updates_command.h', 402 'browser/sync/engine/process_updates_command.h',
403 'browser/sync/engine/resolve_conflicts_command.cc', 403 'browser/sync/engine/resolve_conflicts_command.cc',
404 'browser/sync/engine/resolve_conflicts_command.h', 404 'browser/sync/engine/resolve_conflicts_command.h',
405 'browser/sync/engine/store_timestamps_command.cc', 405 'browser/sync/engine/store_timestamps_command.cc',
406 'browser/sync/engine/store_timestamps_command.h', 406 'browser/sync/engine/store_timestamps_command.h',
407 'browser/sync/engine/syncer.cc', 407 'browser/sync/engine/syncer.cc',
408 'browser/sync/engine/syncer.h', 408 'browser/sync/engine/syncer.h',
409 'browser/sync/engine/syncer_command.cc', 409 'browser/sync/engine/syncer_command.cc',
410 'browser/sync/engine/syncer_command.h', 410 'browser/sync/engine/syncer_command.h',
411 'browser/sync/engine/syncer_error.cc',
412 'browser/sync/engine/syncer_error.h',
411 'browser/sync/engine/syncer_proto_util.cc', 413 'browser/sync/engine/syncer_proto_util.cc',
412 'browser/sync/engine/syncer_proto_util.h', 414 'browser/sync/engine/syncer_proto_util.h',
413 'browser/sync/engine/sync_scheduler.cc', 415 'browser/sync/engine/sync_scheduler.cc',
414 'browser/sync/engine/sync_scheduler.h', 416 'browser/sync/engine/sync_scheduler.h',
415 'browser/sync/engine/syncer_types.cc', 417 'browser/sync/engine/syncer_types.cc',
416 'browser/sync/engine/syncer_types.h', 418 'browser/sync/engine/syncer_types.h',
417 'browser/sync/engine/syncer_util.cc', 419 'browser/sync/engine/syncer_util.cc',
418 'browser/sync/engine/syncer_util.h', 420 'browser/sync/engine/syncer_util.h',
419 'browser/sync/engine/syncproto.h', 421 'browser/sync/engine/syncproto.h',
420 'browser/sync/engine/update_applicator.cc', 422 'browser/sync/engine/update_applicator.cc',
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 'sources': [ 1326 'sources': [
1325 'browser/safe_browsing/signature_util.h', 1327 'browser/safe_browsing/signature_util.h',
1326 'browser/safe_browsing/signature_util_win.cc', 1328 'browser/safe_browsing/signature_util_win.cc',
1327 'tools/safe_browsing/sb_sigutil.cc', 1329 'tools/safe_browsing/sb_sigutil.cc',
1328 ], 1330 ],
1329 }, 1331 },
1330 ]}, # 'targets' 1332 ]}, # 'targets'
1331 ], # OS=="win" 1333 ], # OS=="win"
1332 ], # 'conditions' 1334 ], # 'conditions'
1333 } 1335 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/engine/fake_model_worker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698