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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11196036: Finish conversion from bloom filter to prefix set in safe browsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delete the unnecessary unit test. Created 8 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) 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 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 'browser/protector/session_startup_change_unittest.cc', 1566 'browser/protector/session_startup_change_unittest.cc',
1567 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1567 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1568 'browser/renderer_host/web_cache_manager_unittest.cc', 1568 'browser/renderer_host/web_cache_manager_unittest.cc',
1569 'browser/resources/print_preview/data/measurement_system.js', 1569 'browser/resources/print_preview/data/measurement_system.js',
1570 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1570 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1571 'browser/resources/print_preview/print_preview_utils.js', 1571 'browser/resources/print_preview/print_preview_utils.js',
1572 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1572 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1573 'browser/resources/shared/js/cr.js', 1573 'browser/resources/shared/js/cr.js',
1574 'browser/resources_util_unittest.cc', 1574 'browser/resources_util_unittest.cc',
1575 'browser/rlz/rlz_unittest.cc', 1575 'browser/rlz/rlz_unittest.cc',
1576 'browser/safe_browsing/bloom_filter_unittest.cc',
1577 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1576 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1578 'browser/safe_browsing/chunk_range_unittest.cc', 1577 'browser/safe_browsing/chunk_range_unittest.cc',
1579 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1578 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1580 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1579 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1581 'browser/safe_browsing/download_protection_service_unittest.cc', 1580 'browser/safe_browsing/download_protection_service_unittest.cc',
1582 'browser/safe_browsing/malware_details_unittest.cc', 1581 'browser/safe_browsing/malware_details_unittest.cc',
1583 'browser/safe_browsing/prefix_set_unittest.cc', 1582 'browser/safe_browsing/prefix_set_unittest.cc',
1584 'browser/safe_browsing/protocol_manager_unittest.cc', 1583 'browser/safe_browsing/protocol_manager_unittest.cc',
1585 'browser/safe_browsing/protocol_parser_unittest.cc', 1584 'browser/safe_browsing/protocol_parser_unittest.cc',
1586 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1585 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
(...skipping 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after
4952 '--result', '<@(_outputs)', 4951 '--result', '<@(_outputs)',
4953 '--isolate', 'sync_integration_tests.isolate', 4952 '--isolate', 'sync_integration_tests.isolate',
4954 ], 4953 ],
4955 }, 4954 },
4956 ], 4955 ],
4957 }, 4956 },
4958 ], 4957 ],
4959 }], 4958 }],
4960 ], # 'conditions' 4959 ], # 'conditions'
4961 } 4960 }
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