Chromium Code Reviews| Index: gpu/command_buffer_service.gypi |
| diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi |
| index 95a0aa2c4292e059ec58c9242f578111f1df78ca..953ddd24c4390e6a9fb7e3ef12895ca584919a79 100644 |
| --- a/gpu/command_buffer_service.gypi |
| +++ b/gpu/command_buffer_service.gypi |
| @@ -142,6 +142,15 @@ |
| '../third_party/khronos', |
| ], |
| }], |
| + ['OS=="mac"', { |
| + # Required by gles2_cmd_decoder.cc on Mac. |
| + 'link_settings': { |
| + 'libraries': [ |
| + '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
| + '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
|
Dirk Pranke
2015/04/15 15:48:01
why is the full path needed here if it's not neede
Jiang Jiang
2015/04/15 16:17:20
I'm not sure what you are referring to, from what
Dirk Pranke
2015/04/15 16:21:07
I'm talking about gpu/command_buffer/service/BUILD
Jiang Jiang
2015/04/15 16:29:26
See https://codereview.chromium.org/88813005, so b
Dirk Pranke
2015/04/15 16:34:09
Oh! I see, I was totally confused and didn't reali
|
| + ], |
| + }, |
| + }], |
| ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { |
| 'sources': [ |
| 'command_buffer/service/async_pixel_transfer_manager_egl.cc', |