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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 'test/task_runner_test_template.h', | 450 'test/task_runner_test_template.h', |
451 'test/test_file_util.h', | 451 'test/test_file_util.h', |
452 'test/test_file_util_linux.cc', | 452 'test/test_file_util_linux.cc', |
453 'test/test_file_util_mac.cc', | 453 'test/test_file_util_mac.cc', |
454 'test/test_file_util_posix.cc', | 454 'test/test_file_util_posix.cc', |
455 'test/test_file_util_win.cc', | 455 'test/test_file_util_win.cc', |
456 'test/test_reg_util_win.cc', | 456 'test/test_reg_util_win.cc', |
457 'test/test_reg_util_win.h', | 457 'test/test_reg_util_win.h', |
458 'test/test_suite.cc', | 458 'test/test_suite.cc', |
459 'test/test_suite.h', | 459 'test/test_suite.h', |
460 'test/test_stub_android.cc', | 460 'test/test_support_android.cc', |
| 461 'test/test_support_android.h', |
461 'test/test_switches.cc', | 462 'test/test_switches.cc', |
462 'test/test_switches.h', | 463 'test/test_switches.h', |
463 'test/test_timeouts.cc', | 464 'test/test_timeouts.cc', |
464 'test/test_timeouts.h', | 465 'test/test_timeouts.h', |
465 'test/thread_test_helper.cc', | 466 'test/thread_test_helper.cc', |
466 'test/thread_test_helper.h', | 467 'test/thread_test_helper.h', |
467 'test/trace_event_analyzer.cc', | 468 'test/trace_event_analyzer.cc', |
468 'test/trace_event_analyzer.h', | 469 'test/trace_event_analyzer.h', |
469 'test/values_test_util.cc', | 470 'test/values_test_util.cc', |
470 'test/values_test_util.h', | 471 'test/values_test_util.h', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 '--ant-args', | 689 '--ant-args', |
689 '-DPRODUCT_DIR=<(PRODUCT_DIR)', | 690 '-DPRODUCT_DIR=<(PRODUCT_DIR)', |
690 '--ant-compile' | 691 '--ant-compile' |
691 ], | 692 ], |
692 }, | 693 }, |
693 ] | 694 ] |
694 }], | 695 }], |
695 }], | 696 }], |
696 ], | 697 ], |
697 } | 698 } |
OLD | NEW |