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

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: Address Pawel's comments 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 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 'browser/renderer_preferences_util.cc', 1788 'browser/renderer_preferences_util.cc',
1789 'browser/renderer_preferences_util.h', 1789 'browser/renderer_preferences_util.h',
1790 'browser/repost_form_warning_controller.cc', 1790 'browser/repost_form_warning_controller.cc',
1791 'browser/repost_form_warning_controller.h', 1791 'browser/repost_form_warning_controller.h',
1792 'browser/resources_util.cc', 1792 'browser/resources_util.cc',
1793 'browser/resources_util.h', 1793 'browser/resources_util.h',
1794 'browser/rlz/rlz.cc', 1794 'browser/rlz/rlz.cc',
1795 'browser/rlz/rlz.h', 1795 'browser/rlz/rlz.h',
1796 'browser/safe_browsing/bloom_filter.cc', 1796 'browser/safe_browsing/bloom_filter.cc',
1797 'browser/safe_browsing/bloom_filter.h', 1797 'browser/safe_browsing/bloom_filter.h',
1798 'browser/safe_browsing/browser_feature_extractor.cc',
1799 'browser/safe_browsing/browser_feature_extractor.h',
1798 'browser/safe_browsing/chunk_range.cc', 1800 'browser/safe_browsing/chunk_range.cc',
1799 'browser/safe_browsing/chunk_range.h', 1801 'browser/safe_browsing/chunk_range.h',
1800 'browser/safe_browsing/client_side_detection_host.cc', 1802 'browser/safe_browsing/client_side_detection_host.cc',
1801 'browser/safe_browsing/client_side_detection_host.h', 1803 'browser/safe_browsing/client_side_detection_host.h',
1802 'browser/safe_browsing/client_side_detection_service.cc', 1804 'browser/safe_browsing/client_side_detection_service.cc',
1803 'browser/safe_browsing/client_side_detection_service.h', 1805 'browser/safe_browsing/client_side_detection_service.h',
1804 'browser/safe_browsing/malware_details.cc', 1806 'browser/safe_browsing/malware_details.cc',
1805 'browser/safe_browsing/malware_details.h', 1807 'browser/safe_browsing/malware_details.h',
1806 'browser/safe_browsing/malware_details_cache.cc', 1808 'browser/safe_browsing/malware_details_cache.cc',
1807 'browser/safe_browsing/malware_details_cache.h', 1809 'browser/safe_browsing/malware_details_cache.h',
(...skipping 2831 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 'hard_dependency': 1, 4641 'hard_dependency': 1,
4640 }, 4642 },
4641 ], 4643 ],
4642 } 4644 }
4643 4645
4644 # Local Variables: 4646 # Local Variables:
4645 # tab-width:2 4647 # tab-width:2
4646 # indent-tabs-mode:nil 4648 # indent-tabs-mode:nil
4647 # End: 4649 # End:
4648 # vim: set expandtab tabstop=2 shiftwidth=2: 4650 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698