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

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2507283002: Add warmup and sandbox file-read permission for testing
Patch Set: Created 4 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 | « content/renderer/renderer.sb ('k') | third_party/WebKit/Source/modules/shapedetection/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 3c4fc2af69322534bd58c290df66dbd9306e1292..4c56845200f6984c4ae27255c7ae3f5dac5f1171 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -165,6 +165,14 @@ target(modules_target_type, "modules") {
cflags = [ "/wd4334" ] # Result of 32-bit shift implicitly converted to 64 bits.
}
+ if (is_mac) {
+ libs = [
+ "Carbon.framework",
+ "Foundation.framework",
+ "QuartzCore.framework",
+ ]
+ }
+
if (remove_webcore_debug_symbols) {
configs -= [ "//build/config/compiler:default_symbols" ]
configs += [ "//build/config/compiler:no_symbols" ]
« no previous file with comments | « content/renderer/renderer.sb ('k') | third_party/WebKit/Source/modules/shapedetection/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698