Home | History | Annotate | Download | only in secondary
      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
      3 # found in the LICENSE file.
      4 
      5 gyp_file = "root.gyp"
      6 external = true
      7 
      8 group("root") {
      9   deps = [
     10     "//base(//build/toolchain/nacl:x86_newlib)",
     11     "//chrome",
     12     "//components/onc:onc_component",
     13     "//crypto",
     14     "//device/usb:device_usb",
     15     "//ipc",
     16     "//net",
     17     "//net/third_party/nss:ssl",
     18     "//sdch",
     19     "//third_party/icu:icudata",
     20     "//third_party/leveldatabase",
     21     "//third_party/zlib",
     22     "//third_party/WebKit/Source/weborigin",
     23     "//skia",
     24     "//tools/gn",
     25     "//url",
     26   ]
     27 }
     28