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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 296773002: Add a Key class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', 725 'browser/chromeos/imageburner/burn_device_handler_unittest.cc',
726 'browser/chromeos/imageburner/burn_manager_unittest.cc', 726 'browser/chromeos/imageburner/burn_manager_unittest.cc',
727 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', 727 'browser/chromeos/input_method/browser_state_monitor_unittest.cc',
728 'browser/chromeos/input_method/input_method_configuration_unittest.cc', 728 'browser/chromeos/input_method/input_method_configuration_unittest.cc',
729 'browser/chromeos/input_method/input_method_engine_unittest.cc', 729 'browser/chromeos/input_method/input_method_engine_unittest.cc',
730 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', 730 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc',
731 'browser/chromeos/input_method/input_method_persistence_unittest.cc', 731 'browser/chromeos/input_method/input_method_persistence_unittest.cc',
732 'browser/chromeos/input_method/input_method_util_unittest.cc', 732 'browser/chromeos/input_method/input_method_util_unittest.cc',
733 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', 733 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc',
734 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', 734 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc',
735 'browser/chromeos/login/auth/key_unittest.cc',
735 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc', 736 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc',
736 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h', 737 'browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h',
737 'browser/chromeos/login/auth/online_attempt_unittest.cc', 738 'browser/chromeos/login/auth/online_attempt_unittest.cc',
738 'browser/chromeos/login/auth/parallel_authenticator_unittest.cc', 739 'browser/chromeos/login/auth/parallel_authenticator_unittest.cc',
739 'browser/chromeos/login/existing_user_controller_auto_login_unittest.cc' , 740 'browser/chromeos/login/existing_user_controller_auto_login_unittest.cc' ,
740 'browser/chromeos/login/hwid_checker_unittest.cc', 741 'browser/chromeos/login/hwid_checker_unittest.cc',
741 'browser/chromeos/login/managed/supervised_user_authentication_unittest. cc', 742 'browser/chromeos/login/managed/supervised_user_authentication_unittest. cc',
742 'browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc', 743 'browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc',
743 'browser/chromeos/login/screens/screen_context_unittest.cc', 744 'browser/chromeos/login/screens/screen_context_unittest.cc',
744 'browser/chromeos/login/signin/merge_session_load_page_unittest.cc', 745 'browser/chromeos/login/signin/merge_session_load_page_unittest.cc',
(...skipping 2084 matching lines...) Expand 10 before | Expand all | Expand 10 after
2829 'unit_tests.isolate', 2830 'unit_tests.isolate',
2830 ], 2831 ],
2831 'sources': [ 2832 'sources': [
2832 'unit_tests.isolate', 2833 'unit_tests.isolate',
2833 ], 2834 ],
2834 }, 2835 },
2835 ], 2836 ],
2836 }], 2837 }],
2837 ], # 'conditions' 2838 ], # 'conditions'
2838 } 2839 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698