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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10152003: sync: Make BaseNode lookup-related Init functions return specific failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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/webdata/autofill_profile_syncable_service_unittest.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) 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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1640 'browser/signin/ubertoken_fetcher_unittest.cc', 1640 'browser/signin/ubertoken_fetcher_unittest.cc',
1641 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc', 1641 'browser/speech/extension_api/tts_extension_api_controller_unittest.cc',
1642 'browser/speech/speech_recognition_bubble_controller_unittest.cc', 1642 'browser/speech/speech_recognition_bubble_controller_unittest.cc',
1643 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 1643 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
1644 'browser/spellchecker/spellcheck_profile_unittest.cc', 1644 'browser/spellchecker/spellcheck_profile_unittest.cc',
1645 'browser/status_icons/status_icon_unittest.cc', 1645 'browser/status_icons/status_icon_unittest.cc',
1646 'browser/status_icons/status_tray_unittest.cc', 1646 'browser/status_icons/status_tray_unittest.cc',
1647 'browser/sync/abstract_profile_sync_service_test.cc', 1647 'browser/sync/abstract_profile_sync_service_test.cc',
1648 'browser/sync/abstract_profile_sync_service_test.h', 1648 'browser/sync/abstract_profile_sync_service_test.h',
1649 'browser/sync/backend_migrator_unittest.cc', 1649 'browser/sync/backend_migrator_unittest.cc',
1650 'browser/sync/internal_api/read_node_mock.cc',
1651 'browser/sync/internal_api/read_node_mock.h',
1652 'browser/sync/glue/app_notification_data_type_controller_unittest.cc', 1650 'browser/sync/glue/app_notification_data_type_controller_unittest.cc',
1653 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1651 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1654 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1652 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1655 'browser/sync/glue/bridged_sync_notifier_unittest.cc', 1653 'browser/sync/glue/bridged_sync_notifier_unittest.cc',
1656 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 1654 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
1657 'browser/sync/glue/change_processor_mock.cc', 1655 'browser/sync/glue/change_processor_mock.cc',
1658 'browser/sync/glue/change_processor_mock.h', 1656 'browser/sync/glue/change_processor_mock.h',
1659 'browser/sync/glue/chrome_encryptor_unittest.cc', 1657 'browser/sync/glue/chrome_encryptor_unittest.cc',
1660 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc', 1658 'browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc',
1661 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc', 1659 'browser/sync/glue/chrome_sync_notification_bridge_unittest.cc',
(...skipping 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after
4705 # Use outputs of this action as inputs for the main target build. 4703 # Use outputs of this action as inputs for the main target build.
4706 # Seems as a misnomer but makes this happy on Linux (scons). 4704 # Seems as a misnomer but makes this happy on Linux (scons).
4707 'process_outputs_as_sources': 1, 4705 'process_outputs_as_sources': 1,
4708 }, 4706 },
4709 ], # 'actions' 4707 ], # 'actions'
4710 }, 4708 },
4711 ] 4709 ]
4712 }], # 'coverage!=0' 4710 }], # 'coverage!=0'
4713 ], # 'conditions' 4711 ], # 'conditions'
4714 } 4712 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698