blob: e44935e9400b5b451bdab865f63e2badd7019050 [file] [log] [blame]
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This is the root build file for GN. GN will start processing by loading this
# file, and recursively load all dependencies until all dependencies are either
# resolved or known not to exist (which will cause the build to fail). So if
# you add a new build file, there must be some path of dependencies from this
# file to your new one or GN won't know about it.
group("root") {
testonly = true
deps = [
"//base:base",
"//net:net_unittests",
"//net:quic_server",
"//net:quic_client",
]
}