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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 464883002: Credential Manager: Renderer-side implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback. 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 | Annotate | Revision Log
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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 }, 516 },
517 'sources': [ 517 'sources': [
518 '../apps/app_shim/app_shim_host_mac_unittest.cc', 518 '../apps/app_shim/app_shim_host_mac_unittest.cc',
519 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 519 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
520 '../apps/app_window_geometry_cache_unittest.cc', 520 '../apps/app_window_geometry_cache_unittest.cc',
521 '../apps/saved_files_service_unittest.cc', 521 '../apps/saved_files_service_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 '../components/autofill/content/renderer/test_password_generation_agent. cc', 524 '../components/autofill/content/renderer/test_password_generation_agent. cc',
525 '../components/autofill/content/renderer/test_password_generation_agent. h', 525 '../components/autofill/content/renderer/test_password_generation_agent. h',
526 '../components/password_manager/content/renderer/test_credential_manager _client.cc',
527 '../components/password_manager/content/renderer/test_credential_manager _client.h',
Ilya Sherman 2014/08/21 00:11:21 Hmm, why are these needed? It looks like all of t
Mike West 2014/08/21 10:20:46 These were added to support the TestCredentialMana
526 # TODO(tfarina): Move these entries over to extensions_unittests target. 528 # TODO(tfarina): Move these entries over to extensions_unittests target.
527 # http://crbug.com/348066. They are duplicated here because we haven't 529 # http://crbug.com/348066. They are duplicated here because we haven't
528 # extensions_unittests running in the bots yet. Until that happens, 530 # extensions_unittests running in the bots yet. Until that happens,
529 # they should be kept here. 531 # they should be kept here.
530 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', 532 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc',
531 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc', 533 '../extensions/browser/api/cast_channel/cast_socket_unittest.cc',
532 '../extensions/browser/api/cast_channel/logger_unittest.cc', 534 '../extensions/browser/api/cast_channel/logger_unittest.cc',
533 '../extensions/browser/api/power/power_api_unittest.cc', 535 '../extensions/browser/api/power/power_api_unittest.cc',
534 '../extensions/browser/api/storage/settings_quota_unittest.cc', 536 '../extensions/browser/api/storage/settings_quota_unittest.cc',
535 '../extensions/browser/api/storage/settings_test_util.cc', 537 '../extensions/browser/api/storage/settings_test_util.cc',
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after
2898 'dependencies': [ 2900 'dependencies': [
2899 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2901 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2900 ], 2902 ],
2901 }], 2903 }],
2902 ], 2904 ],
2903 }, 2905 },
2904 ], 2906 ],
2905 }], 2907 }],
2906 ], # 'conditions' 2908 ], # 'conditions'
2907 } 2909 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698