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

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

Issue 25698002: (mostly) working wtf / wtf_unittests gn targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « no previous file | tools/gn/secondary/base/BUILD.gn » ('j') | tools/gn/secondary/base/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 group("root") { 5 group("root") {
6 deps = [ 6 deps = [
7 "//base(//build/toolchain/nacl:x86_newlib)", 7 "//base(//build/toolchain/nacl:x86_newlib)",
8 "//chrome", 8 "//chrome",
9 "//crypto", 9 "//crypto",
10 "//ipc", 10 "//ipc",
11 "//net", 11 "//net",
12 "//net/third_party/nss/ssl", 12 "//net/third_party/nss/ssl",
13 "//sdch", 13 "//sdch",
14 "//third_party/icu:icudata", 14 "//third_party/icu:icudata",
15 "//third_party/leveldatabase", 15 "//third_party/leveldatabase",
16 "//third_party/zlib:chrome_zlib", 16 "//third_party/zlib:chrome_zlib",
17 "//third_party/WebKit/Source/wtf",
jamesr 2013/10/02 09:07:02 i assume i only have to add this because it's an i
17 "//skia", 18 "//skia",
18 "//tools/gn", 19 "//tools/gn",
19 "//url", 20 "//url",
20 ] 21 ]
21 } 22 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/secondary/base/BUILD.gn » ('j') | tools/gn/secondary/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698