OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 ], | 104 ], |
105 }, | 105 }, |
106 { | 106 { |
107 'target_name': 'aura_unittests', | 107 'target_name': 'aura_unittests', |
108 'type': 'executable', | 108 'type': 'executable', |
109 'dependencies': [ | 109 'dependencies': [ |
110 '../../base/base.gyp:test_support_base', | 110 '../../base/base.gyp:test_support_base', |
111 '../../skia/skia.gyp:skia', | 111 '../../skia/skia.gyp:skia', |
112 '../../testing/gtest.gyp:gtest', | 112 '../../testing/gtest.gyp:gtest', |
113 '../gfx/compositor/compositor.gyp:compositor', | 113 '../gfx/compositor/compositor.gyp:compositor', |
| 114 '../gfx/compositor/compositor.gyp:compositor_test_support', |
114 '../gfx/gl/gl.gyp:gl', | 115 '../gfx/gl/gl.gyp:gl', |
115 '../ui.gyp:gfx_resources', | 116 '../ui.gyp:gfx_resources', |
116 '../ui.gyp:ui', | 117 '../ui.gyp:ui', |
117 '../ui.gyp:ui_resources', | 118 '../ui.gyp:ui_resources', |
118 'test_support_aura', | 119 'test_support_aura', |
119 'aura', | 120 'aura', |
120 ], | 121 ], |
121 'include_dirs': [ | 122 'include_dirs': [ |
122 '..', | 123 '..', |
123 ], | 124 ], |
(...skipping 17 matching lines...) Expand all Loading... |
141 }], | 142 }], |
142 ['OS!="mac"', { | 143 ['OS!="mac"', { |
143 'dependencies': [ | 144 'dependencies': [ |
144 '../../chrome/chrome.gyp:packed_resources', | 145 '../../chrome/chrome.gyp:packed_resources', |
145 ], | 146 ], |
146 }], | 147 }], |
147 ], | 148 ], |
148 }, | 149 }, |
149 ], | 150 ], |
150 } | 151 } |
OLD | NEW |