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

Unified Diff: ui/base/BUILD.gn

Issue 1871413002: [iOS/OSX] Refactor mac_framework so that it can be shared with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 8 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 | « testing/test.gni ('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 db5543834060cc4ac7c4b4dea7243a95dffb9016..100beb395927a12b56e5586762f64b40d519db81 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -951,7 +951,7 @@ test("ui_base_unittests") {
}
if (is_mac) {
- mac_framework("ui_unittests Framework") {
+ mac_framework_bundle("ui_unittests Framework") {
testonly = true
deps = [
"//ui/resources:ui_test_pak_bundle_data",
« no previous file with comments | « testing/test.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698