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 '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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 ], | 125 ], |
126 }], | 126 }], |
127 ['OS=="win" and win_use_allocator_shim==1', { | 127 ['OS=="win" and win_use_allocator_shim==1', { |
128 'dependencies': [ | 128 'dependencies': [ |
129 '../base/allocator/allocator.gyp:allocator', | 129 '../base/allocator/allocator.gyp:allocator', |
130 ], | 130 ], |
131 }], | 131 }], |
132 ['chromeos==1', { | 132 ['chromeos==1', { |
133 'sources/': [ | 133 'sources/': [ |
134 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], | 134 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], |
135 # TODO(jam): remove this | |
136 ['exclude', '^browser/renderer_host/resource_dispatcher_host_unittes
t.cc'], | |
137 ], | 135 ], |
138 }], | 136 }], |
139 ], | 137 ], |
140 }, | 138 }, |
141 ], | 139 ], |
142 } | 140 } |
OLD | NEW |