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

Side by Side Diff: chrome/chrome.gyp

Issue 9305001: sync: Remove the remaining conflict sets code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove failing assertion. Created 8 years, 10 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 '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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 }, 359 },
360 { 360 {
361 'target_name': 'sync', 361 'target_name': 'sync',
362 'type': 'static_library', 362 'type': 'static_library',
363 'variables': { 'enable_wexit_time_destructors': 1, }, 363 'variables': { 'enable_wexit_time_destructors': 1, },
364 'sources': [ 364 'sources': [
365 'browser/sync/engine/all_status.cc', 365 'browser/sync/engine/all_status.cc',
366 'browser/sync/engine/all_status.h', 366 'browser/sync/engine/all_status.h',
367 'browser/sync/engine/apply_updates_command.cc', 367 'browser/sync/engine/apply_updates_command.cc',
368 'browser/sync/engine/apply_updates_command.h', 368 'browser/sync/engine/apply_updates_command.h',
369 'browser/sync/engine/build_and_process_conflict_sets_command.cc',
370 'browser/sync/engine/build_and_process_conflict_sets_command.h',
371 'browser/sync/engine/build_commit_command.cc', 369 'browser/sync/engine/build_commit_command.cc',
372 'browser/sync/engine/build_commit_command.h', 370 'browser/sync/engine/build_commit_command.h',
373 'browser/sync/engine/cleanup_disabled_types_command.cc', 371 'browser/sync/engine/cleanup_disabled_types_command.cc',
374 'browser/sync/engine/cleanup_disabled_types_command.h', 372 'browser/sync/engine/cleanup_disabled_types_command.h',
375 'browser/sync/engine/clear_data_command.cc', 373 'browser/sync/engine/clear_data_command.cc',
376 'browser/sync/engine/clear_data_command.h', 374 'browser/sync/engine/clear_data_command.h',
377 'browser/sync/engine/conflict_resolver.cc', 375 'browser/sync/engine/conflict_resolver.cc',
378 'browser/sync/engine/conflict_resolver.h', 376 'browser/sync/engine/conflict_resolver.h',
379 'browser/sync/engine/download_updates_command.cc', 377 'browser/sync/engine/download_updates_command.cc',
380 'browser/sync/engine/download_updates_command.h', 378 'browser/sync/engine/download_updates_command.h',
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'sources': [ 1345 'sources': [
1348 'browser/safe_browsing/signature_util.h', 1346 'browser/safe_browsing/signature_util.h',
1349 'browser/safe_browsing/signature_util_win.cc', 1347 'browser/safe_browsing/signature_util_win.cc',
1350 'tools/safe_browsing/sb_sigutil.cc', 1348 'tools/safe_browsing/sb_sigutil.cc',
1351 ], 1349 ],
1352 }, 1350 },
1353 ]}, # 'targets' 1351 ]}, # 'targets'
1354 ], # OS=="win" 1352 ], # OS=="win"
1355 ], # 'conditions' 1353 ], # 'conditions'
1356 } 1354 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698