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

Side by Side Diff: chrome/chrome_browser.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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 'browser/renderer_host/web_cache_manager.cc', 1618 'browser/renderer_host/web_cache_manager.cc',
1619 'browser/renderer_host/web_cache_manager.h', 1619 'browser/renderer_host/web_cache_manager.h',
1620 'browser/renderer_preferences_util.cc', 1620 'browser/renderer_preferences_util.cc',
1621 'browser/renderer_preferences_util.h', 1621 'browser/renderer_preferences_util.h',
1622 'browser/repost_form_warning_controller.cc', 1622 'browser/repost_form_warning_controller.cc',
1623 'browser/repost_form_warning_controller.h', 1623 'browser/repost_form_warning_controller.h',
1624 'browser/resources_util.cc', 1624 'browser/resources_util.cc',
1625 'browser/resources_util.h', 1625 'browser/resources_util.h',
1626 'browser/rlz/rlz.cc', 1626 'browser/rlz/rlz.cc',
1627 'browser/rlz/rlz.h', 1627 'browser/rlz/rlz.h',
1628 'browser/safe_browsing/bloom_filter.cc',
1629 'browser/safe_browsing/bloom_filter.h',
1630 'browser/safe_browsing/browser_feature_extractor.cc', 1628 'browser/safe_browsing/browser_feature_extractor.cc',
1631 'browser/safe_browsing/browser_feature_extractor.h', 1629 'browser/safe_browsing/browser_feature_extractor.h',
1632 'browser/safe_browsing/browser_features.cc', 1630 'browser/safe_browsing/browser_features.cc',
1633 'browser/safe_browsing/browser_features.h', 1631 'browser/safe_browsing/browser_features.h',
1634 'browser/safe_browsing/chunk_range.cc', 1632 'browser/safe_browsing/chunk_range.cc',
1635 'browser/safe_browsing/chunk_range.h', 1633 'browser/safe_browsing/chunk_range.h',
1636 'browser/safe_browsing/client_side_detection_host.cc', 1634 'browser/safe_browsing/client_side_detection_host.cc',
1637 'browser/safe_browsing/client_side_detection_host.h', 1635 'browser/safe_browsing/client_side_detection_host.h',
1638 'browser/safe_browsing/client_side_detection_service.cc', 1636 'browser/safe_browsing/client_side_detection_service.cc',
1639 'browser/safe_browsing/client_side_detection_service.h', 1637 'browser/safe_browsing/client_side_detection_service.h',
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 'proto_in_dir': '../third_party/cros_system_api/dbus', 2895 'proto_in_dir': '../third_party/cros_system_api/dbus',
2898 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2896 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2899 }, 2897 },
2900 'includes': ['../build/protoc.gypi'], 2898 'includes': ['../build/protoc.gypi'],
2901 }, 2899 },
2902 ], 2900 ],
2903 }, 2901 },
2904 ], 2902 ],
2905 ], 2903 ],
2906 } 2904 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_database_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698