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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 2878046: Add an extractor for DOM features to be used for client side phishing detection. (Closed)
Patch Set: address marria's comments Created 10 years, 5 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/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) 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'renderer/renderer_webindexeddatabase_impl.cc', 161 'renderer/renderer_webindexeddatabase_impl.cc',
162 'renderer/renderer_webindexeddatabase_impl.h', 162 'renderer/renderer_webindexeddatabase_impl.h',
163 'renderer/renderer_webkitclient_impl.cc', 163 'renderer/renderer_webkitclient_impl.cc',
164 'renderer/renderer_webkitclient_impl.h', 164 'renderer/renderer_webkitclient_impl.h',
165 'renderer/renderer_webstoragearea_impl.cc', 165 'renderer/renderer_webstoragearea_impl.cc',
166 'renderer/renderer_webstoragearea_impl.h', 166 'renderer/renderer_webstoragearea_impl.h',
167 'renderer/renderer_webstoragenamespace_impl.cc', 167 'renderer/renderer_webstoragenamespace_impl.cc',
168 'renderer/renderer_webstoragenamespace_impl.h', 168 'renderer/renderer_webstoragenamespace_impl.h',
169 'renderer/safe_browsing/features.cc', 169 'renderer/safe_browsing/features.cc',
170 'renderer/safe_browsing/features.h', 170 'renderer/safe_browsing/features.h',
171 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
172 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
171 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 173 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
172 'renderer/safe_browsing/phishing_url_feature_extractor.h', 174 'renderer/safe_browsing/phishing_url_feature_extractor.h',
173 'renderer/spellchecker/spellcheck.cc', 175 'renderer/spellchecker/spellcheck.cc',
174 'renderer/spellchecker/spellcheck.h', 176 'renderer/spellchecker/spellcheck.h',
175 'renderer/spellchecker/spellcheck_worditerator.cc', 177 'renderer/spellchecker/spellcheck_worditerator.cc',
176 'renderer/spellchecker/spellcheck_worditerator.h', 178 'renderer/spellchecker/spellcheck_worditerator.h',
177 'renderer/translate_helper.cc', 179 'renderer/translate_helper.cc',
178 'renderer/translate_helper.h', 180 'renderer/translate_helper.h',
179 'renderer/user_script_idle_scheduler.cc', 181 'renderer/user_script_idle_scheduler.cc',
180 'renderer/user_script_idle_scheduler.h', 182 'renderer/user_script_idle_scheduler.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 ], 264 ],
263 }, 265 },
264 ], 266 ],
265 } 267 }
266 268
267 # Local Variables: 269 # Local Variables:
268 # tab-width:2 270 # tab-width:2
269 # indent-tabs-mode:nil 271 # indent-tabs-mode:nil
270 # End: 272 # End:
271 # vim: set expandtab tabstop=2 shiftwidth=2: 273 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698