| 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 # test_suite initializes GTK. | 403 # test_suite initializes GTK. |
| 404 '../build/linux/system.gyp:gtk', | 404 '../build/linux/system.gyp:gtk', |
| 405 ], | 405 ], |
| 406 }], | 406 }], |
| 407 ['os_posix==0', { | 407 ['os_posix==0', { |
| 408 'sources!': [ | 408 'sources!': [ |
| 409 'test/scoped_locale.cc', | 409 'test/scoped_locale.cc', |
| 410 'test/scoped_locale.h', | 410 'test/scoped_locale.h', |
| 411 ], | 411 ], |
| 412 }], | 412 }], |
| 413 ['OS=="openbsd"', { |
| 414 'sources!': [ |
| 415 'test/test_file_util_linux.cc', |
| 416 ], |
| 417 }], |
| 413 ], | 418 ], |
| 414 'sources': [ | 419 'sources': [ |
| 415 'perftimer.cc', | 420 'perftimer.cc', |
| 416 'test/mock_chrome_application_mac.h', | 421 'test/mock_chrome_application_mac.h', |
| 417 'test/mock_chrome_application_mac.mm', | 422 'test/mock_chrome_application_mac.mm', |
| 418 'test/mock_time_provider.cc', | 423 'test/mock_time_provider.cc', |
| 419 'test/mock_time_provider.h', | 424 'test/mock_time_provider.h', |
| 420 'test/multiprocess_test.cc', | 425 'test/multiprocess_test.cc', |
| 421 'test/multiprocess_test.h', | 426 'test/multiprocess_test.h', |
| 422 'test/perf_test_suite.cc', | 427 'test/perf_test_suite.cc', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 'msvs_settings': { | 487 'msvs_settings': { |
| 483 'VCLinkerTool': { | 488 'VCLinkerTool': { |
| 484 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 489 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 485 }, | 490 }, |
| 486 }, | 491 }, |
| 487 }, | 492 }, |
| 488 ], | 493 ], |
| 489 }], | 494 }], |
| 490 ], | 495 ], |
| 491 } | 496 } |
| OLD | NEW |