| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'sources': [ | 433 'sources': [ |
| 434 'perftimer.cc', | 434 'perftimer.cc', |
| 435 'test/mock_chrome_application_mac.h', | 435 'test/mock_chrome_application_mac.h', |
| 436 'test/mock_chrome_application_mac.mm', | 436 'test/mock_chrome_application_mac.mm', |
| 437 'test/mock_devices_changed_observer.cc', | 437 'test/mock_devices_changed_observer.cc', |
| 438 'test/mock_devices_changed_observer.h', | 438 'test/mock_devices_changed_observer.h', |
| 439 'test/mock_time_provider.cc', | 439 'test/mock_time_provider.cc', |
| 440 'test/mock_time_provider.h', | 440 'test/mock_time_provider.h', |
| 441 'test/multiprocess_test.cc', | 441 'test/multiprocess_test.cc', |
| 442 'test/multiprocess_test.h', | 442 'test/multiprocess_test.h', |
| 443 'test/multiprocess_test_android.cc', |
| 443 'test/perf_test_suite.cc', | 444 'test/perf_test_suite.cc', |
| 444 'test/perf_test_suite.h', | 445 'test/perf_test_suite.h', |
| 445 'test/scoped_locale.cc', | 446 'test/scoped_locale.cc', |
| 446 'test/scoped_locale.h', | 447 'test/scoped_locale.h', |
| 447 'test/sequenced_task_runner_test_template.cc', | 448 'test/sequenced_task_runner_test_template.cc', |
| 448 'test/sequenced_task_runner_test_template.h', | 449 'test/sequenced_task_runner_test_template.h', |
| 449 'test/task_runner_test_template.cc', | 450 'test/task_runner_test_template.cc', |
| 450 'test/task_runner_test_template.h', | 451 'test/task_runner_test_template.h', |
| 451 'test/test_file_util.h', | 452 'test/test_file_util.h', |
| 452 'test/test_file_util_linux.cc', | 453 'test/test_file_util_linux.cc', |
| (...skipping 235 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 |