| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 # test_suite initializes GTK. | 358 # test_suite initializes GTK. |
| 359 '../build/linux/system.gyp:gtk', | 359 '../build/linux/system.gyp:gtk', |
| 360 ], | 360 ], |
| 361 }], | 361 }], |
| 362 ['os_posix==0', { | 362 ['os_posix==0', { |
| 363 'sources!': [ | 363 'sources!': [ |
| 364 'test/scoped_locale.cc', | 364 'test/scoped_locale.cc', |
| 365 'test/scoped_locale.h', | 365 'test/scoped_locale.h', |
| 366 ], | 366 ], |
| 367 }], | 367 }], |
| 368 ['OS=="openbsd"', { | 368 ['os_bsd==1', { |
| 369 'sources!': [ | 369 'sources!': [ |
| 370 'test/test_file_util_linux.cc', | 370 'test/test_file_util_linux.cc', |
| 371 ], | 371 ], |
| 372 }], | 372 }], |
| 373 ], | 373 ], |
| 374 'sources': [ | 374 'sources': [ |
| 375 'perftimer.cc', | 375 'perftimer.cc', |
| 376 'test/mock_chrome_application_mac.h', | 376 'test/mock_chrome_application_mac.h', |
| 377 'test/mock_chrome_application_mac.mm', | 377 'test/mock_chrome_application_mac.mm', |
| 378 'test/mock_time_provider.cc', | 378 'test/mock_time_provider.cc', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'msvs_settings': { | 446 'msvs_settings': { |
| 447 'VCLinkerTool': { | 447 'VCLinkerTool': { |
| 448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 448 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 449 }, | 449 }, |
| 450 }, | 450 }, |
| 451 }, | 451 }, |
| 452 ], | 452 ], |
| 453 }], | 453 }], |
| 454 ], | 454 ], |
| 455 } | 455 } |
| OLD | NEW |