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

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: Removed unused includes, added includes where missing 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 '../extensions/browser/file_highlighter_unittest.cc', 521 '../extensions/browser/file_highlighter_unittest.cc',
522 '../extensions/browser/file_reader_unittest.cc', 522 '../extensions/browser/file_reader_unittest.cc',
523 '../extensions/browser/info_map_unittest.cc', 523 '../extensions/browser/info_map_unittest.cc',
524 '../extensions/browser/lazy_background_task_queue_unittest.cc', 524 '../extensions/browser/lazy_background_task_queue_unittest.cc',
525 '../extensions/browser/management_policy_unittest.cc', 525 '../extensions/browser/management_policy_unittest.cc',
526 '../extensions/browser/process_map_unittest.cc', 526 '../extensions/browser/process_map_unittest.cc',
527 '../extensions/browser/quota_service_unittest.cc', 527 '../extensions/browser/quota_service_unittest.cc',
528 '../extensions/common/csp_validator_unittest.cc', 528 '../extensions/common/csp_validator_unittest.cc',
529 '../extensions/common/event_filter_unittest.cc', 529 '../extensions/common/event_filter_unittest.cc',
530 '../extensions/common/extension_resource_unittest.cc', 530 '../extensions/common/extension_resource_unittest.cc',
531 '../extensions/common/extension_set_unittest.cc',
531 '../extensions/common/file_util_unittest.cc', 532 '../extensions/common/file_util_unittest.cc',
532 '../extensions/common/id_util_unittest.cc', 533 '../extensions/common/id_util_unittest.cc',
533 '../extensions/common/manifest_handler_unittest.cc', 534 '../extensions/common/manifest_handler_unittest.cc',
534 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc', 535 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc',
535 '../extensions/common/matcher/regex_set_matcher_unittest.cc', 536 '../extensions/common/matcher/regex_set_matcher_unittest.cc',
536 '../extensions/common/matcher/string_pattern_unittest.cc', 537 '../extensions/common/matcher/string_pattern_unittest.cc',
537 '../extensions/common/matcher/substring_set_matcher_unittest.cc', 538 '../extensions/common/matcher/substring_set_matcher_unittest.cc',
538 '../extensions/common/matcher/url_matcher_factory_unittest.cc', 539 '../extensions/common/matcher/url_matcher_factory_unittest.cc',
539 '../extensions/common/matcher/url_matcher_unittest.cc', 540 '../extensions/common/matcher/url_matcher_unittest.cc',
540 '../extensions/common/one_shot_event_unittest.cc', 541 '../extensions/common/one_shot_event_unittest.cc',
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc', 1781 'common/extensions/api/file_browser_handlers/file_browser_handler_manife st_unittest.cc',
1781 'common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc' , 1782 'common/extensions/api/file_handlers/file_handlers_manifest_unittest.cc' ,
1782 'common/extensions/api/i18n/default_locale_manifest_unittest.cc', 1783 'common/extensions/api/i18n/default_locale_manifest_unittest.cc',
1783 'common/extensions/api/identity/extension_manifests_auth_unittest.cc', 1784 'common/extensions/api/identity/extension_manifests_auth_unittest.cc',
1784 'common/extensions/api/sockets/sockets_manifest_permission_unittest.cc', 1785 'common/extensions/api/sockets/sockets_manifest_permission_unittest.cc',
1785 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc', 1786 'common/extensions/api/storage/storage_schema_manifest_handler_unittest. cc',
1786 'common/extensions/command_unittest.cc', 1787 'common/extensions/command_unittest.cc',
1787 'common/extensions/extension_file_util_unittest.cc', 1788 'common/extensions/extension_file_util_unittest.cc',
1788 'common/extensions/extension_icon_set_unittest.cc', 1789 'common/extensions/extension_icon_set_unittest.cc',
1789 'common/extensions/extension_l10n_util_unittest.cc', 1790 'common/extensions/extension_l10n_util_unittest.cc',
1790 'common/extensions/extension_set_unittest.cc',
1791 'common/extensions/extension_unittest.cc', 1791 'common/extensions/extension_unittest.cc',
1792 'common/extensions/feature_switch_unittest.cc', 1792 'common/extensions/feature_switch_unittest.cc',
1793 'common/extensions/features/base_feature_provider_unittest.cc', 1793 'common/extensions/features/base_feature_provider_unittest.cc',
1794 'common/extensions/features/complex_feature_unittest.cc', 1794 'common/extensions/features/complex_feature_unittest.cc',
1795 'common/extensions/features/simple_feature_unittest.cc', 1795 'common/extensions/features/simple_feature_unittest.cc',
1796 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c', 1796 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c',
1797 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c', 1797 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c',
1798 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' , 1798 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' ,
1799 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc', 1799 'common/extensions/manifest_handlers/settings_overrides_handler_unittest .cc',
1800 'common/extensions/manifest_tests/extension_manifest_test.cc', 1800 'common/extensions/manifest_tests/extension_manifest_test.cc',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 'browser/ui/app_list/test/fake_profile_store.h', 2906 'browser/ui/app_list/test/fake_profile_store.h',
2907 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2907 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2908 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2908 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2909 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2909 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2910 ], 2910 ],
2911 }, 2911 },
2912 ], 2912 ],
2913 }], 2913 }],
2914 ], # 'conditions' 2914 ], # 'conditions'
2915 } 2915 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698