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

Side by Side Diff: content/test/BUILD.gn

Issue 2867543002: content: add header files of public that were not listed in the BUILD.gn file (Closed)
Patch Set: fix check failures Created 3 years, 7 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 | « content/public/renderer/BUILD.gn ('k') | no next file » | 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "layouttest_support.cc", 487 "layouttest_support.cc",
488 ] 488 ]
489 489
490 deps = [ 490 deps = [
491 ":test_support", 491 ":test_support",
492 "//cc", 492 "//cc",
493 "//cc/blink", 493 "//cc/blink",
494 "//content/browser:for_content_tests", 494 "//content/browser:for_content_tests",
495 "//content/child:for_content_tests", 495 "//content/child:for_content_tests",
496 "//content/public/common", 496 "//content/public/common",
497 "//content/public/renderer",
497 "//content/renderer:for_content_tests", 498 "//content/renderer:for_content_tests",
498 "//content/shell/test_runner:test_runner", 499 "//content/shell/test_runner:test_runner",
499 "//device/bluetooth", 500 "//device/bluetooth",
500 "//device/gamepad/public/cpp:shared_with_blink", 501 "//device/gamepad/public/cpp:shared_with_blink",
501 "//device/sensors/public/cpp:full", 502 "//device/sensors/public/cpp:full",
502 "//services/ui/public/cpp/gpu", 503 "//services/ui/public/cpp/gpu",
503 "//skia", 504 "//skia",
504 "//ui/accessibility:ax_gen", 505 "//ui/accessibility:ax_gen",
505 "//ui/events/blink", 506 "//ui/events/blink",
506 "//ui/gfx:test_support", 507 "//ui/gfx:test_support",
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 if (is_android) { 1830 if (is_android) {
1830 deps += [ "//testing/android/native_test:native_test_native_code" ] 1831 deps += [ "//testing/android/native_test:native_test_native_code" ]
1831 } 1832 }
1832 } 1833 }
1833 1834
1834 group("fuzzers") { 1835 group("fuzzers") {
1835 deps = [ 1836 deps = [
1836 "//content/test/fuzzer", 1837 "//content/test/fuzzer",
1837 ] 1838 ]
1838 } 1839 }
OLDNEW
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698