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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'target_name': 'accelerated_widget_mac_unittests', | 55 'target_name': 'accelerated_widget_mac_unittests', |
56 'type': '<(gtest_target_type)', | 56 'type': '<(gtest_target_type)', |
57 'dependencies': [ | 57 'dependencies': [ |
58 '<(DEPTH)/base/base.gyp:base', | 58 '<(DEPTH)/base/base.gyp:base', |
59 '<(DEPTH)/base/base.gyp:run_all_unittests', | 59 '<(DEPTH)/base/base.gyp:run_all_unittests', |
60 '<(DEPTH)/base/base.gyp:test_support_base', | 60 '<(DEPTH)/base/base.gyp:test_support_base', |
61 '<(DEPTH)/skia/skia.gyp:skia', | 61 '<(DEPTH)/skia/skia.gyp:skia', |
62 '<(DEPTH)/testing/gmock.gyp:gmock', | 62 '<(DEPTH)/testing/gmock.gyp:gmock', |
63 '<(DEPTH)/testing/gtest.gyp:gtest', | 63 '<(DEPTH)/testing/gtest.gyp:gtest', |
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support', | 64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support', |
| 65 '<(DEPTH)/ui/gl/gl.gyp:gl', |
65 'accelerated_widget_mac', | 66 'accelerated_widget_mac', |
66 ], | 67 ], |
67 'sources': [ | 68 'sources': [ |
68 'ca_layer_tree_unittest_mac.mm', | 69 'ca_layer_tree_unittest_mac.mm', |
69 ], | 70 ], |
70 'link_settings': { | 71 'link_settings': { |
71 'libraries': [ | 72 'libraries': [ |
72 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 73 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
73 ], | 74 ], |
74 }, | 75 }, |
75 }, | 76 }, |
76 ], | 77 ], |
77 } | 78 } |
OLD | NEW |