OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
10 'base.gypi', | 10 'base.gypi', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'message_pump_glib_unittest.cc', | 178 'message_pump_glib_unittest.cc', |
179 ] | 179 ] |
180 }], | 180 }], |
181 # This is needed to trigger the dll copy step on windows. | 181 # This is needed to trigger the dll copy step on windows. |
182 # TODO(mark): This should not be necessary. | 182 # TODO(mark): This should not be necessary. |
183 ['OS == "win"', { | 183 ['OS == "win"', { |
184 'dependencies': [ | 184 'dependencies': [ |
185 '../third_party/icu/icu.gyp:icudata', | 185 '../third_party/icu/icu.gyp:icudata', |
186 ], | 186 ], |
187 'sources!': [ | 187 'sources!': [ |
188 'data_pack_unittest.cc', | |
189 'file_descriptor_shuffle_unittest.cc', | 188 'file_descriptor_shuffle_unittest.cc', |
190 ], | 189 ], |
191 }, { # OS != "win" | 190 }, { # OS != "win" |
192 'sources!': [ | 191 'sources!': [ |
193 'event_trace_consumer_win_unittest.cc', | 192 'event_trace_consumer_win_unittest.cc', |
194 'event_trace_controller_win_unittest.cc', | 193 'event_trace_controller_win_unittest.cc', |
195 'event_trace_provider_win_unittest.cc', | 194 'event_trace_provider_win_unittest.cc', |
196 'object_watcher_unittest.cc', | 195 'object_watcher_unittest.cc', |
197 'pe_image_unittest.cc', | 196 'pe_image_unittest.cc', |
198 'scoped_bstr_win_unittest.cc', | 197 'scoped_bstr_win_unittest.cc', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ], | 325 ], |
327 }], | 326 }], |
328 ], | 327 ], |
329 } | 328 } |
330 | 329 |
331 # Local Variables: | 330 # Local Variables: |
332 # tab-width:2 | 331 # tab-width:2 |
333 # indent-tabs-mode:nil | 332 # indent-tabs-mode:nil |
334 # End: | 333 # End: |
335 # vim: set expandtab tabstop=2 shiftwidth=2: | 334 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |