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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 102103005: Move c/c/e/extension_set to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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
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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 '../extensions/browser/file_highlighter_unittest.cc', 529 '../extensions/browser/file_highlighter_unittest.cc',
530 '../extensions/browser/file_reader_unittest.cc', 530 '../extensions/browser/file_reader_unittest.cc',
531 '../extensions/browser/info_map_unittest.cc', 531 '../extensions/browser/info_map_unittest.cc',
532 '../extensions/browser/lazy_background_task_queue_unittest.cc', 532 '../extensions/browser/lazy_background_task_queue_unittest.cc',
533 '../extensions/browser/management_policy_unittest.cc', 533 '../extensions/browser/management_policy_unittest.cc',
534 '../extensions/browser/process_map_unittest.cc', 534 '../extensions/browser/process_map_unittest.cc',
535 '../extensions/browser/quota_service_unittest.cc', 535 '../extensions/browser/quota_service_unittest.cc',
536 '../extensions/common/csp_validator_unittest.cc', 536 '../extensions/common/csp_validator_unittest.cc',
537 '../extensions/common/event_filter_unittest.cc', 537 '../extensions/common/event_filter_unittest.cc',
538 '../extensions/common/extension_resource_unittest.cc', 538 '../extensions/common/extension_resource_unittest.cc',
539 '../extensions/common/extension_set_unittest.cc',
539 '../extensions/common/file_util_unittest.cc', 540 '../extensions/common/file_util_unittest.cc',
540 '../extensions/common/id_util_unittest.cc', 541 '../extensions/common/id_util_unittest.cc',
541 '../extensions/common/manifest_handler_unittest.cc', 542 '../extensions/common/manifest_handler_unittest.cc',
542 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc', 543 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc',
543 '../extensions/common/matcher/regex_set_matcher_unittest.cc', 544 '../extensions/common/matcher/regex_set_matcher_unittest.cc',
544 '../extensions/common/matcher/string_pattern_unittest.cc', 545 '../extensions/common/matcher/string_pattern_unittest.cc',
545 '../extensions/common/matcher/substring_set_matcher_unittest.cc', 546 '../extensions/common/matcher/substring_set_matcher_unittest.cc',
546 '../extensions/common/matcher/url_matcher_factory_unittest.cc', 547 '../extensions/common/matcher/url_matcher_factory_unittest.cc',
547 '../extensions/common/matcher/url_matcher_unittest.cc', 548 '../extensions/common/matcher/url_matcher_unittest.cc',
548 '../extensions/common/one_shot_event_unittest.cc', 549 '../extensions/common/one_shot_event_unittest.cc',
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1800 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc', 1801 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc',
1801 'common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc' , 1802 'common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc' ,
1802 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', 1803 'common/extensions/api/i18n/default_locale_manifest_unittest.cc',
1803 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', 1804 'common/extensions/api/identity/extension_manifests_auth_unittest.cc',
1804 'common/extensions/api/sockets/sockets_manifest_permission_unittest.cc', 1805 'common/extensions/api/sockets/sockets_manifest_permission_unittest.cc',
1805 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc', 1806 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc',
1806 'common/extensions/command_unittest.cc', 1807 'common/extensions/command_unittest.cc',
1807 'common/extensions/extension_file_util_unittest.cc', 1808 'common/extensions/extension_file_util_unittest.cc',
1808 'common/extensions/extension_icon_set_unittest.cc', 1809 'common/extensions/extension_icon_set_unittest.cc',
1809 'common/extensions/extension_l10n_util_unittest.cc', 1810 'common/extensions/extension_l10n_util_unittest.cc',
1810 'common/extensions/extension_set_unittest.cc',
1811 'common/extensions/extension_unittest.cc', 1811 'common/extensions/extension_unittest.cc',
1812 'common/extensions/feature_switch_unittest.cc', 1812 'common/extensions/feature_switch_unittest.cc',
1813 'common/extensions/features/base_feature_provider_unittest.cc', 1813 'common/extensions/features/base_feature_provider_unittest.cc',
1814 'common/extensions/features/complex_feature_unittest.cc', 1814 'common/extensions/features/complex_feature_unittest.cc',
1815 'common/extensions/features/simple_feature_unittest.cc', 1815 'common/extensions/features/simple_feature_unittest.cc',
1816 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c', 1816 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c',
1817 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c', 1817 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c',
1818 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' , 1818 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' ,
1819 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc', 1819 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc',
1820 'common/extensions/manifest_tests/extension_manifest_test.cc', 1820 'common/extensions/manifest_tests/extension_manifest_test.cc',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2932 'browser/ui/app_list/test/fake_profile_store.cc', 2932 'browser/ui/app_list/test/fake_profile_store.cc',
2933 'browser/ui/app_list/test/fake_profile_store.h', 2933 'browser/ui/app_list/test/fake_profile_store.h',
2934 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2934 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2935 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2935 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2936 ], 2936 ],
2937 }, 2937 },
2938 ], 2938 ],
2939 }], 2939 }],
2940 ], # 'conditions' 2940 ], # 'conditions'
2941 } 2941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698