| OLD | NEW |
| 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 if (is_android) { | 10 if (is_android) { |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 sources = [ | 477 sources = [ |
| 478 "visitedlink/test/visitedlink_perftest.cc", | 478 "visitedlink/test/visitedlink_perftest.cc", |
| 479 ] | 479 ] |
| 480 | 480 |
| 481 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 481 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 482 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 482 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 483 | 483 |
| 484 deps = [ | 484 deps = [ |
| 485 "//base", | 485 "//base", |
| 486 "//base/test:test_support", | 486 "//base/test:test_support", |
| 487 "//base/test:test_support_perf", | |
| 488 "//components/visitedlink/browser", | 487 "//components/visitedlink/browser", |
| 489 "//content/test:test_support", | 488 "//content/test:test_support", |
| 489 "//mojo/edk/test:run_all_perftests", |
| 490 "//testing/gtest", | 490 "//testing/gtest", |
| 491 "//testing/perf", | 491 "//testing/perf", |
| 492 "//url", | 492 "//url", |
| 493 ] | 493 ] |
| 494 } | 494 } |
| 495 } | 495 } |
| OLD | NEW |