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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 3214002: Add a term feature extractor for client-side phishing detection. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Add an extra comment/TODO about performance. Created 10 years, 3 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
« no previous file with comments | « base/sha2.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'renderer', 8 'target_name': 'renderer',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', 10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'renderer/renderer_webkitclient_impl.h', 183 'renderer/renderer_webkitclient_impl.h',
184 'renderer/renderer_webstoragearea_impl.cc', 184 'renderer/renderer_webstoragearea_impl.cc',
185 'renderer/renderer_webstoragearea_impl.h', 185 'renderer/renderer_webstoragearea_impl.h',
186 'renderer/renderer_webstoragenamespace_impl.cc', 186 'renderer/renderer_webstoragenamespace_impl.cc',
187 'renderer/renderer_webstoragenamespace_impl.h', 187 'renderer/renderer_webstoragenamespace_impl.h',
188 'renderer/safe_browsing/feature_extractor_clock.h', 188 'renderer/safe_browsing/feature_extractor_clock.h',
189 'renderer/safe_browsing/features.cc', 189 'renderer/safe_browsing/features.cc',
190 'renderer/safe_browsing/features.h', 190 'renderer/safe_browsing/features.h',
191 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 191 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
192 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 192 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
193 'renderer/safe_browsing/phishing_term_feature_extractor.cc',
194 'renderer/safe_browsing/phishing_term_feature_extractor.h',
193 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 195 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
194 'renderer/safe_browsing/phishing_url_feature_extractor.h', 196 'renderer/safe_browsing/phishing_url_feature_extractor.h',
195 'renderer/speech_input_dispatcher.cc', 197 'renderer/speech_input_dispatcher.cc',
196 'renderer/speech_input_dispatcher.h', 198 'renderer/speech_input_dispatcher.h',
197 'renderer/spellchecker/spellcheck.cc', 199 'renderer/spellchecker/spellcheck.cc',
198 'renderer/spellchecker/spellcheck.h', 200 'renderer/spellchecker/spellcheck.h',
199 'renderer/spellchecker/spellcheck_worditerator.cc', 201 'renderer/spellchecker/spellcheck_worditerator.cc',
200 'renderer/spellchecker/spellcheck_worditerator.h', 202 'renderer/spellchecker/spellcheck_worditerator.h',
201 'renderer/translate_helper.cc', 203 'renderer/translate_helper.cc',
202 'renderer/translate_helper.h', 204 'renderer/translate_helper.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 ], 288 ],
287 }, 289 },
288 ], 290 ],
289 } 291 }
290 292
291 # Local Variables: 293 # Local Variables:
292 # tab-width:2 294 # tab-width:2
293 # indent-tabs-mode:nil 295 # indent-tabs-mode:nil
294 # End: 296 # End:
295 # vim: set expandtab tabstop=2 shiftwidth=2: 297 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/sha2.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698