| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'test/test_suite.h', | 420 'test/test_suite.h', |
| 421 'test/test_stub_android.cc', | 421 'test/test_stub_android.cc', |
| 422 'test/test_switches.cc', | 422 'test/test_switches.cc', |
| 423 'test/test_switches.h', | 423 'test/test_switches.h', |
| 424 'test/test_timeouts.cc', | 424 'test/test_timeouts.cc', |
| 425 'test/test_timeouts.h', | 425 'test/test_timeouts.h', |
| 426 'test/thread_test_helper.cc', | 426 'test/thread_test_helper.cc', |
| 427 'test/thread_test_helper.h', | 427 'test/thread_test_helper.h', |
| 428 'test/trace_event_analyzer.cc', | 428 'test/trace_event_analyzer.cc', |
| 429 'test/trace_event_analyzer.h', | 429 'test/trace_event_analyzer.h', |
| 430 'test/values_test_util.cc', |
| 431 'test/values_test_util.h', |
| 430 ], | 432 ], |
| 431 }, | 433 }, |
| 432 { | 434 { |
| 433 'target_name': 'test_support_perf', | 435 'target_name': 'test_support_perf', |
| 434 'type': 'static_library', | 436 'type': 'static_library', |
| 435 'dependencies': [ | 437 'dependencies': [ |
| 436 'base', | 438 'base', |
| 437 '../testing/gtest.gyp:gtest', | 439 '../testing/gtest.gyp:gtest', |
| 438 ], | 440 ], |
| 439 'sources': [ | 441 'sources': [ |
| (...skipping 30 matching lines...) Expand all Loading... |
| 470 'msvs_settings': { | 472 'msvs_settings': { |
| 471 'VCLinkerTool': { | 473 'VCLinkerTool': { |
| 472 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 474 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 473 }, | 475 }, |
| 474 }, | 476 }, |
| 475 }, | 477 }, |
| 476 ], | 478 ], |
| 477 }], | 479 }], |
| 478 ], | 480 ], |
| 479 } | 481 } |
| OLD | NEW |