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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 147533005: [Password Generation] Update UI to match final mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_password_generation_ui
Patch Set: Merge Created 6 years, 10 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'win_use_external_manifest': 1, 520 'win_use_external_manifest': 1,
521 }, 521 },
522 'sources': [ 522 'sources': [
523 '../apps/app_keep_alive_service_unittest.cc', 523 '../apps/app_keep_alive_service_unittest.cc',
524 '../apps/app_shim/app_shim_host_mac_unittest.cc', 524 '../apps/app_shim/app_shim_host_mac_unittest.cc',
525 '../apps/saved_files_service_unittest.cc', 525 '../apps/saved_files_service_unittest.cc',
526 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 526 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
527 '../apps/shell_window_geometry_cache_unittest.cc', 527 '../apps/shell_window_geometry_cache_unittest.cc',
528 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 528 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
529 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 529 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
530 '../components/autofill/content/renderer/test_password_generation_agent. cc',
531 '../components/autofill/content/renderer/test_password_generation_agent. h',
530 '../extensions/browser/admin_policy_unittest.cc', 532 '../extensions/browser/admin_policy_unittest.cc',
531 '../extensions/browser/error_map_unittest.cc', 533 '../extensions/browser/error_map_unittest.cc',
532 '../extensions/browser/event_listener_map_unittest.cc', 534 '../extensions/browser/event_listener_map_unittest.cc',
533 '../extensions/browser/event_router_unittest.cc', 535 '../extensions/browser/event_router_unittest.cc',
534 '../extensions/browser/extension_error_test_util.cc', 536 '../extensions/browser/extension_error_test_util.cc',
535 '../extensions/browser/extension_error_test_util.h', 537 '../extensions/browser/extension_error_test_util.h',
536 '../extensions/browser/extension_pref_value_map_unittest.cc', 538 '../extensions/browser/extension_pref_value_map_unittest.cc',
537 '../extensions/browser/extension_registry_unittest.cc', 539 '../extensions/browser/extension_registry_unittest.cc',
538 '../extensions/browser/file_highlighter_unittest.cc', 540 '../extensions/browser/file_highlighter_unittest.cc',
539 '../extensions/browser/file_reader_unittest.cc', 541 '../extensions/browser/file_reader_unittest.cc',
(...skipping 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 'browser/ui/app_list/test/fake_profile_store.h', 2906 'browser/ui/app_list/test/fake_profile_store.h',
2905 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2907 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2906 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2908 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2907 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2909 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2908 ], 2910 ],
2909 }, 2911 },
2910 ], 2912 ],
2911 }], 2913 }],
2912 ], # 'conditions' 2914 ], # 'conditions'
2913 } 2915 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698