| 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'test/mock_chrome_application_mac.h', | 378 'test/mock_chrome_application_mac.h', |
| 379 'test/mock_chrome_application_mac.mm', | 379 'test/mock_chrome_application_mac.mm', |
| 380 'test/mock_time_provider.cc', | 380 'test/mock_time_provider.cc', |
| 381 'test/mock_time_provider.h', | 381 'test/mock_time_provider.h', |
| 382 'test/multiprocess_test.cc', | 382 'test/multiprocess_test.cc', |
| 383 'test/multiprocess_test.h', | 383 'test/multiprocess_test.h', |
| 384 'test/perf_test_suite.cc', | 384 'test/perf_test_suite.cc', |
| 385 'test/perf_test_suite.h', | 385 'test/perf_test_suite.h', |
| 386 'test/scoped_locale.cc', | 386 'test/scoped_locale.cc', |
| 387 'test/scoped_locale.h', | 387 'test/scoped_locale.h', |
| 388 'test/signaling_task.cc', | |
| 389 'test/signaling_task.h', | |
| 390 'test/test_file_util.h', | 388 'test/test_file_util.h', |
| 391 'test/test_file_util_linux.cc', | 389 'test/test_file_util_linux.cc', |
| 392 'test/test_file_util_mac.cc', | 390 'test/test_file_util_mac.cc', |
| 393 'test/test_file_util_posix.cc', | 391 'test/test_file_util_posix.cc', |
| 394 'test/test_file_util_win.cc', | 392 'test/test_file_util_win.cc', |
| 395 'test/test_reg_util_win.cc', | 393 'test/test_reg_util_win.cc', |
| 396 'test/test_reg_util_win.h', | 394 'test/test_reg_util_win.h', |
| 397 'test/test_suite.cc', | 395 'test/test_suite.cc', |
| 398 'test/test_suite.h', | 396 'test/test_suite.h', |
| 399 'test/test_stub_android.cc', | 397 'test/test_stub_android.cc', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 'msvs_settings': { | 446 'msvs_settings': { |
| 449 'VCLinkerTool': { | 447 'VCLinkerTool': { |
| 450 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 451 }, | 449 }, |
| 452 }, | 450 }, |
| 453 }, | 451 }, |
| 454 ], | 452 ], |
| 455 }], | 453 }], |
| 456 ], | 454 ], |
| 457 } | 455 } |
| OLD | NEW |