blob: 25efbf013dabaf9ece0a85a7a68799b124cea577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.
group("root") {
deps = [
"//base(//build/toolchain/nacl:x86_newlib)",
"//chrome",
"//crypto",
"//ipc",
"//net",
"//net/third_party/nss/ssl:crssl",
"//sdch",
"//third_party/icu:icudata",
"//third_party/zlib:chrome_zlib",
"//tools/gn",
"//url:url_lib",
]
}
|