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

Unified Diff: ui/arc/BUILD.gn

Issue 2053083002: Build fixes for linux desktop CrOS builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/minigbm/BUILD.gn ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/BUILD.gn
diff --git a/ui/arc/BUILD.gn b/ui/arc/BUILD.gn
index cd4187e57ab6f328e48159dd6f279cc25deb46b2..2c477422f5ddc0852e9098eb3ac22b5944e82b9b 100644
--- a/ui/arc/BUILD.gn
+++ b/ui/arc/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//testing/test.gni")
static_library("arc") {
sources = [
@@ -22,7 +23,7 @@ static_library("arc") {
]
}
-static_library("ui_arc_unittests") {
+test("ui_arc_unittests") {
testonly = true
sources = [
"notification/arc_notification_manager_unittest.cc",
« no previous file with comments | « third_party/minigbm/BUILD.gn ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698