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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 428953003: Move LazyBackgroundTaskQueueTest into extensions_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (lazy-bg) rebase Created 6 years, 4 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/extensions_test.h » ('j') | extensions/extensions.gyp » ('J')
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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 '../extensions/browser/api/storage/settings_test_util.h', 550 '../extensions/browser/api/storage/settings_test_util.h',
551 '../extensions/browser/api/storage/storage_api_unittest.cc', 551 '../extensions/browser/api/storage/storage_api_unittest.cc',
552 '../extensions/browser/api/storage/storage_frontend_unittest.cc', 552 '../extensions/browser/api/storage/storage_frontend_unittest.cc',
553 '../extensions/browser/error_map_unittest.cc', 553 '../extensions/browser/error_map_unittest.cc',
554 '../extensions/browser/extension_error_test_util.cc', 554 '../extensions/browser/extension_error_test_util.cc',
555 '../extensions/browser/extension_error_test_util.h', 555 '../extensions/browser/extension_error_test_util.h',
556 '../extensions/browser/extension_icon_image_unittest.cc', 556 '../extensions/browser/extension_icon_image_unittest.cc',
557 '../extensions/browser/extension_protocols_unittest.cc', 557 '../extensions/browser/extension_protocols_unittest.cc',
558 '../extensions/browser/image_loader_unittest.cc', 558 '../extensions/browser/image_loader_unittest.cc',
559 '../extensions/browser/info_map_unittest.cc', 559 '../extensions/browser/info_map_unittest.cc',
560 '../extensions/browser/lazy_background_task_queue_unittest.cc',
561 '../extensions/common/extension_l10n_util_unittest.cc', 560 '../extensions/common/extension_l10n_util_unittest.cc',
562 '../extensions/common/extension_resource_unittest.cc', 561 '../extensions/common/extension_resource_unittest.cc',
563 '../extensions/common/extension_set_unittest.cc', 562 '../extensions/common/extension_set_unittest.cc',
564 '../extensions/common/features/base_feature_provider_unittest.cc', 563 '../extensions/common/features/base_feature_provider_unittest.cc',
565 '../extensions/common/features/complex_feature_unittest.cc', 564 '../extensions/common/features/complex_feature_unittest.cc',
566 '../extensions/common/features/simple_feature_unittest.cc', 565 '../extensions/common/features/simple_feature_unittest.cc',
567 '../extensions/common/file_util_unittest.cc', 566 '../extensions/common/file_util_unittest.cc',
568 '../extensions/common/manifest_handler_unittest.cc', 567 '../extensions/common/manifest_handler_unittest.cc',
569 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc', 568 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc',
570 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c', 569 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c',
(...skipping 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 'dependencies': [ 2892 'dependencies': [
2894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2895 ], 2894 ],
2896 }], 2895 }],
2897 ], 2896 ],
2898 }, 2897 },
2899 ], 2898 ],
2900 }], 2899 }],
2901 ], # 'conditions' 2900 ], # 'conditions'
2902 } 2901 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/extensions_test.h » ('j') | extensions/extensions.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698