Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Side by Side Diff: tools/gn/secondary/BUILD.gn

Issue 41703002: Fix GN unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 6
7 group("root") { 7 group("root") {
8 deps = [ 8 deps = [
9 "//base(//build/toolchain/nacl:x86_newlib)", 9 "//base(//build/toolchain/nacl:x86_newlib)",
10 "//chrome", 10 "//chrome",
11 "//crypto", 11 "//crypto",
12 "//device/usb:device_usb",
12 "//ipc", 13 "//ipc",
13 "//net", 14 "//net",
14 "//net/third_party/nss:ssl", 15 "//net/third_party/nss:ssl",
15 "//sdch", 16 "//sdch",
16 "//third_party/icu:icudata", 17 "//third_party/icu:icudata",
17 "//third_party/leveldatabase", 18 "//third_party/leveldatabase",
18 "//third_party/zlib", 19 "//third_party/zlib",
19 "//third_party/WebKit/Source/weborigin", 20 "//third_party/WebKit/Source/weborigin",
20 "//skia", 21 "//skia",
21 "//tools/gn", 22 "//tools/gn",
22 "//url", 23 "//url",
23 ] 24 ]
24 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698