diff options
author | brettw <brettw@chromium.org> | 2015-01-06 00:34:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-06 08:35:01 +0000 |
commit | 6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79 (patch) | |
tree | 0c5f926f057b9e7fed76a50fd96ce375db393ce5 /build | |
parent | 3aaf930c464c44a2a90bcc90887f975eb4a1d650 (diff) | |
download | chromium_src-6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79.zip chromium_src-6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79.tar.gz chromium_src-6c1a7728eb968dfc8c1e5ac51c1ce6a5e11feb79.tar.bz2 |
Add GN interactive UI tests.
Reland of https://codereview.chromium.org/795373005/ with fix.
TBR=dpranke
Review URL: https://codereview.chromium.org/797613004
Cr-Commit-Position: refs/heads/master@{#310072}
Diffstat (limited to 'build')
-rw-r--r-- | build/config/linux/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn index e132116..0453c84 100644 --- a/build/config/linux/BUILD.gn +++ b/build/config/linux/BUILD.gn @@ -118,6 +118,10 @@ config("xi") { libs = [ "Xi" ] } +config("xtst") { + libs = [ "Xtst" ] +} + config("libresolv") { libs = [ "resolv" ] } |