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

Side by Side Diff: components/components_tests.gyp

Issue 1047223003: Add integration of the new heuristics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dd-adaboost-model
Patch Set: whitelist resources for ios Created 5 years, 8 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 | « components/BUILD.gn ('k') | components/dom_distiller.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 ], 1148 ],
1149 'include_dirs': [ 1149 'include_dirs': [
1150 '..', 1150 '..',
1151 ], 1151 ],
1152 'defines': [ 1152 'defines': [
1153 'HAS_OUT_OF_PROC_TEST_RUNNER', 1153 'HAS_OUT_OF_PROC_TEST_RUNNER',
1154 ], 1154 ],
1155 'sources': [ 1155 'sources': [
1156 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1156 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1157 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', 1157 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc',
1158 'dom_distiller/content/distillable_page_utils_browsertest.cc',
1158 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', 1159 'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
1159 'password_manager/content/renderer/credential_manager_client_browser test.cc', 1160 'password_manager/content/renderer/credential_manager_client_browser test.cc',
1160 ], 1161 ],
1161 'conditions': [ 1162 'conditions': [
1162 ['OS == "android"', { 1163 ['OS == "android"', {
1163 'sources!': [ 1164 'sources!': [
1164 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1165 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1165 ], 1166 ],
1166 }], 1167 }],
1167 ['OS == "linux"', { 1168 ['OS == "linux"', {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 'dependencies': [ 1249 'dependencies': [
1249 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1250 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1250 ], 1251 ],
1251 }], 1252 }],
1252 ], 1253 ],
1253 }, 1254 },
1254 ], 1255 ],
1255 }], 1256 }],
1256 ], 1257 ],
1257 } 1258 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698