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

Side by Side Diff: chrome/chrome.gyp

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload before submit. Created 9 years, 8 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/test_profile_sync_service.cc ('k') | chrome/chrome_browser.gypi » ('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) 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'browser/sync/engine/store_timestamps_command.cc', 527 'browser/sync/engine/store_timestamps_command.cc',
528 'browser/sync/engine/store_timestamps_command.h', 528 'browser/sync/engine/store_timestamps_command.h',
529 'browser/sync/engine/syncer.cc', 529 'browser/sync/engine/syncer.cc',
530 'browser/sync/engine/syncer.h', 530 'browser/sync/engine/syncer.h',
531 'browser/sync/engine/syncer_command.cc', 531 'browser/sync/engine/syncer_command.cc',
532 'browser/sync/engine/syncer_command.h', 532 'browser/sync/engine/syncer_command.h',
533 'browser/sync/engine/syncer_end_command.cc', 533 'browser/sync/engine/syncer_end_command.cc',
534 'browser/sync/engine/syncer_end_command.h', 534 'browser/sync/engine/syncer_end_command.h',
535 'browser/sync/engine/syncer_proto_util.cc', 535 'browser/sync/engine/syncer_proto_util.cc',
536 'browser/sync/engine/syncer_proto_util.h', 536 'browser/sync/engine/syncer_proto_util.h',
537 'browser/sync/engine/syncer_thread_adapter.cc',
538 'browser/sync/engine/syncer_thread_adapter.h',
539 'browser/sync/engine/syncer_thread2.cc',
540 'browser/sync/engine/syncer_thread2.h',
541 'browser/sync/engine/syncer_thread.cc', 537 'browser/sync/engine/syncer_thread.cc',
542 'browser/sync/engine/syncer_thread.h', 538 'browser/sync/engine/syncer_thread.h',
543 'browser/sync/engine/syncer_types.h', 539 'browser/sync/engine/syncer_types.h',
544 'browser/sync/engine/syncer_util.cc', 540 'browser/sync/engine/syncer_util.cc',
545 'browser/sync/engine/syncer_util.h', 541 'browser/sync/engine/syncer_util.h',
546 'browser/sync/engine/syncproto.h', 542 'browser/sync/engine/syncproto.h',
547 'browser/sync/engine/update_applicator.cc', 543 'browser/sync/engine/update_applicator.cc',
548 'browser/sync/engine/update_applicator.h', 544 'browser/sync/engine/update_applicator.h',
549 'browser/sync/engine/verify_updates_command.cc', 545 'browser/sync/engine/verify_updates_command.cc',
550 'browser/sync/engine/verify_updates_command.h', 546 'browser/sync/engine/verify_updates_command.h',
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 }], # targets 1557 }], # targets
1562 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1558 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1563 ], # 'conditions' 1559 ], # 'conditions'
1564 } 1560 }
1565 1561
1566 # Local Variables: 1562 # Local Variables:
1567 # tab-width:2 1563 # tab-width:2
1568 # indent-tabs-mode:nil 1564 # indent-tabs-mode:nil
1569 # End: 1565 # End:
1570 # vim: set expandtab tabstop=2 shiftwidth=2: 1566 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698