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

Unified Diff: gpu/command_buffer/service/BUILD.gn

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media/cast/sender Created 5 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 | « no previous file | gpu/command_buffer_service.gypi » ('j') | gpu/command_buffer_service.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/BUILD.gn
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index 8045a03cb9a2ed6c139865069a2804c1c23e86cd..4d71c7128b1c3d72a22ef164a5fcd16f6d3ce6e4 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -165,6 +165,14 @@ source_set("service_sources") {
]
}
+ if (is_mac) {
+ # Required by gles2_cmd_decoder.cc on Mac.
+ libs = [
+ "IOSurface.framework",
+ "OpenGL.framework",
Dirk Pranke 2015/04/15 15:48:01 it seems like these two libraries are often needed
Jiang Jiang 2015/04/15 16:17:20 I'm not sure about that, what's needed here is com
Dirk Pranke 2015/04/15 16:21:07 My point was that it seemed like there were > 2 pl
+ ]
+ }
+
if (is_android && !is_debug) {
# On Android optimize more since this component can be a bottleneck.
configs -= [ "//build/config/compiler:optimize" ]
« no previous file with comments | « no previous file | gpu/command_buffer_service.gypi » ('j') | gpu/command_buffer_service.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698