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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 ], | 76 ], |
77 }, | 77 }, |
78 { | 78 { |
79 'target_name': 'aura_unittests', | 79 'target_name': 'aura_unittests', |
80 'type': 'executable', | 80 'type': 'executable', |
81 'dependencies': [ | 81 'dependencies': [ |
82 '../../base/base.gyp:test_support_base', | 82 '../../base/base.gyp:test_support_base', |
83 '../../skia/skia.gyp:skia', | 83 '../../skia/skia.gyp:skia', |
84 '../../testing/gtest.gyp:gtest', | 84 '../../testing/gtest.gyp:gtest', |
85 '../gfx/compositor/compositor.gyp:compositor', | 85 '../gfx/compositor/compositor.gyp:compositor', |
86 '../gfx/compositor/compositor.gyp:compositor_test_support', | |
87 '../gfx/gl/gl.gyp:gl', | 86 '../gfx/gl/gl.gyp:gl', |
88 '../ui.gyp:gfx_resources', | 87 '../ui.gyp:gfx_resources', |
89 '../ui.gyp:ui', | 88 '../ui.gyp:ui', |
90 '../ui.gyp:ui_resources', | 89 '../ui.gyp:ui_resources', |
91 'aura', | 90 'aura', |
92 ], | 91 ], |
93 'include_dirs': [ | 92 'include_dirs': [ |
94 '..', | 93 '..', |
95 ], | 94 ], |
96 'sources': [ | 95 'sources': [ |
(...skipping 26 matching lines...) Expand all Loading... |
123 }], | 122 }], |
124 ['OS!="mac"', { | 123 ['OS!="mac"', { |
125 'dependencies': [ | 124 'dependencies': [ |
126 '../../chrome/chrome.gyp:packed_resources', | 125 '../../chrome/chrome.gyp:packed_resources', |
127 ], | 126 ], |
128 }], | 127 }], |
129 ], | 128 ], |
130 }, | 129 }, |
131 ], | 130 ], |
132 } | 131 } |
OLD | NEW |