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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 471333003: Make sure avatar menu does not use account_id for display purposes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add description to fake 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 | 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'browser/profile_resetter/profile_resetter_test_base.cc', 100 'browser/profile_resetter/profile_resetter_test_base.cc',
101 'browser/profile_resetter/profile_resetter_test_base.h', 101 'browser/profile_resetter/profile_resetter_test_base.h',
102 'browser/search_engines/template_url_service_factory_test_util.cc', 102 'browser/search_engines/template_url_service_factory_test_util.cc',
103 'browser/search_engines/template_url_service_factory_test_util.h', 103 'browser/search_engines/template_url_service_factory_test_util.h',
104 'browser/search_engines/template_url_service_test_util.cc', 104 'browser/search_engines/template_url_service_test_util.cc',
105 'browser/search_engines/template_url_service_test_util.h', 105 'browser/search_engines/template_url_service_test_util.h',
106 'browser/sessions/session_service_test_helper.cc', 106 'browser/sessions/session_service_test_helper.cc',
107 'browser/sessions/session_service_test_helper.h', 107 'browser/sessions/session_service_test_helper.h',
108 'browser/signin/fake_account_reconcilor.cc', 108 'browser/signin/fake_account_reconcilor.cc',
109 'browser/signin/fake_account_reconcilor.h', 109 'browser/signin/fake_account_reconcilor.h',
110 'browser/signin/fake_account_tracker_service.cc',
111 'browser/signin/fake_account_tracker_service.h',
110 'browser/signin/fake_profile_oauth2_token_service.cc', 112 'browser/signin/fake_profile_oauth2_token_service.cc',
111 'browser/signin/fake_profile_oauth2_token_service.h', 113 'browser/signin/fake_profile_oauth2_token_service.h',
112 'browser/signin/fake_profile_oauth2_token_service_builder.cc', 114 'browser/signin/fake_profile_oauth2_token_service_builder.cc',
113 'browser/signin/fake_profile_oauth2_token_service_builder.h', 115 'browser/signin/fake_profile_oauth2_token_service_builder.h',
114 'browser/signin/fake_signin_manager.cc', 116 'browser/signin/fake_signin_manager.cc',
115 'browser/signin/fake_signin_manager.h', 117 'browser/signin/fake_signin_manager.h',
116 'browser/ssl/ssl_client_auth_requestor_mock.cc', 118 'browser/ssl/ssl_client_auth_requestor_mock.cc',
117 'browser/ssl/ssl_client_auth_requestor_mock.h', 119 'browser/ssl/ssl_client_auth_requestor_mock.h',
118 'browser/sync/glue/local_device_info_provider_mock.cc', 120 'browser/sync/glue/local_device_info_provider_mock.cc',
119 'browser/sync/glue/local_device_info_provider_mock.h', 121 'browser/sync/glue/local_device_info_provider_mock.h',
(...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 'dependencies': [ 2871 'dependencies': [
2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2871 ], 2873 ],
2872 }], 2874 }],
2873 ], 2875 ],
2874 }, 2876 },
2875 ], 2877 ],
2876 }], 2878 }],
2877 ], # 'conditions' 2879 ], # 'conditions'
2878 } 2880 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | components/signin/core/browser/account_tracker_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698