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 '../ui.gyp:native_theme_resources', | 206 '../ui.gyp:native_theme_resources', |
207 '../ui.gyp:ui', | 207 '../ui.gyp:ui', |
208 '../ui.gyp:ui_resources', | 208 '../ui.gyp:ui_resources', |
209 'aura', | 209 'aura', |
210 ], | 210 ], |
211 'include_dirs': [ | 211 'include_dirs': [ |
212 '..', | 212 '..', |
213 ], | 213 ], |
214 'sources': [ | 214 'sources': [ |
215 'demo/demo_main.cc', | 215 'demo/demo_main.cc', |
216 '<(SHARED_INTERMEDIATE_DIR)/ui/base/native_theme/native_theme_resources.
rc', | 216 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', |
217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
218 ], | 218 ], |
219 }, | 219 }, |
220 { | 220 { |
221 'target_name': 'aura_unittests', | 221 'target_name': 'aura_unittests', |
222 'type': 'executable', | 222 'type': 'executable', |
223 'dependencies': [ | 223 'dependencies': [ |
224 '../../base/base.gyp:test_support_base', | 224 '../../base/base.gyp:test_support_base', |
225 '../../chrome/chrome_resources.gyp:packed_resources', | 225 '../../chrome/chrome_resources.gyp:packed_resources', |
226 '../../skia/skia.gyp:skia', | 226 '../../skia/skia.gyp:skia', |
(...skipping 27 matching lines...) Expand all Loading... |
254 # osmesa GL implementation is used on linux. | 254 # osmesa GL implementation is used on linux. |
255 ['OS=="linux"', { | 255 ['OS=="linux"', { |
256 'dependencies': [ | 256 'dependencies': [ |
257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
258 ], | 258 ], |
259 }], | 259 }], |
260 ], | 260 ], |
261 }, | 261 }, |
262 ], | 262 ], |
263 } | 263 } |
OLD | NEW |