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

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

Issue 117813003: Add BUILD.gn file for components's translate_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/components/navigation_metrics/BUILD.gn » ('j') | no next file with comments »
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 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 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/secondary/components/navigation_metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698