| 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 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'test/mock_chrome_application_mac.h', | 422 'test/mock_chrome_application_mac.h', |
| 423 'test/mock_chrome_application_mac.mm', | 423 'test/mock_chrome_application_mac.mm', |
| 424 'test/mock_time_provider.cc', | 424 'test/mock_time_provider.cc', |
| 425 'test/mock_time_provider.h', | 425 'test/mock_time_provider.h', |
| 426 'test/multiprocess_test.cc', | 426 'test/multiprocess_test.cc', |
| 427 'test/multiprocess_test.h', | 427 'test/multiprocess_test.h', |
| 428 'test/perf_test_suite.cc', | 428 'test/perf_test_suite.cc', |
| 429 'test/perf_test_suite.h', | 429 'test/perf_test_suite.h', |
| 430 'test/scoped_locale.cc', | 430 'test/scoped_locale.cc', |
| 431 'test/scoped_locale.h', | 431 'test/scoped_locale.h', |
| 432 'test/signaling_task.cc', |
| 433 'test/signaling_task.h', |
| 432 'test/test_file_util.h', | 434 'test/test_file_util.h', |
| 433 'test/test_file_util_linux.cc', | 435 'test/test_file_util_linux.cc', |
| 434 'test/test_file_util_mac.cc', | 436 'test/test_file_util_mac.cc', |
| 435 'test/test_file_util_posix.cc', | 437 'test/test_file_util_posix.cc', |
| 436 'test/test_file_util_win.cc', | 438 'test/test_file_util_win.cc', |
| 437 'test/test_reg_util_win.cc', | 439 'test/test_reg_util_win.cc', |
| 438 'test/test_reg_util_win.h', | 440 'test/test_reg_util_win.h', |
| 439 'test/test_suite.cc', | 441 'test/test_suite.cc', |
| 440 'test/test_suite.h', | 442 'test/test_suite.h', |
| 441 'test/test_stub_android.cc', | 443 'test/test_stub_android.cc', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'msvs_settings': { | 492 'msvs_settings': { |
| 491 'VCLinkerTool': { | 493 'VCLinkerTool': { |
| 492 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 494 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 493 }, | 495 }, |
| 494 }, | 496 }, |
| 495 }, | 497 }, |
| 496 ], | 498 ], |
| 497 }], | 499 }], |
| 498 ], | 500 ], |
| 499 } | 501 } |
| OLD | NEW |