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

Unified Diff: runtime/bin/BUILD.gn

Issue 2202883002: [GN] Add Core{Foundation,Services}.framework to libs in Mac build (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 2e92fe37b968bc3026492dd109dad00f3d5f1e77..c55e23ba3bbf7b3e8a1cc9b327f7f114e73ee017 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -255,6 +255,13 @@ executable("gen_snapshot") {
include_dirs = [
"..",
]
+
+ if (is_mac) {
+ libs = [
+ "CoreFoundation.framework",
+ "CoreServices.framework"
+ ]
+ }
}
# A source set for the implementation of 'dart:io' library
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698