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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 382703002: Remove unused SQLLite tables from WebData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments and cleanup Created 6 years, 5 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 1809 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'browser/upload_list_unittest.cc', 1820 'browser/upload_list_unittest.cc',
1821 'browser/web_applications/web_app_mac_unittest.mm', 1821 'browser/web_applications/web_app_mac_unittest.mm',
1822 'browser/web_applications/web_app_unittest.cc', 1822 'browser/web_applications/web_app_unittest.cc',
1823 'browser/web_resource/eula_accepted_notifier_unittest.cc', 1823 'browser/web_resource/eula_accepted_notifier_unittest.cc',
1824 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc', 1824 'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
1825 'browser/web_resource/promo_resource_service_unittest.cc', 1825 'browser/web_resource/promo_resource_service_unittest.cc',
1826 'browser/web_resource/resource_request_allowed_notifier_test_util.cc', 1826 'browser/web_resource/resource_request_allowed_notifier_test_util.cc',
1827 'browser/web_resource/resource_request_allowed_notifier_test_util.h', 1827 'browser/web_resource/resource_request_allowed_notifier_test_util.h',
1828 'browser/web_resource/resource_request_allowed_notifier_unittest.cc', 1828 'browser/web_resource/resource_request_allowed_notifier_unittest.cc',
1829 'browser/webdata/keyword_table_unittest.cc', 1829 'browser/webdata/keyword_table_unittest.cc',
1830 'browser/webdata/web_apps_table_unittest.cc',
1831 'common/chrome_paths_unittest.cc', 1830 'common/chrome_paths_unittest.cc',
1832 'common/chrome_content_client_unittest.cc', 1831 'common/chrome_content_client_unittest.cc',
1833 'common/cloud_print/cloud_print_helpers_unittest.cc', 1832 'common/cloud_print/cloud_print_helpers_unittest.cc',
1834 'common/content_settings_helper_unittest.cc', 1833 'common/content_settings_helper_unittest.cc',
1835 'common/content_settings_pattern_parser_unittest.cc', 1834 'common/content_settings_pattern_parser_unittest.cc',
1836 'common/content_settings_pattern_unittest.cc', 1835 'common/content_settings_pattern_unittest.cc',
1837 'common/crash_keys_unittest.cc', 1836 'common/crash_keys_unittest.cc',
1838 'common/extensions/api/commands/commands_manifest_unittest.cc', 1837 'common/extensions/api/commands/commands_manifest_unittest.cc',
1839 'common/extensions/api/extension_action/browser_action_manifest_unittest .cc', 1838 'common/extensions/api/extension_action/browser_action_manifest_unittest .cc',
1840 'common/extensions/api/extension_action/page_action_manifest_unittest.cc ', 1839 'common/extensions/api/extension_action/page_action_manifest_unittest.cc ',
(...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 'unit_tests.isolate', 2915 'unit_tests.isolate',
2917 ], 2916 ],
2918 'sources': [ 2917 'sources': [
2919 'unit_tests.isolate', 2918 'unit_tests.isolate',
2920 ], 2919 ],
2921 }, 2920 },
2922 ], 2921 ],
2923 }], 2922 }],
2924 ], # 'conditions' 2923 ], # 'conditions'
2925 } 2924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698