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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2865022: sync: add CleanupDisabledTypesCommand to purge data pertaining to previously... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/chrome.gyp ('k') | chrome/test/sync/engine/syncer_command_test.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 ], # conditions 1804 ], # conditions
1805 }, 1805 },
1806 { 1806 {
1807 'target_name': 'sync_unit_tests', 1807 'target_name': 'sync_unit_tests',
1808 'type': 'executable', 1808 'type': 'executable',
1809 'sources': [ 1809 'sources': [
1810 'app/breakpad_mac_stubs.mm', 1810 'app/breakpad_mac_stubs.mm',
1811 'browser/sync/engine/all_status_unittest.cc', 1811 'browser/sync/engine/all_status_unittest.cc',
1812 'browser/sync/engine/apply_updates_command_unittest.cc', 1812 'browser/sync/engine/apply_updates_command_unittest.cc',
1813 'browser/sync/engine/auth_watcher_unittest.cc', 1813 'browser/sync/engine/auth_watcher_unittest.cc',
1814 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc',
1814 'browser/sync/engine/download_updates_command_unittest.cc', 1815 'browser/sync/engine/download_updates_command_unittest.cc',
1815 'browser/sync/engine/mock_model_safe_workers.h', 1816 'browser/sync/engine/mock_model_safe_workers.h',
1816 'browser/sync/engine/process_commit_response_command_unittest.cc', 1817 'browser/sync/engine/process_commit_response_command_unittest.cc',
1817 'browser/sync/engine/syncapi_unittest.cc', 1818 'browser/sync/engine/syncapi_unittest.cc',
1818 'browser/sync/engine/syncer_proto_util_unittest.cc', 1819 'browser/sync/engine/syncer_proto_util_unittest.cc',
1819 'browser/sync/engine/syncer_thread_unittest.cc', 1820 'browser/sync/engine/syncer_thread_unittest.cc',
1820 'browser/sync/engine/syncer_unittest.cc', 1821 'browser/sync/engine/syncer_unittest.cc',
1821 'browser/sync/engine/syncproto_unittest.cc', 1822 'browser/sync/engine/syncproto_unittest.cc',
1822 'browser/sync/engine/verify_updates_command_unittest.cc', 1823 'browser/sync/engine/verify_updates_command_unittest.cc',
1823 'browser/sync/glue/change_processor_mock.h', 1824 'browser/sync/glue/change_processor_mock.h',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 ] 2518 ]
2518 }], # 'coverage!=0' 2519 }], # 'coverage!=0'
2519 ], # 'conditions' 2520 ], # 'conditions'
2520 } 2521 }
2521 2522
2522 # Local Variables: 2523 # Local Variables:
2523 # tab-width:2 2524 # tab-width:2
2524 # indent-tabs-mode:nil 2525 # indent-tabs-mode:nil
2525 # End: 2526 # End:
2526 # vim: set expandtab tabstop=2 shiftwidth=2: 2527 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/sync/engine/syncer_command_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698