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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 431023003: Remove deprecated extension notifications from ApiResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | extensions/browser/api/api_resource_manager.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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 '../apps/app_window_geometry_cache_unittest.cc', 534 '../apps/app_window_geometry_cache_unittest.cc',
535 '../apps/saved_files_service_unittest.cc', 535 '../apps/saved_files_service_unittest.cc',
536 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 536 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
537 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 537 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
538 '../components/autofill/content/renderer/test_password_generation_agent. cc', 538 '../components/autofill/content/renderer/test_password_generation_agent. cc',
539 '../components/autofill/content/renderer/test_password_generation_agent. h', 539 '../components/autofill/content/renderer/test_password_generation_agent. h',
540 # TODO(tfarina): Move these entries over to extensions_unittests target. 540 # TODO(tfarina): Move these entries over to extensions_unittests target.
541 # http://crbug.com/348066. They are duplicated here because we haven't 541 # http://crbug.com/348066. They are duplicated here because we haven't
542 # extensions_unittests running in the bots yet. Until that happens, 542 # extensions_unittests running in the bots yet. Until that happens,
543 # they should be kept here. 543 # they should be kept here.
544 '../extensions/browser/api/api_resource_manager_unittest.cc',
545 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', 544 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc',
546 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', 545 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc',
547 '../extensions/browser/api/power/power_api_unittest.cc', 546 '../extensions/browser/api/power/power_api_unittest.cc',
548 '../extensions/browser/api/storage/settings_quota_unittest.cc', 547 '../extensions/browser/api/storage/settings_quota_unittest.cc',
549 '../extensions/browser/api/storage/settings_test_util.cc', 548 '../extensions/browser/api/storage/settings_test_util.cc',
550 '../extensions/browser/api/storage/settings_test_util.h', 549 '../extensions/browser/api/storage/settings_test_util.h',
551 '../extensions/browser/api/storage/storage_api_unittest.cc', 550 '../extensions/browser/api/storage/storage_api_unittest.cc',
552 '../extensions/browser/api/storage/storage_frontend_unittest.cc', 551 '../extensions/browser/api/storage/storage_frontend_unittest.cc',
553 '../extensions/browser/error_map_unittest.cc', 552 '../extensions/browser/error_map_unittest.cc',
554 '../extensions/browser/extension_error_test_util.cc', 553 '../extensions/browser/extension_error_test_util.cc',
(...skipping 2338 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/api/api_resource_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698