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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'base.gypi', | 10 'base.gypi', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'test/multiprocess_test.h', | 334 'test/multiprocess_test.h', |
335 'test/perf_test_suite.cc', | 335 'test/perf_test_suite.cc', |
336 'test/perf_test_suite.h', | 336 'test/perf_test_suite.h', |
337 'test/scoped_locale.cc', | 337 'test/scoped_locale.cc', |
338 'test/scoped_locale.h', | 338 'test/scoped_locale.h', |
339 'test/test_file_util.h', | 339 'test/test_file_util.h', |
340 'test/test_file_util_linux.cc', | 340 'test/test_file_util_linux.cc', |
341 'test/test_file_util_mac.cc', | 341 'test/test_file_util_mac.cc', |
342 'test/test_file_util_posix.cc', | 342 'test/test_file_util_posix.cc', |
343 'test/test_file_util_win.cc', | 343 'test/test_file_util_win.cc', |
| 344 'test/test_reg_util_win.cc', |
| 345 'test/test_reg_util_win.h', |
344 'test/test_suite.cc', | 346 'test/test_suite.cc', |
345 'test/test_suite.h', | 347 'test/test_suite.h', |
346 'test/test_switches.cc', | 348 'test/test_switches.cc', |
347 'test/test_switches.h', | 349 'test/test_switches.h', |
348 'test/test_timeouts.cc', | 350 'test/test_timeouts.cc', |
349 'test/test_timeouts.h', | 351 'test/test_timeouts.h', |
350 'test/thread_test_helper.cc', | 352 'test/thread_test_helper.cc', |
351 'test/thread_test_helper.h', | 353 'test/thread_test_helper.h', |
352 ], | 354 ], |
353 }, | 355 }, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 'msvs_settings': { | 394 'msvs_settings': { |
393 'VCLinkerTool': { | 395 'VCLinkerTool': { |
394 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 396 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
395 }, | 397 }, |
396 }, | 398 }, |
397 }, | 399 }, |
398 ], | 400 ], |
399 }], | 401 }], |
400 ], | 402 ], |
401 } | 403 } |
OLD | NEW |