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

Side by Side Diff: components/BUILD.gn

Issue 2048503002: Convert visitedlink to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Patch Set: Created 4 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
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 if (is_android) { 10 if (is_android) {
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 sources = [ 479 sources = [
480 "visitedlink/test/visitedlink_perftest.cc", 480 "visitedlink/test/visitedlink_perftest.cc",
481 ] 481 ]
482 482
483 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 483 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
484 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 484 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
485 485
486 deps = [ 486 deps = [
487 "//base", 487 "//base",
488 "//base/test:test_support", 488 "//base/test:test_support",
489 "//base/test:test_support_perf",
490 "//components/visitedlink/browser", 489 "//components/visitedlink/browser",
491 "//content/test:test_support", 490 "//content/test:test_support",
491 "//mojo/edk/test:run_all_perftests",
492 "//testing/gtest", 492 "//testing/gtest",
493 "//testing/perf", 493 "//testing/perf",
494 "//url", 494 "//url",
495 ] 495 ]
496 } 496 }
497 } 497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698