OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'type': 'static_library', | 104 'type': 'static_library', |
105 'dependencies': [ | 105 'dependencies': [ |
106 '<(DEPTH)/base/base.gyp:base', | 106 '<(DEPTH)/base/base.gyp:base', |
107 '<(DEPTH)/cc/cc.gyp:cc', | 107 '<(DEPTH)/cc/cc.gyp:cc', |
108 '<(DEPTH)/cc/cc.gyp:cc_surfaces', | 108 '<(DEPTH)/cc/cc.gyp:cc_surfaces', |
109 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 109 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
110 '<(DEPTH)/skia/skia.gyp:skia', | 110 '<(DEPTH)/skia/skia.gyp:skia', |
111 '<(DEPTH)/testing/gtest.gyp:gtest', | 111 '<(DEPTH)/testing/gtest.gyp:gtest', |
112 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', | 112 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', |
113 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 113 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
| 114 '<(DEPTH)/ui/display/display.gyp:display', |
114 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 115 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
115 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 116 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
116 '<(DEPTH)/ui/gl/gl.gyp:gl', | 117 '<(DEPTH)/ui/gl/gl.gyp:gl', |
117 'compositor', | 118 'compositor', |
118 ], | 119 ], |
119 'sources': [ | 120 'sources': [ |
120 'test/context_factories_for_test.cc', | 121 'test/context_factories_for_test.cc', |
121 'test/context_factories_for_test.h', | 122 'test/context_factories_for_test.h', |
122 'test/draw_waiter_for_test.cc', | 123 'test/draw_waiter_for_test.cc', |
123 'test/draw_waiter_for_test.h', | 124 'test/draw_waiter_for_test.h', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'variables': { | 234 'variables': { |
234 'test_suite_name': 'compositor_unittests', | 235 'test_suite_name': 'compositor_unittests', |
235 }, | 236 }, |
236 'includes': [ | 237 'includes': [ |
237 '../../build/apk_test.gypi', | 238 '../../build/apk_test.gypi', |
238 ], | 239 ], |
239 }, | 240 }, |
240 ]}] | 241 ]}] |
241 ], | 242 ], |
242 } | 243 } |
OLD | NEW |