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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7119003: Create a browser feature extractor that runs after the renderer has (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add new files Created 9 years, 6 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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 'browser/renderer_preferences_util.cc', 1802 'browser/renderer_preferences_util.cc',
1803 'browser/renderer_preferences_util.h', 1803 'browser/renderer_preferences_util.h',
1804 'browser/repost_form_warning_controller.cc', 1804 'browser/repost_form_warning_controller.cc',
1805 'browser/repost_form_warning_controller.h', 1805 'browser/repost_form_warning_controller.h',
1806 'browser/resources_util.cc', 1806 'browser/resources_util.cc',
1807 'browser/resources_util.h', 1807 'browser/resources_util.h',
1808 'browser/rlz/rlz.cc', 1808 'browser/rlz/rlz.cc',
1809 'browser/rlz/rlz.h', 1809 'browser/rlz/rlz.h',
1810 'browser/safe_browsing/bloom_filter.cc', 1810 'browser/safe_browsing/bloom_filter.cc',
1811 'browser/safe_browsing/bloom_filter.h', 1811 'browser/safe_browsing/bloom_filter.h',
1812 'browser/safe_browsing/browser_feature_extractor.cc',
1813 'browser/safe_browsing/browser_feature_extractor.h',
1812 'browser/safe_browsing/chunk_range.cc', 1814 'browser/safe_browsing/chunk_range.cc',
1813 'browser/safe_browsing/chunk_range.h', 1815 'browser/safe_browsing/chunk_range.h',
1814 'browser/safe_browsing/client_side_detection_host.cc', 1816 'browser/safe_browsing/client_side_detection_host.cc',
1815 'browser/safe_browsing/client_side_detection_host.h', 1817 'browser/safe_browsing/client_side_detection_host.h',
1816 'browser/safe_browsing/client_side_detection_service.cc', 1818 'browser/safe_browsing/client_side_detection_service.cc',
1817 'browser/safe_browsing/client_side_detection_service.h', 1819 'browser/safe_browsing/client_side_detection_service.h',
1818 'browser/safe_browsing/malware_details.cc', 1820 'browser/safe_browsing/malware_details.cc',
1819 'browser/safe_browsing/malware_details.h', 1821 'browser/safe_browsing/malware_details.h',
1820 'browser/safe_browsing/malware_details_cache.cc', 1822 'browser/safe_browsing/malware_details_cache.cc',
1821 'browser/safe_browsing/malware_details_cache.h', 1823 'browser/safe_browsing/malware_details_cache.h',
(...skipping 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
4665 'hard_dependency': 1, 4667 'hard_dependency': 1,
4666 }, 4668 },
4667 ], 4669 ],
4668 } 4670 }
4669 4671
4670 # Local Variables: 4672 # Local Variables:
4671 # tab-width:2 4673 # tab-width:2
4672 # indent-tabs-mode:nil 4674 # indent-tabs-mode:nil
4673 # End: 4675 # End:
4674 # vim: set expandtab tabstop=2 shiftwidth=2: 4676 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/client_side_detection_host_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698