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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 553153005: Move extensions APIPermissionSet tests to extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (api-permissions) cleanup Created 6 years, 3 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
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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/common/extension_l10n_util_unittest.cc', 536 '../extensions/common/extension_l10n_util_unittest.cc',
537 '../extensions/common/features/base_feature_provider_unittest.cc', 537 '../extensions/common/features/base_feature_provider_unittest.cc',
538 '../extensions/common/features/complex_feature_unittest.cc', 538 '../extensions/common/features/complex_feature_unittest.cc',
539 '../extensions/common/features/simple_feature_unittest.cc', 539 '../extensions/common/features/simple_feature_unittest.cc',
540 '../extensions/common/file_util_unittest.cc', 540 '../extensions/common/file_util_unittest.cc',
541 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc', 541 '../extensions/common/manifest_handlers/externally_connectable_unittest. cc',
542 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c', 542 '../extensions/common/manifest_handlers/file_handler_manifest_unittest.c c',
543 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc', 543 '../extensions/common/manifest_handlers/shared_module_manifest_unittest. cc',
544 '../extensions/common/permissions/api_permission_set_unittest.cc',
545 '../extensions/common/permissions/permissions_data_unittest.cc', 544 '../extensions/common/permissions/permissions_data_unittest.cc',
546 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 545 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
547 # dependency is needed to make commit bots run unit_tests on 546 # dependency is needed to make commit bots run unit_tests on
548 # histograms.xml changes. 547 # histograms.xml changes.
549 '../tools/metrics/histograms/histograms.xml', 548 '../tools/metrics/histograms/histograms.xml',
550 'app/chrome_dll.rc', 549 'app/chrome_dll.rc',
551 # All unittests in browser, common, renderer and service. 550 # All unittests in browser, common, renderer and service.
552 'browser/about_flags_unittest.cc', 551 'browser/about_flags_unittest.cc',
553 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc', 552 'browser/android/bookmarks/partner_bookmarks_shim_unittest.cc',
554 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc', 553 'browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc',
(...skipping 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 'dependencies': [ 2852 'dependencies': [
2854 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2853 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2855 ], 2854 ],
2856 }], 2855 }],
2857 ], 2856 ],
2858 }, 2857 },
2859 ], 2858 ],
2860 }], 2859 }],
2861 ], # 'conditions' 2860 ], # 'conditions'
2862 } 2861 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698