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

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: clang format 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
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | components/visitedlink/DEPS » ('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 if (is_android) { 10 if (is_android) {
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | components/visitedlink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698