Commit b27a3c77 authored by brettw@chromium.org's avatar brettw@chromium.org

Add ash to the GN build.

Minor fixes to ash.gyp: remove tabs, convert sources/ excludes to sources!.

R=sky@chromium.org

Review URL: https://codereview.chromium.org/390983002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283415 0039d316-1c4b-4281-b951-d872f2087c98
parent 5c370309
......@@ -18,7 +18,7 @@ group("root") {
deps = [
# This is a temporary test of the not-yet-complete NaCl cross-compilation.
#"//base(//build/toolchain/nacl:x86_newlib)",
"//ash",
"//cc",
"//chrome/browser",
"//chrome/browser/devtools",
......@@ -167,6 +167,8 @@ group("root") {
# Seems to not be compiled on Android. Otherwise it will need a config.h.
"//third_party/libxslt",
# Not relevant to Android.
"//ash",
"//tools/gn",
"//ui/aura",
"//ui/views",
......
This diff is collapsed.
This diff is collapsed.
......@@ -104,6 +104,10 @@ config("xscrnsaver") {
libs = [ "Xss" ]
}
config("xfixes") {
libs = [ "xfixes" ]
}
config("libcap") {
libs = [ "cap" ]
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment