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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 'test/test_file_util_linux.cc', | 810 'test/test_file_util_linux.cc', |
811 ], | 811 ], |
812 }], | 812 }], |
813 ], | 813 ], |
814 'sources': [ | 814 'sources': [ |
815 'perftimer.cc', | 815 'perftimer.cc', |
816 'test/expectations/expectation.cc', | 816 'test/expectations/expectation.cc', |
817 'test/expectations/expectation.h', | 817 'test/expectations/expectation.h', |
818 'test/expectations/parser.cc', | 818 'test/expectations/parser.cc', |
819 'test/expectations/parser.h', | 819 'test/expectations/parser.h', |
820 'test/main_hook.cc', | |
821 'test/main_hook.h', | |
822 'test/main_hook_ios.mm', | |
823 'test/mock_chrome_application_mac.h', | 820 'test/mock_chrome_application_mac.h', |
824 'test/mock_chrome_application_mac.mm', | 821 'test/mock_chrome_application_mac.mm', |
825 'test/mock_devices_changed_observer.cc', | 822 'test/mock_devices_changed_observer.cc', |
826 'test/mock_devices_changed_observer.h', | 823 'test/mock_devices_changed_observer.h', |
827 'test/mock_time_provider.cc', | 824 'test/mock_time_provider.cc', |
828 'test/mock_time_provider.h', | 825 'test/mock_time_provider.h', |
829 'test/multiprocess_test.cc', | 826 'test/multiprocess_test.cc', |
830 'test/multiprocess_test.h', | 827 'test/multiprocess_test.h', |
831 'test/multiprocess_test_android.cc', | 828 'test/multiprocess_test_android.cc', |
832 'test/null_task_runner.cc', | 829 'test/null_task_runner.cc', |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 'base_unittests.isolate', | 1212 'base_unittests.isolate', |
1216 ], | 1213 ], |
1217 'sources': [ | 1214 'sources': [ |
1218 'base_unittests.isolate', | 1215 'base_unittests.isolate', |
1219 ], | 1216 ], |
1220 }, | 1217 }, |
1221 ], | 1218 ], |
1222 }], | 1219 }], |
1223 ], | 1220 ], |
1224 } | 1221 } |
OLD | NEW |