OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 gyp_file = "root.gyp" |
| 6 |
5 group("root") { | 7 group("root") { |
6 deps = [ | 8 deps = [ |
7 "//base(//build/toolchain/nacl:x86_newlib)", | 9 "//base(//build/toolchain/nacl:x86_newlib)", |
8 "//chrome", | 10 "//chrome", |
9 "//crypto", | 11 "//crypto", |
10 "//ipc", | 12 "//ipc", |
11 "//net", | 13 "//net", |
12 "//net/third_party/nss:ssl", | 14 "//net/third_party/nss:ssl", |
13 "//sdch", | 15 "//sdch", |
14 "//third_party/icu:icudata", | 16 "//third_party/icu:icudata", |
15 "//third_party/leveldatabase", | 17 "//third_party/leveldatabase", |
16 "//third_party/zlib", | 18 "//third_party/zlib", |
17 "//skia", | 19 "//skia", |
18 "//tools/gn", | 20 "//tools/gn", |
19 "//url", | 21 "//url", |
20 ] | 22 ] |
21 } | 23 } |
OLD | NEW |