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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 3130039: Limit the time spent on a single iteration of PhishingDOMFeatureExtractor. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: tiny comment fix Created 10 years, 4 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 | « no previous file | chrome/renderer/safe_browsing/feature_extractor_clock.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'renderer/renderer_webidbobjectstore_impl.cc', 174 'renderer/renderer_webidbobjectstore_impl.cc',
175 'renderer/renderer_webidbobjectstore_impl.h', 175 'renderer/renderer_webidbobjectstore_impl.h',
176 'renderer/renderer_webidbtransaction_impl.cc', 176 'renderer/renderer_webidbtransaction_impl.cc',
177 'renderer/renderer_webidbtransaction_impl.h', 177 'renderer/renderer_webidbtransaction_impl.h',
178 'renderer/renderer_webkitclient_impl.cc', 178 'renderer/renderer_webkitclient_impl.cc',
179 'renderer/renderer_webkitclient_impl.h', 179 'renderer/renderer_webkitclient_impl.h',
180 'renderer/renderer_webstoragearea_impl.cc', 180 'renderer/renderer_webstoragearea_impl.cc',
181 'renderer/renderer_webstoragearea_impl.h', 181 'renderer/renderer_webstoragearea_impl.h',
182 'renderer/renderer_webstoragenamespace_impl.cc', 182 'renderer/renderer_webstoragenamespace_impl.cc',
183 'renderer/renderer_webstoragenamespace_impl.h', 183 'renderer/renderer_webstoragenamespace_impl.h',
184 'renderer/safe_browsing/feature_extractor_clock.h',
184 'renderer/safe_browsing/features.cc', 185 'renderer/safe_browsing/features.cc',
185 'renderer/safe_browsing/features.h', 186 'renderer/safe_browsing/features.h',
186 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 187 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
187 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 188 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
188 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 189 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
189 'renderer/safe_browsing/phishing_url_feature_extractor.h', 190 'renderer/safe_browsing/phishing_url_feature_extractor.h',
190 'renderer/speech_input_dispatcher.cc', 191 'renderer/speech_input_dispatcher.cc',
191 'renderer/speech_input_dispatcher.h', 192 'renderer/speech_input_dispatcher.h',
192 'renderer/spellchecker/spellcheck.cc', 193 'renderer/spellchecker/spellcheck.cc',
193 'renderer/spellchecker/spellcheck.h', 194 'renderer/spellchecker/spellcheck.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ], 282 ],
282 }, 283 },
283 ], 284 ],
284 } 285 }
285 286
286 # Local Variables: 287 # Local Variables:
287 # tab-width:2 288 # tab-width:2
288 # indent-tabs-mode:nil 289 # indent-tabs-mode:nil
289 # End: 290 # End:
290 # vim: set expandtab tabstop=2 shiftwidth=2: 291 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/safe_browsing/feature_extractor_clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698