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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7866011: Switch to the new client-side phishing model that uses Murmurhash for word hashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile problems and add another test Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/safe_browsing/client_model.proto » ('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) 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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 'common/web_apps_unittest.cc', 1805 'common/web_apps_unittest.cc',
1806 'common/worker_thread_ticker_unittest.cc', 1806 'common/worker_thread_ticker_unittest.cc',
1807 'common/zip_unittest.cc', 1807 'common/zip_unittest.cc',
1808 'renderer/extensions/extension_api_json_validity_unittest.cc', 1808 'renderer/extensions/extension_api_json_validity_unittest.cc',
1809 'renderer/extensions/json_schema_unittest.cc', 1809 'renderer/extensions/json_schema_unittest.cc',
1810 'renderer/net/predictor_queue_unittest.cc', 1810 'renderer/net/predictor_queue_unittest.cc',
1811 'renderer/net/renderer_predictor_unittest.cc', 1811 'renderer/net/renderer_predictor_unittest.cc',
1812 'renderer/plugin_uma_unittest.cc', 1812 'renderer/plugin_uma_unittest.cc',
1813 'renderer/renderer_about_handler_unittest.cc', 1813 'renderer/renderer_about_handler_unittest.cc',
1814 'renderer/safe_browsing/features_unittest.cc', 1814 'renderer/safe_browsing/features_unittest.cc',
1815 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1815 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1816 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1816 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1817 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1817 'renderer/safe_browsing/scorer_unittest.cc', 1818 'renderer/safe_browsing/scorer_unittest.cc',
1818 'renderer/spellchecker/spellcheck_provider_unittest.cc', 1819 'renderer/spellchecker/spellcheck_provider_unittest.cc',
1819 'renderer/spellchecker/spellcheck_unittest.cc', 1820 'renderer/spellchecker/spellcheck_unittest.cc',
1820 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', 1821 'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
1821 'service/cloud_print/cloud_print_helpers_unittest.cc', 1822 'service/cloud_print/cloud_print_helpers_unittest.cc',
1822 'service/cloud_print/cloud_print_token_store_unittest.cc', 1823 'service/cloud_print/cloud_print_token_store_unittest.cc',
1823 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1824 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1824 'service/service_process_unittest.cc', 1825 'service/service_process_unittest.cc',
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
3917 # Use outputs of this action as inputs for the main target build. 3918 # Use outputs of this action as inputs for the main target build.
3918 # Seems as a misnomer but makes this happy on Linux (scons). 3919 # Seems as a misnomer but makes this happy on Linux (scons).
3919 'process_outputs_as_sources': 1, 3920 'process_outputs_as_sources': 1,
3920 }, 3921 },
3921 ], # 'actions' 3922 ], # 'actions'
3922 }, 3923 },
3923 ] 3924 ]
3924 }], # 'coverage!=0' 3925 }], # 'coverage!=0'
3925 ], # 'conditions' 3926 ], # 'conditions'
3926 } 3927 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/safe_browsing/client_model.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698