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