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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10227014: Remove the very old code that migrated password data from the WebDataService to PasswordStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 (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 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'browser/chrome_to_mobile_service_unittest.cc', 1925 'browser/chrome_to_mobile_service_unittest.cc',
1926 'browser/user_style_sheet_watcher_unittest.cc', 1926 'browser/user_style_sheet_watcher_unittest.cc',
1927 'browser/visitedlink/visitedlink_unittest.cc', 1927 'browser/visitedlink/visitedlink_unittest.cc',
1928 'browser/web_applications/web_app_mac_unittest.mm', 1928 'browser/web_applications/web_app_mac_unittest.mm',
1929 'browser/web_applications/web_app_unittest.cc', 1929 'browser/web_applications/web_app_unittest.cc',
1930 'browser/web_resource/promo_resource_service_unittest.cc', 1930 'browser/web_resource/promo_resource_service_unittest.cc',
1931 'browser/webdata/autofill_entry_unittest.cc', 1931 'browser/webdata/autofill_entry_unittest.cc',
1932 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 1932 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
1933 'browser/webdata/autofill_table_unittest.cc', 1933 'browser/webdata/autofill_table_unittest.cc',
1934 'browser/webdata/keyword_table_unittest.cc', 1934 'browser/webdata/keyword_table_unittest.cc',
1935 'browser/webdata/logins_table_unittest.cc',
1936 'browser/webdata/token_service_table_unittest.cc', 1935 'browser/webdata/token_service_table_unittest.cc',
1937 'browser/webdata/web_apps_table_unittest.cc', 1936 'browser/webdata/web_apps_table_unittest.cc',
1938 'browser/webdata/web_data_service_test_util.h', 1937 'browser/webdata/web_data_service_test_util.h',
1939 'browser/webdata/web_data_service_unittest.cc', 1938 'browser/webdata/web_data_service_unittest.cc',
1940 'browser/webdata/web_database_migration_unittest.cc', 1939 'browser/webdata/web_database_migration_unittest.cc',
1941 'browser/webdata/web_intents_table_unittest.cc', 1940 'browser/webdata/web_intents_table_unittest.cc',
1942 'browser/website_settings_unittest.cc', 1941 'browser/website_settings_unittest.cc',
1943 'common/bzip2_unittest.cc', 1942 'common/bzip2_unittest.cc',
1944 'common/child_process_logging_mac_unittest.mm', 1943 'common/child_process_logging_mac_unittest.mm',
1945 'common/chrome_paths_unittest.cc', 1944 'common/chrome_paths_unittest.cc',
(...skipping 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after
4647 # Use outputs of this action as inputs for the main target build. 4646 # Use outputs of this action as inputs for the main target build.
4648 # Seems as a misnomer but makes this happy on Linux (scons). 4647 # Seems as a misnomer but makes this happy on Linux (scons).
4649 'process_outputs_as_sources': 1, 4648 'process_outputs_as_sources': 1,
4650 }, 4649 },
4651 ], # 'actions' 4650 ], # 'actions'
4652 }, 4651 },
4653 ] 4652 ]
4654 }], # 'coverage!=0' 4653 }], # 'coverage!=0'
4655 ], # 'conditions' 4654 ], # 'conditions'
4656 } 4655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698