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

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 missing delete 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 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 'hard_dependency': 1, 4652 'hard_dependency': 1,
4651 }, 4653 },
4652 ], 4654 ],
4653 } 4655 }
4654 4656
4655 # Local Variables: 4657 # Local Variables:
4656 # tab-width:2 4658 # tab-width:2
4657 # indent-tabs-mode:nil 4659 # indent-tabs-mode:nil
4658 # End: 4660 # End:
4659 # vim: set expandtab tabstop=2 shiftwidth=2: 4661 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698