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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15657002: Mirror syncfs log to console and WebUI, with LogSeverity support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: expect -> assert fix Created 7 years, 6 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_file_system/sync_file_system_service.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 'browser/sync_file_system/drive/fake_api_util.h', 1226 'browser/sync_file_system/drive/fake_api_util.h',
1227 'browser/sync_file_system/drive/fake_api_util_unittest.cc', 1227 'browser/sync_file_system/drive/fake_api_util_unittest.cc',
1228 'browser/sync_file_system/drive_file_sync_service_mock_unittest.cc', 1228 'browser/sync_file_system/drive_file_sync_service_mock_unittest.cc',
1229 'browser/sync_file_system/drive_file_sync_service_sync_unittest.cc', 1229 'browser/sync_file_system/drive_file_sync_service_sync_unittest.cc',
1230 'browser/sync_file_system/drive_file_sync_service_unittest.cc', 1230 'browser/sync_file_system/drive_file_sync_service_unittest.cc',
1231 'browser/sync_file_system/drive_metadata_store_unittest.cc', 1231 'browser/sync_file_system/drive_metadata_store_unittest.cc',
1232 'browser/sync_file_system/fake_remote_change_processor.cc', 1232 'browser/sync_file_system/fake_remote_change_processor.cc',
1233 'browser/sync_file_system/fake_remote_change_processor.h', 1233 'browser/sync_file_system/fake_remote_change_processor.h',
1234 'browser/sync_file_system/local_file_sync_service_unittest.cc', 1234 'browser/sync_file_system/local_file_sync_service_unittest.cc',
1235 'browser/sync_file_system/local_sync_operation_resolver_unittest.cc', 1235 'browser/sync_file_system/local_sync_operation_resolver_unittest.cc',
1236 'browser/sync_file_system/logger_unittest.cc',
1236 'browser/sync_file_system/mock_local_change_processor.cc', 1237 'browser/sync_file_system/mock_local_change_processor.cc',
1237 'browser/sync_file_system/mock_local_change_processor.h', 1238 'browser/sync_file_system/mock_local_change_processor.h',
1238 'browser/sync_file_system/mock_remote_change_processor.cc', 1239 'browser/sync_file_system/mock_remote_change_processor.cc',
1239 'browser/sync_file_system/mock_remote_change_processor.h', 1240 'browser/sync_file_system/mock_remote_change_processor.h',
1240 'browser/sync_file_system/mock_remote_file_sync_service.cc', 1241 'browser/sync_file_system/mock_remote_file_sync_service.cc',
1241 'browser/sync_file_system/mock_remote_file_sync_service.h', 1242 'browser/sync_file_system/mock_remote_file_sync_service.h',
1242 'browser/sync_file_system/remote_sync_operation_resolver_unittest.cc', 1243 'browser/sync_file_system/remote_sync_operation_resolver_unittest.cc',
1243 'browser/sync_file_system/sync_file_system_service_unittest.cc', 1244 'browser/sync_file_system/sync_file_system_service_unittest.cc',
1244 'browser/sync_file_system/sync_file_system_test_util.cc', 1245 'browser/sync_file_system/sync_file_system_test_util.cc',
1245 'browser/sync_file_system/sync_file_system_test_util.h', 1246 'browser/sync_file_system/sync_file_system_test_util.h',
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
2534 # more details. 2535 # more details.
2535 'DebugInformationFormat': '3', 2536 'DebugInformationFormat': '3',
2536 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2537 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2537 }, 2538 },
2538 }, 2539 },
2539 }, 2540 },
2540 ], 2541 ],
2541 }], 2542 }],
2542 ], # 'conditions' 2543 ], # 'conditions'
2543 } 2544 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698