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

Unified Diff: tools/xdisplaycheck/BUILD.gn

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/BUILD.gn ('k') | tools/xdisplaycheck/xdisplaycheck.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/xdisplaycheck/BUILD.gn
diff --git a/components/infobars/test/BUILD.gn b/tools/xdisplaycheck/BUILD.gn
similarity index 65%
copy from components/infobars/test/BUILD.gn
copy to tools/xdisplaycheck/BUILD.gn
index 606cecd8fbb778ef85a9423d5377e417466157a3..4a3ad3c5aba5ce9d30058ea87200aef4b9846c0f 100644
--- a/components/infobars/test/BUILD.gn
+++ b/tools/xdisplaycheck/BUILD.gn
@@ -2,13 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("test_support") {
+executable("xdisplaycheck") {
sources = [
- "infobar_test.cc",
+ "xdisplaycheck.cc",
]
- deps = [
- "//base",
- "//skia",
+ configs += [
+ "//build/config/linux:x11"
]
}
« no previous file with comments | « ppapi/BUILD.gn ('k') | tools/xdisplaycheck/xdisplaycheck.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698