| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'win/event_trace_controller_unittest.cc', | 253 'win/event_trace_controller_unittest.cc', |
| 254 'win/event_trace_provider_unittest.cc', | 254 'win/event_trace_provider_unittest.cc', |
| 255 'win/i18n_unittest.cc', | 255 'win/i18n_unittest.cc', |
| 256 'win/iunknown_impl_unittest.cc', | 256 'win/iunknown_impl_unittest.cc', |
| 257 'win/object_watcher_unittest.cc', | 257 'win/object_watcher_unittest.cc', |
| 258 'win/pe_image_unittest.cc', | 258 'win/pe_image_unittest.cc', |
| 259 'win/registry_unittest.cc', | 259 'win/registry_unittest.cc', |
| 260 'win/sampling_profiler_unittest.cc', | 260 'win/sampling_profiler_unittest.cc', |
| 261 'win/scoped_bstr_unittest.cc', | 261 'win/scoped_bstr_unittest.cc', |
| 262 'win/scoped_comptr_unittest.cc', | 262 'win/scoped_comptr_unittest.cc', |
| 263 'win/scoped_hdc_unittest.cc', | |
| 264 'win/scoped_variant_unittest.cc', | 263 'win/scoped_variant_unittest.cc', |
| 265 'win/win_util_unittest.cc', | 264 'win/win_util_unittest.cc', |
| 266 'win/wrapped_window_proc_unittest.cc', | 265 'win/wrapped_window_proc_unittest.cc', |
| 267 ], | 266 ], |
| 268 'dependencies': [ | 267 'dependencies': [ |
| 269 'base', | 268 'base', |
| 270 'base_i18n', | 269 'base_i18n', |
| 271 'base_static', | 270 'base_static', |
| 272 'test_support_base', | 271 'test_support_base', |
| 273 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 272 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 'msvs_settings': { | 466 'msvs_settings': { |
| 468 'VCLinkerTool': { | 467 'VCLinkerTool': { |
| 469 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 468 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 470 }, | 469 }, |
| 471 }, | 470 }, |
| 472 }, | 471 }, |
| 473 ], | 472 ], |
| 474 }], | 473 }], |
| 475 ], | 474 ], |
| 476 } | 475 } |
| OLD | NEW |