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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 ], | 146 ], |
147 }], | 147 }], |
148 ['use_glib == 1', { | 148 ['use_glib == 1', { |
149 'dependencies': [ | 149 'dependencies': [ |
150 '../build/linux/system.gyp:glib', | 150 '../build/linux/system.gyp:glib', |
151 ], | 151 ], |
152 }], | 152 }], |
153 ['use_aura==1', { | 153 ['use_aura==1', { |
154 'dependencies': [ | 154 'dependencies': [ |
155 '../ui/aura/aura.gyp:test_support_aura', | 155 '../ui/aura/aura.gyp:test_support_aura', |
156 '../ui/gfx/compositor/compositor.gyp:compositor', | 156 '../ui/compositor/compositor.gyp:compositor', |
157 ], | 157 ], |
158 }], | 158 }], |
159 ], | 159 ], |
160 }, | 160 }, |
161 { | 161 { |
162 'target_name': 'content_unittests', | 162 'target_name': 'content_unittests', |
163 'type': 'executable', | 163 'type': 'executable', |
164 'defines!': ['CONTENT_IMPLEMENTATION'], | 164 'defines!': ['CONTENT_IMPLEMENTATION'], |
165 'dependencies': [ | 165 'dependencies': [ |
166 'content_browser', | 166 'content_browser', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 ], | 497 ], |
498 'sources': [ | 498 'sources': [ |
499 'common/gpu/media/video_decode_accelerator_unittest.cc', | 499 'common/gpu/media/video_decode_accelerator_unittest.cc', |
500 ], | 500 ], |
501 } | 501 } |
502 ], | 502 ], |
503 }, | 503 }, |
504 ], | 504 ], |
505 ], | 505 ], |
506 } | 506 } |
OLD | NEW |