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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'type': 'executable', | 206 'type': 'executable', |
207 'dependencies': [ | 207 'dependencies': [ |
208 '../../base/base.gyp:base', | 208 '../../base/base.gyp:base', |
209 '../../base/base.gyp:base_i18n', | 209 '../../base/base.gyp:base_i18n', |
210 '../../skia/skia.gyp:skia', | 210 '../../skia/skia.gyp:skia', |
211 '../../third_party/icu/icu.gyp:icui18n', | 211 '../../third_party/icu/icu.gyp:icui18n', |
212 '../../third_party/icu/icu.gyp:icuuc', | 212 '../../third_party/icu/icu.gyp:icuuc', |
213 '../base/ui_base.gyp:ui_base', | 213 '../base/ui_base.gyp:ui_base', |
214 '../compositor/compositor.gyp:compositor', | 214 '../compositor/compositor.gyp:compositor', |
215 '../compositor/compositor.gyp:compositor_test_support', | 215 '../compositor/compositor.gyp:compositor_test_support', |
| 216 '../display/display.gyp:display', |
216 '../events/events.gyp:events', | 217 '../events/events.gyp:events', |
217 '../gfx/gfx.gyp:gfx', | 218 '../gfx/gfx.gyp:gfx', |
218 '../gfx/gfx.gyp:gfx_geometry', | 219 '../gfx/gfx.gyp:gfx_geometry', |
219 'aura', | 220 'aura', |
220 'aura_test_support', | 221 'aura_test_support', |
221 ], | 222 ], |
222 'include_dirs': [ | 223 'include_dirs': [ |
223 '..', | 224 '..', |
224 ], | 225 ], |
225 'sources': [ | 226 'sources': [ |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'dependencies': [ | 295 'dependencies': [ |
295 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 296 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
296 ], | 297 ], |
297 }], | 298 }], |
298 ], | 299 ], |
299 }, | 300 }, |
300 ], | 301 ], |
301 }], | 302 }], |
302 ], | 303 ], |
303 } | 304 } |
OLD | NEW |