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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8305015: chromeos: Remove LoginLibrary code, which is no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 2 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') | 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'browser/autofill/autofill_common_test.cc', 79 'browser/autofill/autofill_common_test.cc',
80 'browser/autofill/autofill_common_test.h', 80 'browser/autofill/autofill_common_test.h',
81 'browser/autofill/data_driven_test.cc', 81 'browser/autofill/data_driven_test.cc',
82 'browser/autofill/data_driven_test.h', 82 'browser/autofill/data_driven_test.h',
83 'browser/automation/mock_tab_event_observer.cc', 83 'browser/automation/mock_tab_event_observer.cc',
84 'browser/automation/mock_tab_event_observer.h', 84 'browser/automation/mock_tab_event_observer.h',
85 'browser/chromeos/cros/mock_cryptohome_library.cc', 85 'browser/chromeos/cros/mock_cryptohome_library.cc',
86 'browser/chromeos/cros/mock_cryptohome_library.h', 86 'browser/chromeos/cros/mock_cryptohome_library.h',
87 'browser/chromeos/cros/mock_library_loader.cc', 87 'browser/chromeos/cros/mock_library_loader.cc',
88 'browser/chromeos/cros/mock_library_loader.h', 88 'browser/chromeos/cros/mock_library_loader.h',
89 'browser/chromeos/cros/mock_login_library.cc',
90 'browser/chromeos/cros/mock_login_library.h',
91 'browser/chromeos/cros/mock_network_library.cc', 89 'browser/chromeos/cros/mock_network_library.cc',
92 'browser/chromeos/cros/mock_network_library.h', 90 'browser/chromeos/cros/mock_network_library.h',
93 'browser/chromeos/dbus/mock_session_manager_client.cc', 91 'browser/chromeos/dbus/mock_session_manager_client.cc',
94 'browser/chromeos/dbus/mock_session_manager_client.h', 92 'browser/chromeos/dbus/mock_session_manager_client.h',
95 'browser/chromeos/login/mock_signed_settings_helper.cc', 93 'browser/chromeos/login/mock_signed_settings_helper.cc',
96 'browser/chromeos/login/mock_signed_settings_helper.h', 94 'browser/chromeos/login/mock_signed_settings_helper.h',
97 # The only thing used from browser is Browser::Type. 95 # The only thing used from browser is Browser::Type.
98 'browser/extensions/mock_extension_special_storage_policy.cc', 96 'browser/extensions/mock_extension_special_storage_policy.cc',
99 'browser/extensions/mock_extension_special_storage_policy.h', 97 'browser/extensions/mock_extension_special_storage_policy.h',
100 'browser/extensions/test_extension_prefs.cc', 98 'browser/extensions/test_extension_prefs.cc',
(...skipping 3986 matching lines...) Expand 10 before | Expand all | Expand 10 after
4087 # Use outputs of this action as inputs for the main target build. 4085 # Use outputs of this action as inputs for the main target build.
4088 # Seems as a misnomer but makes this happy on Linux (scons). 4086 # Seems as a misnomer but makes this happy on Linux (scons).
4089 'process_outputs_as_sources': 1, 4087 'process_outputs_as_sources': 1,
4090 }, 4088 },
4091 ], # 'actions' 4089 ], # 'actions'
4092 }, 4090 },
4093 ] 4091 ]
4094 }], # 'coverage!=0' 4092 }], # 'coverage!=0'
4095 ], # 'conditions' 4093 ], # 'conditions'
4096 } 4094 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698