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 22 matching lines...) Expand all Loading... |
33 ], | 33 ], |
34 'dependencies': [ | 34 'dependencies': [ |
35 '<(DEPTH)/base/base.gyp:base', | 35 '<(DEPTH)/base/base.gyp:base', |
36 '<(DEPTH)/skia/skia.gyp:skia', | 36 '<(DEPTH)/skia/skia.gyp:skia', |
37 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers', | 37 '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers', |
38 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 38 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
39 '<(DEPTH)/ui/events/events.gyp:events_base', | 39 '<(DEPTH)/ui/events/events.gyp:events_base', |
40 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 40 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
41 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 41 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
42 '<(DEPTH)/ui/gl/gl.gyp:gl', | 42 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 43 '<(DEPTH)/ui/latency_info/latency_info.gyp:latency_info', |
43 ], | 44 ], |
44 'link_settings': { | 45 'link_settings': { |
45 'libraries': [ | 46 'libraries': [ |
46 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', | 47 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', |
47 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework', | 48 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework', |
48 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 49 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
49 ], | 50 ], |
50 }, | 51 }, |
51 }, | 52 }, |
52 { | 53 { |
(...skipping 14 matching lines...) Expand all Loading... |
67 'ca_layer_tree_unittest_mac.mm', | 68 'ca_layer_tree_unittest_mac.mm', |
68 ], | 69 ], |
69 'link_settings': { | 70 'link_settings': { |
70 'libraries': [ | 71 'libraries': [ |
71 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 72 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
72 ], | 73 ], |
73 }, | 74 }, |
74 }, | 75 }, |
75 ], | 76 ], |
76 } | 77 } |
OLD | NEW |