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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9583036: Revert 124817 - Take extensions out of Profile into a profile-keyed service, ExtensionSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'browser/chromeos/login/mock_login_status_consumer.h', 126 'browser/chromeos/login/mock_login_status_consumer.h',
127 'browser/chromeos/login/mock_signed_settings_helper.cc', 127 'browser/chromeos/login/mock_signed_settings_helper.cc',
128 'browser/chromeos/login/mock_signed_settings_helper.h', 128 'browser/chromeos/login/mock_signed_settings_helper.h',
129 # The only thing used from browser is Browser::Type. 129 # The only thing used from browser is Browser::Type.
130 'browser/extensions/mock_extension_special_storage_policy.cc', 130 'browser/extensions/mock_extension_special_storage_policy.cc',
131 'browser/extensions/mock_extension_special_storage_policy.h', 131 'browser/extensions/mock_extension_special_storage_policy.h',
132 'browser/extensions/test_extension_prefs.cc', 132 'browser/extensions/test_extension_prefs.cc',
133 'browser/extensions/test_extension_prefs.h', 133 'browser/extensions/test_extension_prefs.h',
134 'browser/extensions/test_extension_service.cc', 134 'browser/extensions/test_extension_service.cc',
135 'browser/extensions/test_extension_service.h', 135 'browser/extensions/test_extension_service.h',
136 'browser/extensions/test_extension_system.cc',
137 'browser/extensions/test_extension_system.h',
138 'browser/mock_browsing_data_appcache_helper.cc', 136 'browser/mock_browsing_data_appcache_helper.cc',
139 'browser/mock_browsing_data_appcache_helper.h', 137 'browser/mock_browsing_data_appcache_helper.h',
140 'browser/mock_browsing_data_cookie_helper.cc', 138 'browser/mock_browsing_data_cookie_helper.cc',
141 'browser/mock_browsing_data_cookie_helper.h', 139 'browser/mock_browsing_data_cookie_helper.h',
142 'browser/mock_browsing_data_database_helper.cc', 140 'browser/mock_browsing_data_database_helper.cc',
143 'browser/mock_browsing_data_database_helper.h', 141 'browser/mock_browsing_data_database_helper.h',
144 'browser/mock_browsing_data_file_system_helper.cc', 142 'browser/mock_browsing_data_file_system_helper.cc',
145 'browser/mock_browsing_data_file_system_helper.h', 143 'browser/mock_browsing_data_file_system_helper.h',
146 'browser/mock_browsing_data_indexed_db_helper.cc', 144 'browser/mock_browsing_data_indexed_db_helper.cc',
147 'browser/mock_browsing_data_indexed_db_helper.h', 145 'browser/mock_browsing_data_indexed_db_helper.h',
(...skipping 4562 matching lines...) Expand 10 before | Expand all | Expand 10 after
4710 # Use outputs of this action as inputs for the main target build. 4708 # Use outputs of this action as inputs for the main target build.
4711 # Seems as a misnomer but makes this happy on Linux (scons). 4709 # Seems as a misnomer but makes this happy on Linux (scons).
4712 'process_outputs_as_sources': 1, 4710 'process_outputs_as_sources': 1,
4713 }, 4711 },
4714 ], # 'actions' 4712 ], # 'actions'
4715 }, 4713 },
4716 ] 4714 ]
4717 }], # 'coverage!=0' 4715 }], # 'coverage!=0'
4718 ], # 'conditions' 4716 ], # 'conditions'
4719 } 4717 }
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