| 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" | 5 gyp_file = "root.gyp" |
| 6 external = true | 6 external = true |
| 7 | 7 |
| 8 group("root") { | 8 group("root") { |
| 9 deps = [ | 9 deps = [ |
| 10 "//base(//build/toolchain/nacl:x86_newlib)", | 10 "//base(//build/toolchain/nacl:x86_newlib)", |
| 11 "//chrome", | 11 "//chrome", |
| 12 "//components/navigation_metrics", | 12 "//components/navigation_metrics", |
| 13 "//components/onc:onc_component", | 13 "//components/onc:onc_component", |
| 14 "//components/startup_metric_utils", | 14 "//components/startup_metric_utils", |
| 15 "//components/translate:translate_common", |
| 15 "//crypto", | 16 "//crypto", |
| 16 "//device/usb:device_usb", | 17 "//device/usb:device_usb", |
| 17 "//ipc", | 18 "//ipc", |
| 18 "//net", | 19 "//net", |
| 19 "//net/third_party/nss:ssl", | 20 "//net/third_party/nss:ssl", |
| 20 "//sdch", | 21 "//sdch", |
| 21 "//third_party/icu:icudata", | 22 "//third_party/icu:icudata", |
| 22 "//third_party/leveldatabase", | 23 "//third_party/leveldatabase", |
| 23 "//third_party/zlib", | 24 "//third_party/zlib", |
| 24 "//third_party/WebKit/Source/weborigin", | 25 "//third_party/WebKit/Source/weborigin", |
| 25 "//skia", | 26 "//skia", |
| 26 "//tools/gn", | 27 "//tools/gn", |
| 27 "//url", | 28 "//url", |
| 28 ] | 29 ] |
| 29 } | 30 } |
| OLD | NEW |