| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 'dependencies': [ | 32 'dependencies': [ |
| 33 '<(DEPTH)/base/base.gyp:base', | 33 '<(DEPTH)/base/base.gyp:base', |
| 34 '<(DEPTH)/skia/skia.gyp:skia', | 34 '<(DEPTH)/skia/skia.gyp:skia', |
| 35 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 35 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
| 36 '<(DEPTH)/ui/events/events.gyp:events_base', | 36 '<(DEPTH)/ui/events/events.gyp:events_base', |
| 37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 37 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 38 '<(DEPTH)/ui/gl/gl.gyp:gl', | 38 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 39 ], | 39 ], |
| 40 'link_settings': { | 40 'link_settings': { |
| 41 'libraries': [ | 41 'libraries': [ |
| 42 # Required by io_surface_texture.mm. | |
| 43 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | |
| 44 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | |
| 45 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 42 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 46 ], | 43 ], |
| 47 }, | 44 }, |
| 48 }, | 45 }, |
| 49 ], | 46 ], |
| 50 } | 47 } |
| OLD | NEW |