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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 563313004: [Password Manager] Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent (clean-up). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unfriend PasswordAutofillAgentTest and RequestAutocompleteRendererTest from AutofillAgent. 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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 ['incremental_chrome_dll==1', { 515 ['incremental_chrome_dll==1', {
516 'UseLibraryDependencyInputs': "true", 516 'UseLibraryDependencyInputs': "true",
517 }], 517 }],
518 ], 518 ],
519 }, 519 },
520 }, 520 },
521 'sources': [ 521 'sources': [
522 '../apps/app_shim/app_shim_host_mac_unittest.cc', 522 '../apps/app_shim/app_shim_host_mac_unittest.cc',
523 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 523 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
524 '../apps/saved_files_service_unittest.cc', 524 '../apps/saved_files_service_unittest.cc',
525 '../components/autofill/content/renderer/test_autofill_agent.cc',
526 '../components/autofill/content/renderer/test_autofill_agent.h',
525 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 527 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
526 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 528 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
527 '../components/autofill/content/renderer/test_password_generation_agent. cc', 529 '../components/autofill/content/renderer/test_password_generation_agent. cc',
528 '../components/autofill/content/renderer/test_password_generation_agent. h', 530 '../components/autofill/content/renderer/test_password_generation_agent. h',
529 # TODO(tfarina): Move these entries over to extensions_unittests target. 531 # TODO(tfarina): Move these entries over to extensions_unittests target.
530 # http://crbug.com/348066. They are duplicated here because we haven't 532 # http://crbug.com/348066. They are duplicated here because we haven't
531 # extensions_unittests running in the bots yet. Until that happens, 533 # extensions_unittests running in the bots yet. Until that happens,
532 # they should be kept here. 534 # they should be kept here.
533 '../extensions/browser/api/bluetooth/bluetooth_event_router_unittest.cc' , 535 '../extensions/browser/api/bluetooth/bluetooth_event_router_unittest.cc' ,
534 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc', 536 '../extensions/browser/api/cast_channel/cast_channel_api_unittest.cc',
(...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'dependencies': [ 2868 'dependencies': [
2867 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2868 ], 2870 ],
2869 }], 2871 }],
2870 ], 2872 ],
2871 }, 2873 },
2872 ], 2874 ],
2873 }], 2875 }],
2874 ], # 'conditions' 2876 ], # 'conditions'
2875 } 2877 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698