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

Side by Side Diff: components/BUILD.gn

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 | « build/ios/grit_whitelist.txt ('k') | components/components_tests.gyp » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "//components/strings", 307 "//components/strings",
308 "//ui/resources", 308 "//ui/resources",
309 "//ui/strings", 309 "//ui/strings",
310 ] 310 ]
311 } 311 }
312 312
313 test("components_browsertests") { 313 test("components_browsertests") {
314 sources = [ 314 sources = [
315 "autofill/content/browser/risk/fingerprint_browsertest.cc", 315 "autofill/content/browser/risk/fingerprint_browsertest.cc",
316 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc", 316 "autofill/content/renderer/password_form_conversion_utils_browsertest.cc",
317 "dom_distiller/content/distillable_page_utils_browsertest.cc",
317 "dom_distiller/content/distiller_page_web_contents_browsertest.cc", 318 "dom_distiller/content/distiller_page_web_contents_browsertest.cc",
318 "password_manager/content/renderer/credential_manager_client_browsertest.cc" , 319 "password_manager/content/renderer/credential_manager_client_browsertest.cc" ,
319 ] 320 ]
320 321
321 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 322 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
322 323
323 deps = [ 324 deps = [
324 "autofill/content/browser", 325 "autofill/content/browser",
325 "autofill/content/renderer", 326 "autofill/content/renderer",
326 "content_settings/core/common", 327 "content_settings/core/common",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 368 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
368 369
369 deps = [ 370 deps = [
370 "//base", 371 "//base",
371 "//base/test:test_support_perf", 372 "//base/test:test_support_perf",
372 "//testing/gtest", 373 "//testing/gtest",
373 "//content/test:test_support", 374 "//content/test:test_support",
374 "//components/visitedlink/browser", 375 "//components/visitedlink/browser",
375 ] 376 ]
376 } 377 }
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698