- add sources.
[platform/framework/web/crosswalk.git] / src / tools / gn / secondary / BUILD.gn
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
7 group("root") {
8   deps = [
9     "//base(//build/toolchain/nacl:x86_newlib)",
10     "//chrome",
11     "//crypto",
12     "//device/usb:device_usb",
13     "//ipc",
14     "//net",
15     "//net/third_party/nss:ssl",
16     "//sdch",
17     "//third_party/icu:icudata",
18     "//third_party/leveldatabase",
19     "//third_party/zlib",
20     "//third_party/WebKit/Source/weborigin",
21     "//skia",
22     "//tools/gn",
23     "//url",
24   ]
25 }