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

Unified Diff: ui/BUILD.gn

Issue 521553002: Some ui/BUILD.gn fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac or ios Created 6 years, 4 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/mozilla/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/BUILD.gn
diff --git a/ui/BUILD.gn b/ui/BUILD.gn
index 506e557604dd8abd0ad7f4b1983a77e391a49c6f..874d34455b3048678e193293b7d3b8519c068781 100644
--- a/ui/BUILD.gn
+++ b/ui/BUILD.gn
@@ -142,13 +142,9 @@ test("ui_unittests") {
if (is_mac) {
deps += [
- #'../third_party/mozilla/mozilla.gyp:mozilla', TODO(GYP)
+ "//third_party/mozilla",
#'ui_unittests_bundle', TODO(GYP)
]
- if (!is_component_build) {
- # Needed for mozilla.gyp.
- ldflags = [ "-Wl,-ObjC" ]
- }
}
if (use_aura || toolkit_views) {
@@ -169,9 +165,9 @@ test("ui_unittests") {
]
deps += [
"//ui/aura:test_support",
+ "//ui/events:gesture_detection",
#'../chromeos/chromeos.gyp:chromeos', TODO(GYP)
#'chromeos/ui_chromeos.gyp:ui_chromeos',
- #'events/events.gyp:gesture_detection',
]
}
« no previous file with comments | « third_party/mozilla/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698