| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 'win/event_trace_controller_unittest.cc', | 278 'win/event_trace_controller_unittest.cc', |
| 279 'win/event_trace_provider_unittest.cc', | 279 'win/event_trace_provider_unittest.cc', |
| 280 'win/i18n_unittest.cc', | 280 'win/i18n_unittest.cc', |
| 281 'win/iunknown_impl_unittest.cc', | 281 'win/iunknown_impl_unittest.cc', |
| 282 'win/object_watcher_unittest.cc', | 282 'win/object_watcher_unittest.cc', |
| 283 'win/pe_image_unittest.cc', | 283 'win/pe_image_unittest.cc', |
| 284 'win/registry_unittest.cc', | 284 'win/registry_unittest.cc', |
| 285 'win/sampling_profiler_unittest.cc', | 285 'win/sampling_profiler_unittest.cc', |
| 286 'win/scoped_bstr_unittest.cc', | 286 'win/scoped_bstr_unittest.cc', |
| 287 'win/scoped_comptr_unittest.cc', | 287 'win/scoped_comptr_unittest.cc', |
| 288 'win/scoped_process_information_unittest.cc', |
| 288 'win/scoped_variant_unittest.cc', | 289 'win/scoped_variant_unittest.cc', |
| 289 'win/win_util_unittest.cc', | 290 'win/win_util_unittest.cc', |
| 290 'win/wrapped_window_proc_unittest.cc', | 291 'win/wrapped_window_proc_unittest.cc', |
| 291 ], | 292 ], |
| 292 'dependencies': [ | 293 'dependencies': [ |
| 293 'base', | 294 'base', |
| 294 'base_i18n', | 295 'base_i18n', |
| 295 'base_static', | 296 'base_static', |
| 296 'test_support_base', | 297 'test_support_base', |
| 297 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 298 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 # treated as weak imports in dependents, who still must | 638 # treated as weak imports in dependents, who still must |
| 638 # #include closure_blocks_leopard_compat.h to get weak imports. | 639 # #include closure_blocks_leopard_compat.h to get weak imports. |
| 639 'type': 'none', | 640 'type': 'none', |
| 640 }], | 641 }], |
| 641 ], | 642 ], |
| 642 }, | 643 }, |
| 643 ], | 644 ], |
| 644 }], | 645 }], |
| 645 ], | 646 ], |
| 646 } | 647 } |
| OLD | NEW |