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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8065016: [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review 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
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 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 '../gpu/gpu.gyp:gpu_unittest_utils', 1054 '../gpu/gpu.gyp:gpu_unittest_utils',
1055 '../jingle/jingle.gyp:jingle_glue_test_util', 1055 '../jingle/jingle.gyp:jingle_glue_test_util',
1056 '../media/media.gyp:media_test_support', 1056 '../media/media.gyp:media_test_support',
1057 '../net/net.gyp:net', 1057 '../net/net.gyp:net',
1058 '../net/net.gyp:net_test_support', 1058 '../net/net.gyp:net_test_support',
1059 '../testing/gmock.gyp:gmock', 1059 '../testing/gmock.gyp:gmock',
1060 '../testing/gtest.gyp:gtest', 1060 '../testing/gtest.gyp:gtest',
1061 'test_support_common', 1061 'test_support_common',
1062 'test_support_sync', 1062 'test_support_sync',
1063 'test_support_syncapi', 1063 'test_support_syncapi',
1064 'test_support_syncapi_service',
1064 'test_support_unit', 1065 'test_support_unit',
1065 # 3) anything tests directly depend on 1066 # 3) anything tests directly depend on
1066 '../skia/skia.gyp:skia', 1067 '../skia/skia.gyp:skia',
1067 '../third_party/bzip2/bzip2.gyp:bzip2', 1068 '../third_party/bzip2/bzip2.gyp:bzip2',
1068 '../third_party/cld/cld.gyp:cld', 1069 '../third_party/cld/cld.gyp:cld',
1069 '../third_party/icu/icu.gyp:icui18n', 1070 '../third_party/icu/icu.gyp:icui18n',
1070 '../third_party/icu/icu.gyp:icuuc', 1071 '../third_party/icu/icu.gyp:icuuc',
1071 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1072 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1072 '../third_party/libjingle/libjingle.gyp:libjingle', 1073 '../third_party/libjingle/libjingle.gyp:libjingle',
1073 '../third_party/libxml/libxml.gyp:libxml', 1074 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 'browser/sync/glue/change_processor_mock.h', 1499 'browser/sync/glue/change_processor_mock.h',
1499 'browser/sync/glue/data_type_controller_mock.cc', 1500 'browser/sync/glue/data_type_controller_mock.cc',
1500 'browser/sync/glue/data_type_controller_mock.h', 1501 'browser/sync/glue/data_type_controller_mock.h',
1501 'browser/sync/glue/data_type_manager_impl_unittest.cc', 1502 'browser/sync/glue/data_type_manager_impl_unittest.cc',
1502 'browser/sync/glue/data_type_manager_mock.cc', 1503 'browser/sync/glue/data_type_manager_mock.cc',
1503 'browser/sync/glue/data_type_manager_mock.h', 1504 'browser/sync/glue/data_type_manager_mock.h',
1504 'browser/sync/glue/extension_data_type_controller_unittest.cc', 1505 'browser/sync/glue/extension_data_type_controller_unittest.cc',
1505 'browser/sync/glue/frontend_data_type_controller_mock.cc', 1506 'browser/sync/glue/frontend_data_type_controller_mock.cc',
1506 'browser/sync/glue/frontend_data_type_controller_mock.h', 1507 'browser/sync/glue/frontend_data_type_controller_mock.h',
1507 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1508 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1509 'browser/sync/glue/generic_change_processor_mock.cc',
1510 'browser/sync/glue/generic_change_processor_mock.h',
1508 'browser/sync/glue/http_bridge_unittest.cc', 1511 'browser/sync/glue/http_bridge_unittest.cc',
1509 'browser/sync/glue/model_associator_mock.cc', 1512 'browser/sync/glue/model_associator_mock.cc',
1510 'browser/sync/glue/model_associator_mock.h', 1513 'browser/sync/glue/model_associator_mock.h',
1514 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc',
1515 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h',
1516 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc',
1511 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1517 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1512 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1518 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1513 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1519 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1514 'browser/sync/glue/preference_data_type_controller_unittest.cc', 1520 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1515 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1521 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1516 'browser/sync/glue/session_model_associator_unittest.cc', 1522 'browser/sync/glue/session_model_associator_unittest.cc',
1517 'browser/sync/glue/sync_backend_host_mock.cc', 1523 'browser/sync/glue/sync_backend_host_mock.cc',
1518 'browser/sync/glue/sync_backend_host_mock.h', 1524 'browser/sync/glue/sync_backend_host_mock.h',
1519 'browser/sync/glue/sync_backend_host_unittest.cc', 1525 'browser/sync/glue/sync_backend_host_unittest.cc',
1520 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1526 'browser/sync/glue/sync_backend_registrar_unittest.cc',
(...skipping 2460 matching lines...) Expand 10 before | Expand all | Expand 10 after
3981 # Use outputs of this action as inputs for the main target build. 3987 # Use outputs of this action as inputs for the main target build.
3982 # Seems as a misnomer but makes this happy on Linux (scons). 3988 # Seems as a misnomer but makes this happy on Linux (scons).
3983 'process_outputs_as_sources': 1, 3989 'process_outputs_as_sources': 1,
3984 }, 3990 },
3985 ], # 'actions' 3991 ], # 'actions'
3986 }, 3992 },
3987 ] 3993 ]
3988 }], # 'coverage!=0' 3994 }], # 'coverage!=0'
3989 ], # 'conditions' 3995 ], # 'conditions'
3990 } 3996 }
OLDNEW
« chrome/browser/sync/glue/generic_change_processor.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698