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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9305001: sync: Remove the remaining conflict sets code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional comments 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3521 matching lines...) Expand 10 before | Expand all | Expand 10 after
3532 { 3532 {
3533 'target_name': 'sync_unit_tests', 3533 'target_name': 'sync_unit_tests',
3534 'type': 'executable', 3534 'type': 'executable',
3535 'sources': [ 3535 'sources': [
3536 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', 3536 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc',
3537 'app/breakpad_mac_stubs.mm', 3537 'app/breakpad_mac_stubs.mm',
3538 'browser/sync/api/sync_change_unittest.cc', 3538 'browser/sync/api/sync_change_unittest.cc',
3539 'browser/sync/api/sync_error_unittest.cc', 3539 'browser/sync/api/sync_error_unittest.cc',
3540 'browser/sync/engine/apply_updates_command_unittest.cc', 3540 'browser/sync/engine/apply_updates_command_unittest.cc',
3541 'browser/sync/engine/build_commit_command_unittest.cc', 3541 'browser/sync/engine/build_commit_command_unittest.cc',
3542 'browser/sync/engine/build_and_process_conflict_sets_command_unittest.cc ',
3543 'browser/sync/engine/clear_data_command_unittest.cc', 3542 'browser/sync/engine/clear_data_command_unittest.cc',
3544 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', 3543 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc',
3545 'browser/sync/engine/download_updates_command_unittest.cc', 3544 'browser/sync/engine/download_updates_command_unittest.cc',
3546 'browser/sync/engine/model_changing_syncer_command_unittest.cc', 3545 'browser/sync/engine/model_changing_syncer_command_unittest.cc',
3547 'browser/sync/engine/model_safe_worker_unittest.cc', 3546 'browser/sync/engine/model_safe_worker_unittest.cc',
3548 'browser/sync/engine/nigori_util_unittest.cc', 3547 'browser/sync/engine/nigori_util_unittest.cc',
3549 'browser/sync/engine/process_commit_response_command_unittest.cc', 3548 'browser/sync/engine/process_commit_response_command_unittest.cc',
3550 'browser/sync/engine/process_updates_command_unittest.cc', 3549 'browser/sync/engine/process_updates_command_unittest.cc',
3551 'browser/sync/engine/resolve_conflicts_command_unittest.cc', 3550 'browser/sync/engine/resolve_conflicts_command_unittest.cc',
3552 'browser/sync/engine/syncer_proto_util_unittest.cc', 3551 'browser/sync/engine/syncer_proto_util_unittest.cc',
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
4635 # Use outputs of this action as inputs for the main target build. 4634 # Use outputs of this action as inputs for the main target build.
4636 # Seems as a misnomer but makes this happy on Linux (scons). 4635 # Seems as a misnomer but makes this happy on Linux (scons).
4637 'process_outputs_as_sources': 1, 4636 'process_outputs_as_sources': 1,
4638 }, 4637 },
4639 ], # 'actions' 4638 ], # 'actions'
4640 }, 4639 },
4641 ] 4640 ]
4642 }], # 'coverage!=0' 4641 }], # 'coverage!=0'
4643 ], # 'conditions' 4642 ], # 'conditions'
4644 } 4643 }
OLDNEW
« chrome/browser/sync/sessions/session_state.h ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698