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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9307079: [Sync] Fix thread-ordering-dependent NULL dereference in NewNonFrontendDTC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head 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
« no previous file with comments | « chrome/browser/sync/test/integration/migration_errors_test.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 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h', 1712 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h',
1713 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc', 1713 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc',
1714 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1714 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1715 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1715 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1716 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1716 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1717 'browser/sync/glue/preference_data_type_controller_unittest.cc', 1717 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1718 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1718 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1719 'browser/sync/glue/session_model_associator_unittest.cc', 1719 'browser/sync/glue/session_model_associator_unittest.cc',
1720 'browser/sync/glue/shared_change_processor_mock.cc', 1720 'browser/sync/glue/shared_change_processor_mock.cc',
1721 'browser/sync/glue/shared_change_processor_mock.h', 1721 'browser/sync/glue/shared_change_processor_mock.h',
1722 'browser/sync/glue/shared_change_processor_unittest.cc',
1722 'browser/sync/glue/sync_backend_host_unittest.cc', 1723 'browser/sync/glue/sync_backend_host_unittest.cc',
1723 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1724 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1724 'browser/sync/glue/synced_session_tracker_unittest.cc', 1725 'browser/sync/glue/synced_session_tracker_unittest.cc',
1725 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1726 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1726 'browser/sync/glue/theme_util_unittest.cc', 1727 'browser/sync/glue/theme_util_unittest.cc',
1727 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1728 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1728 'browser/sync/glue/ui_model_worker_unittest.cc', 1729 'browser/sync/glue/ui_model_worker_unittest.cc',
1729 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1730 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1730 'browser/sync/profile_sync_components_factory_mock.cc', 1731 'browser/sync/profile_sync_components_factory_mock.cc',
1731 'browser/sync/profile_sync_components_factory_mock.h', 1732 'browser/sync/profile_sync_components_factory_mock.h',
(...skipping 2909 matching lines...) Expand 10 before | Expand all | Expand 10 after
4641 # Use outputs of this action as inputs for the main target build. 4642 # Use outputs of this action as inputs for the main target build.
4642 # Seems as a misnomer but makes this happy on Linux (scons). 4643 # Seems as a misnomer but makes this happy on Linux (scons).
4643 'process_outputs_as_sources': 1, 4644 'process_outputs_as_sources': 1,
4644 }, 4645 },
4645 ], # 'actions' 4646 ], # 'actions'
4646 }, 4647 },
4647 ] 4648 ]
4648 }], # 'coverage!=0' 4649 }], # 'coverage!=0'
4649 ], # 'conditions' 4650 ], # 'conditions'
4650 } 4651 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/migration_errors_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698