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

Unified Diff: net/BUILD.gn

Issue 936953004: Add more targets to GN check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/vibration/android/BUILD.gn ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index ab6b9e0d181fca65eda6cf5f960f5a53cc1b4934..76a5cf80ddd19abd68816d1b26439d28c93ee06a 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -84,6 +84,7 @@ component("net") {
public_deps = [
"//crypto",
"//crypto:platform",
+ "//url",
]
deps = [
":net_resources",
@@ -542,6 +543,7 @@ static_library("extras") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
":net",
+ "//base",
"//sql:sql",
]
}
@@ -796,6 +798,7 @@ if (use_v8_in_net && !is_android) {
public_deps = [
":mojo_type_converters",
":net",
+ "//base",
"//net/interfaces",
"//third_party/mojo/src/mojo/public/cpp/bindings",
]
@@ -1021,6 +1024,7 @@ if (is_linux) {
"tools/flip_server/spdy_interface_test.cc",
]
deps = [
+ ":balsa",
":flip_in_mem_edsm_server_base",
":net",
":test_support",
@@ -1036,6 +1040,7 @@ if (is_linux) {
"tools/flip_server/flip_in_mem_edsm_server.cc",
]
deps = [
+ ":balsa",
":flip_in_mem_edsm_server_base",
":net",
"//base",
@@ -1092,6 +1097,8 @@ if (is_linux) {
"tools/quic/quic_client_bin.cc",
]
deps = [
+ ":balsa",
+ ":epoll_server",
":quic_base",
":net",
"//base",
@@ -1187,7 +1194,9 @@ if (!is_android && !is_win && !is_mac) {
"//crypto",
"//crypto:platform",
"//crypto:test_support",
+ "//gin",
"//net/base/registry_controlled_domains",
+ "//sql",
"//testing/gmock",
"//testing/gtest",
"//third_party/zlib",
« no previous file with comments | « device/vibration/android/BUILD.gn ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698