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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 361523002: Fix some more problems with windows paths in content verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | extensions/browser/computed_hashes.cc » ('j') | 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 # http://crbug.com/348066. They are duplicated here because we haven't 533 # http://crbug.com/348066. They are duplicated here because we haven't
534 # extensions_unittests running in the bots yet. Until that happens, 534 # extensions_unittests running in the bots yet. Until that happens,
535 # they should be kept here. 535 # they should be kept here.
536 '../extensions/browser/admin_policy_unittest.cc', 536 '../extensions/browser/admin_policy_unittest.cc',
537 '../extensions/browser/api/api_resource_manager_unittest.cc', 537 '../extensions/browser/api/api_resource_manager_unittest.cc',
538 '../extensions/browser/api/storage/settings_quota_unittest.cc', 538 '../extensions/browser/api/storage/settings_quota_unittest.cc',
539 '../extensions/browser/api/storage/settings_test_util.cc', 539 '../extensions/browser/api/storage/settings_test_util.cc',
540 '../extensions/browser/api/storage/settings_test_util.h', 540 '../extensions/browser/api/storage/settings_test_util.h',
541 '../extensions/browser/api/storage/storage_api_unittest.cc', 541 '../extensions/browser/api/storage/storage_api_unittest.cc',
542 '../extensions/browser/api/storage/storage_frontend_unittest.cc', 542 '../extensions/browser/api/storage/storage_frontend_unittest.cc',
543 '../extensions/browser/computed_hashes_unittest.cc',
543 '../extensions/browser/content_hash_tree_unittest.cc', 544 '../extensions/browser/content_hash_tree_unittest.cc',
544 '../extensions/browser/error_map_unittest.cc', 545 '../extensions/browser/error_map_unittest.cc',
545 '../extensions/browser/event_listener_map_unittest.cc', 546 '../extensions/browser/event_listener_map_unittest.cc',
546 '../extensions/browser/event_router_unittest.cc', 547 '../extensions/browser/event_router_unittest.cc',
547 '../extensions/browser/extension_error_test_util.cc', 548 '../extensions/browser/extension_error_test_util.cc',
548 '../extensions/browser/extension_error_test_util.h', 549 '../extensions/browser/extension_error_test_util.h',
549 '../extensions/browser/extension_icon_image_unittest.cc', 550 '../extensions/browser/extension_icon_image_unittest.cc',
550 '../extensions/browser/extension_pref_value_map_unittest.cc', 551 '../extensions/browser/extension_pref_value_map_unittest.cc',
551 '../extensions/browser/extension_protocols_unittest.cc', 552 '../extensions/browser/extension_protocols_unittest.cc',
552 '../extensions/browser/extension_registry_unittest.cc', 553 '../extensions/browser/extension_registry_unittest.cc',
(...skipping 2337 matching lines...) Expand 10 before | Expand all | Expand 10 after
2890 'unit_tests.isolate', 2891 'unit_tests.isolate',
2891 ], 2892 ],
2892 'sources': [ 2893 'sources': [
2893 'unit_tests.isolate', 2894 'unit_tests.isolate',
2894 ], 2895 ],
2895 }, 2896 },
2896 ], 2897 ],
2897 }], 2898 }],
2898 ], # 'conditions' 2899 ], # 'conditions'
2899 } 2900 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/computed_hashes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698