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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 'test/test_file_util_linux.cc', | 857 'test/test_file_util_linux.cc', |
858 ], | 858 ], |
859 }], | 859 }], |
860 ], | 860 ], |
861 'sources': [ | 861 'sources': [ |
862 'perftimer.cc', | 862 'perftimer.cc', |
863 'test/expectations/expectation.cc', | 863 'test/expectations/expectation.cc', |
864 'test/expectations/expectation.h', | 864 'test/expectations/expectation.h', |
865 'test/expectations/parser.cc', | 865 'test/expectations/parser.cc', |
866 'test/expectations/parser.h', | 866 'test/expectations/parser.h', |
| 867 'test/histogram_recorder.cc', |
| 868 'test/histogram_recorder.h', |
867 'test/mock_chrome_application_mac.h', | 869 'test/mock_chrome_application_mac.h', |
868 'test/mock_chrome_application_mac.mm', | 870 'test/mock_chrome_application_mac.mm', |
869 'test/mock_devices_changed_observer.cc', | 871 'test/mock_devices_changed_observer.cc', |
870 'test/mock_devices_changed_observer.h', | 872 'test/mock_devices_changed_observer.h', |
871 'test/mock_time_provider.cc', | 873 'test/mock_time_provider.cc', |
872 'test/mock_time_provider.h', | 874 'test/mock_time_provider.h', |
873 'test/multiprocess_test.cc', | 875 'test/multiprocess_test.cc', |
874 'test/multiprocess_test.h', | 876 'test/multiprocess_test.h', |
875 'test/multiprocess_test_android.cc', | 877 'test/multiprocess_test_android.cc', |
876 'test/null_task_runner.cc', | 878 'test/null_task_runner.cc', |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1303 'base_unittests.isolate', | 1305 'base_unittests.isolate', |
1304 ], | 1306 ], |
1305 'sources': [ | 1307 'sources': [ |
1306 'base_unittests.isolate', | 1308 'base_unittests.isolate', |
1307 ], | 1309 ], |
1308 }, | 1310 }, |
1309 ], | 1311 ], |
1310 }], | 1312 }], |
1311 ], | 1313 ], |
1312 } | 1314 } |
OLD | NEW |