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

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

Issue 1708543002: [webnfc] Implement push() method in blink nfc module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onionsoup_webnfc
Patch Set: Move dependency from content_browsertests to layouttest_support_content Created 4 years, 6 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/content_tests.gypi ('k') | device/nfc/nfc.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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//content/browser/speech/proto", 60 "//content/browser/speech/proto",
61 "//content/child:for_content_tests", 61 "//content/child:for_content_tests",
62 "//content/gpu", 62 "//content/gpu",
63 "//content/public/browser", 63 "//content/public/browser",
64 "//content/public/child", 64 "//content/public/child",
65 "//content/public/renderer", 65 "//content/public/renderer",
66 "//content/public/utility", 66 "//content/public/utility",
67 "//content/renderer:for_content_tests", 67 "//content/renderer:for_content_tests",
68 "//content/shell:pak", 68 "//content/shell:pak",
69 "//content/utility:for_content_tests", 69 "//content/utility:for_content_tests",
70 "//device/nfc:mojo_bindings",
70 "//ipc:test_support", 71 "//ipc:test_support",
71 "//ipc/mojo", 72 "//ipc/mojo",
72 "//media", 73 "//media",
73 "//mojo/edk/test:test_support", 74 "//mojo/edk/test:test_support",
74 "//net:test_support", 75 "//net:test_support",
75 "//services/shell/public/cpp", 76 "//services/shell/public/cpp",
76 "//skia", 77 "//skia",
77 "//storage/browser", 78 "//storage/browser",
78 "//storage/common", 79 "//storage/common",
79 "//testing/gmock", 80 "//testing/gmock",
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 909
909 fuzzer_test("renderer_fuzzer") { 910 fuzzer_test("renderer_fuzzer") {
910 sources = [ 911 sources = [
911 "renderer_fuzzer.cc", 912 "renderer_fuzzer.cc",
912 ] 913 ]
913 deps = [ 914 deps = [
914 ":test_support", 915 ":test_support",
915 "//content/shell:content_shell_lib", 916 "//content/shell:content_shell_lib",
916 ] 917 ]
917 } 918 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | device/nfc/nfc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698