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

Unified Diff: ui/base/BUILD.gn

Issue 1247593008: Fix running gn gen for //ui/* targets on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rlz
Patch Set: Revert back to only building view_prop_unittest.cc on Windows Created 5 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 | « no previous file | ui/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 87c1a127d249e9b68b9d2ce27bb9d6f3bafd4b95..af1d232a5f6b0a85467623fa5bb380b7d1a9d886 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -696,7 +696,6 @@ test("ui_base_unittests") {
"test/data/resource.h",
"text/bytes_formatting_unittest.cc",
"touch/selection_bound_unittest.cc",
- "view_prop_unittest.cc",
"webui/web_ui_util_unittest.cc",
]
}
@@ -774,8 +773,8 @@ test("ui_base_unittests") {
]
}
- if (!is_win || !use_aura) {
- sources -= [ "view_prop_unittest.cc" ]
+ if (is_win) {
+ sources += [ "view_prop_unittest.cc" ]
}
if (is_android) {
« no previous file with comments | « no previous file | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698