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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8274020: Revert 105404 - [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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_browser.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 '../gpu/gpu.gyp:gpu_unittest_utils', 1073 '../gpu/gpu.gyp:gpu_unittest_utils',
1074 '../jingle/jingle.gyp:jingle_glue_test_util', 1074 '../jingle/jingle.gyp:jingle_glue_test_util',
1075 '../media/media.gyp:media_test_support', 1075 '../media/media.gyp:media_test_support',
1076 '../net/net.gyp:net', 1076 '../net/net.gyp:net',
1077 '../net/net.gyp:net_test_support', 1077 '../net/net.gyp:net_test_support',
1078 '../testing/gmock.gyp:gmock', 1078 '../testing/gmock.gyp:gmock',
1079 '../testing/gtest.gyp:gtest', 1079 '../testing/gtest.gyp:gtest',
1080 'test_support_common', 1080 'test_support_common',
1081 'test_support_sync', 1081 'test_support_sync',
1082 'test_support_syncapi', 1082 'test_support_syncapi',
1083 'test_support_syncapi_service',
1084 'test_support_unit', 1083 'test_support_unit',
1085 # 3) anything tests directly depend on 1084 # 3) anything tests directly depend on
1086 '../skia/skia.gyp:skia', 1085 '../skia/skia.gyp:skia',
1087 '../third_party/bzip2/bzip2.gyp:bzip2', 1086 '../third_party/bzip2/bzip2.gyp:bzip2',
1088 '../third_party/cld/cld.gyp:cld', 1087 '../third_party/cld/cld.gyp:cld',
1089 '../third_party/icu/icu.gyp:icui18n', 1088 '../third_party/icu/icu.gyp:icui18n',
1090 '../third_party/icu/icu.gyp:icuuc', 1089 '../third_party/icu/icu.gyp:icuuc',
1091 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1090 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1092 '../third_party/libjingle/libjingle.gyp:libjingle', 1091 '../third_party/libjingle/libjingle.gyp:libjingle',
1093 '../third_party/libxml/libxml.gyp:libxml', 1092 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 'browser/sync/glue/data_type_manager_impl_unittest.cc', 1530 'browser/sync/glue/data_type_manager_impl_unittest.cc',
1532 'browser/sync/glue/data_type_manager_mock.cc', 1531 'browser/sync/glue/data_type_manager_mock.cc',
1533 'browser/sync/glue/data_type_manager_mock.h', 1532 'browser/sync/glue/data_type_manager_mock.h',
1534 'browser/sync/glue/extension_data_type_controller_unittest.cc', 1533 'browser/sync/glue/extension_data_type_controller_unittest.cc',
1535 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1534 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1536 'browser/sync/glue/frontend_data_type_controller_mock.h', 1535 'browser/sync/glue/frontend_data_type_controller_mock.h',
1537 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1536 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1538 'browser/sync/glue/http_bridge_unittest.cc', 1537 'browser/sync/glue/http_bridge_unittest.cc',
1539 'browser/sync/glue/model_associator_mock.cc', 1538 'browser/sync/glue/model_associator_mock.cc',
1540 'browser/sync/glue/model_associator_mock.h', 1539 'browser/sync/glue/model_associator_mock.h',
1541 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc',
1542 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h',
1543 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc',
1544 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1540 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1545 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1541 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1546 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1542 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1547 'browser/sync/glue/preference_data_type_controller_unittest.cc', 1543 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1548 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1544 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1549 'browser/sync/glue/session_model_associator_unittest.cc', 1545 'browser/sync/glue/session_model_associator_unittest.cc',
1550 'browser/sync/glue/shared_change_processor_mock.cc',
1551 'browser/sync/glue/shared_change_processor_mock.h',
1552 'browser/sync/glue/sync_backend_host_mock.cc', 1546 'browser/sync/glue/sync_backend_host_mock.cc',
1553 'browser/sync/glue/sync_backend_host_mock.h', 1547 'browser/sync/glue/sync_backend_host_mock.h',
1554 'browser/sync/glue/sync_backend_host_unittest.cc', 1548 'browser/sync/glue/sync_backend_host_unittest.cc',
1555 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1549 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1556 'browser/sync/glue/synced_session_tracker_unittest.cc', 1550 'browser/sync/glue/synced_session_tracker_unittest.cc',
1557 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1551 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1558 'browser/sync/glue/theme_util_unittest.cc', 1552 'browser/sync/glue/theme_util_unittest.cc',
1559 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1553 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1560 'browser/sync/glue/ui_model_worker_unittest.cc', 1554 'browser/sync/glue/ui_model_worker_unittest.cc',
1561 'browser/sync/profile_sync_factory_impl_unittest.cc', 1555 'browser/sync/profile_sync_factory_impl_unittest.cc',
(...skipping 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
4065 # Use outputs of this action as inputs for the main target build. 4059 # Use outputs of this action as inputs for the main target build.
4066 # Seems as a misnomer but makes this happy on Linux (scons). 4060 # Seems as a misnomer but makes this happy on Linux (scons).
4067 'process_outputs_as_sources': 1, 4061 'process_outputs_as_sources': 1,
4068 }, 4062 },
4069 ], # 'actions' 4063 ], # 'actions'
4070 }, 4064 },
4071 ] 4065 ]
4072 }], # 'coverage!=0' 4066 }], # 'coverage!=0'
4073 ], # 'conditions' 4067 ], # 'conditions'
4074 } 4068 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698