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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 65123002: Move chrome/common/extensions/background_info.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase2 background_info Created 7 years, 1 month 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/chrome_common.gypi ('k') | chrome/common/chrome_switches.h » ('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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 520 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
521 '../apps/shell_window_geometry_cache_unittest.cc', 521 '../apps/shell_window_geometry_cache_unittest.cc',
522 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 522 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
523 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 523 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
524 '../extensions/browser/admin_policy_unittest.cc', 524 '../extensions/browser/admin_policy_unittest.cc',
525 '../extensions/browser/file_highlighter_unittest.cc', 525 '../extensions/browser/file_highlighter_unittest.cc',
526 '../extensions/browser/file_reader_unittest.cc', 526 '../extensions/browser/file_reader_unittest.cc',
527 '../extensions/browser/lazy_background_task_queue_unittest.cc', 527 '../extensions/browser/lazy_background_task_queue_unittest.cc',
528 '../extensions/common/event_filter_unittest.cc', 528 '../extensions/common/event_filter_unittest.cc',
529 '../extensions/common/extension_resource_unittest.cc', 529 '../extensions/common/extension_resource_unittest.cc',
530 '../extensions/common/file_util_unittest.cc',
530 '../extensions/common/id_util_unittest.cc', 531 '../extensions/common/id_util_unittest.cc',
531 '../extensions/common/manifest_handler_unittest.cc', 532 '../extensions/common/manifest_handler_unittest.cc',
532 '../extensions/common/matcher/regex_set_matcher_unittest.cc', 533 '../extensions/common/matcher/regex_set_matcher_unittest.cc',
533 '../extensions/common/matcher/string_pattern_unittest.cc', 534 '../extensions/common/matcher/string_pattern_unittest.cc',
534 '../extensions/common/matcher/substring_set_matcher_unittest.cc', 535 '../extensions/common/matcher/substring_set_matcher_unittest.cc',
535 '../extensions/common/matcher/url_matcher_factory_unittest.cc', 536 '../extensions/common/matcher/url_matcher_factory_unittest.cc',
536 '../extensions/common/matcher/url_matcher_unittest.cc', 537 '../extensions/common/matcher/url_matcher_unittest.cc',
537 '../extensions/common/one_shot_event_unittest.cc', 538 '../extensions/common/one_shot_event_unittest.cc',
538 '../extensions/common/permissions/api_permission_set_unittest.cc', 539 '../extensions/common/permissions/api_permission_set_unittest.cc',
539 '../extensions/common/url_pattern_set_unittest.cc', 540 '../extensions/common/url_pattern_set_unittest.cc',
(...skipping 2387 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 'browser/ui/app_list/test/fake_profile.h', 2928 'browser/ui/app_list/test/fake_profile.h',
2928 'browser/ui/app_list/test/fake_profile_store.cc', 2929 'browser/ui/app_list/test/fake_profile_store.cc',
2929 'browser/ui/app_list/test/fake_profile_store.h', 2930 'browser/ui/app_list/test/fake_profile_store.h',
2930 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2931 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2931 ], 2932 ],
2932 }, 2933 },
2933 ], 2934 ],
2934 }], 2935 }],
2935 ], # 'conditions' 2936 ], # 'conditions'
2936 } 2937 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698