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

Unified Diff: ui/base/BUILD.gn

Issue 702003002: Make *some* version of the Mac GN build work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skip //chrome/tests on mac and win Created 6 years, 1 month 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/harfbuzz-ng/BUILD.gn ('k') | no next file » | 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 dbef91dd79441948d0d38407b87041ba2fba754a..37a384965bf70650e37479c649cd58fe82ed9aba 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -683,6 +683,12 @@ source_set("test_support") {
"ime/dummy_text_input_client.h",
]
}
+
+ if (!use_aura) {
+ sources -= [
+ "test/ui_controls_aura.cc",
+ ]
+ }
}
if (is_android) {
@@ -865,6 +871,11 @@ test("ui_unittests") {
}
if (is_mac) {
+ sources -= [
+ "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
+ "x/selection_requestor_unittest.cc",
+ ]
+
deps += [
"//third_party/mozilla",
#'ui_unittests_bundle', TODO(GYP)
« no previous file with comments | « third_party/harfbuzz-ng/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698