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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 ['toolkit_uses_gtk == 1', { | 128 ['toolkit_uses_gtk == 1', { |
129 'dependencies': [ | 129 'dependencies': [ |
130 '../build/linux/system.gyp:gtk', | 130 '../build/linux/system.gyp:gtk', |
131 ], | 131 ], |
132 }], | 132 }], |
133 ['use_glib == 1', { | 133 ['use_glib == 1', { |
134 'dependencies': [ | 134 'dependencies': [ |
135 '../build/linux/system.gyp:glib', | 135 '../build/linux/system.gyp:glib', |
136 ], | 136 ], |
137 }], | 137 }], |
138 ['use_webkit_compositor==1', { | 138 ['use_webkit_compositor==1 and views_compositor==1', { |
139 'dependencies': [ | 139 'dependencies': [ |
140 '../ui/gfx/compositor/compositor.gyp:compositor', | 140 '../ui/gfx/compositor/compositor.gyp:compositor', |
141 ], | 141 ], |
142 }, { | 142 }, { |
143 'dependencies': [ | 143 'dependencies': [ |
144 '../ui/gfx/compositor/compositor.gyp:test_compositor', | 144 '../ui/gfx/compositor/compositor.gyp:test_compositor', |
145 ], | 145 ], |
146 }], | 146 }], |
147 ], | 147 ], |
148 }, | 148 }, |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 ], | 462 ], |
463 'sources': [ | 463 'sources': [ |
464 'common/gpu/media/video_decode_accelerator_unittest.cc', | 464 'common/gpu/media/video_decode_accelerator_unittest.cc', |
465 ], | 465 ], |
466 } | 466 } |
467 ], | 467 ], |
468 }, | 468 }, |
469 ], | 469 ], |
470 ], | 470 ], |
471 } | 471 } |
OLD | NEW |