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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9665007: Profile refactoring: Remove all PasswordStore code from the Profile interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to factory list Created 8 years, 9 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.gypi ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'browser/mock_browsing_data_file_system_helper.cc', 148 'browser/mock_browsing_data_file_system_helper.cc',
149 'browser/mock_browsing_data_file_system_helper.h', 149 'browser/mock_browsing_data_file_system_helper.h',
150 'browser/mock_browsing_data_indexed_db_helper.cc', 150 'browser/mock_browsing_data_indexed_db_helper.cc',
151 'browser/mock_browsing_data_indexed_db_helper.h', 151 'browser/mock_browsing_data_indexed_db_helper.h',
152 'browser/mock_browsing_data_local_storage_helper.cc', 152 'browser/mock_browsing_data_local_storage_helper.cc',
153 'browser/mock_browsing_data_local_storage_helper.h', 153 'browser/mock_browsing_data_local_storage_helper.h',
154 'browser/mock_browsing_data_quota_helper.cc', 154 'browser/mock_browsing_data_quota_helper.cc',
155 'browser/mock_browsing_data_quota_helper.h', 155 'browser/mock_browsing_data_quota_helper.h',
156 'browser/notifications/notification_test_util.cc', 156 'browser/notifications/notification_test_util.cc',
157 'browser/notifications/notification_test_util.h', 157 'browser/notifications/notification_test_util.h',
158 'browser/password_manager/mock_password_store.cc',
159 'browser/password_manager/mock_password_store.h',
158 'browser/policy/mock_cloud_policy_data_store.cc', 160 'browser/policy/mock_cloud_policy_data_store.cc',
159 'browser/policy/mock_cloud_policy_data_store.h', 161 'browser/policy/mock_cloud_policy_data_store.h',
160 'browser/prefs/pref_observer_mock.cc', 162 'browser/prefs/pref_observer_mock.cc',
161 'browser/prefs/pref_observer_mock.h', 163 'browser/prefs/pref_observer_mock.h',
162 'browser/prefs/pref_service_mock_builder.cc', 164 'browser/prefs/pref_service_mock_builder.cc',
163 'browser/prefs/pref_service_mock_builder.h', 165 'browser/prefs/pref_service_mock_builder.h',
164 'browser/prefs/testing_pref_store.cc', 166 'browser/prefs/testing_pref_store.cc',
165 'browser/prefs/testing_pref_store.h', 167 'browser/prefs/testing_pref_store.h',
166 'browser/protector/mock_protector_service.cc', 168 'browser/protector/mock_protector_service.cc',
167 'browser/protector/mock_protector_service.h', 169 'browser/protector/mock_protector_service.h',
(...skipping 4588 matching lines...) Expand 10 before | Expand all | Expand 10 after
4756 # Use outputs of this action as inputs for the main target build. 4758 # Use outputs of this action as inputs for the main target build.
4757 # Seems as a misnomer but makes this happy on Linux (scons). 4759 # Seems as a misnomer but makes this happy on Linux (scons).
4758 'process_outputs_as_sources': 1, 4760 'process_outputs_as_sources': 1,
4759 }, 4761 },
4760 ], # 'actions' 4762 ], # 'actions'
4761 }, 4763 },
4762 ] 4764 ]
4763 }], # 'coverage!=0' 4765 }], # 'coverage!=0'
4764 ], # 'conditions' 4766 ], # 'conditions'
4765 } 4767 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698