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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 }, | 719 }, |
720 }, | 720 }, |
721 }, | 721 }, |
722 }], | 722 }], |
723 ], | 723 ], |
724 'sources': [ | 724 'sources': [ |
725 'perftimer.cc', | 725 'perftimer.cc', |
726 'test/main_hook.cc', | 726 'test/main_hook.cc', |
727 'test/main_hook.h', | 727 'test/main_hook.h', |
728 'test/main_hook_ios.mm', | 728 'test/main_hook_ios.mm', |
| 729 'test/mock_callback.cc', |
| 730 'test/mock_callback.h', |
729 'test/mock_chrome_application_mac.h', | 731 'test/mock_chrome_application_mac.h', |
730 'test/mock_chrome_application_mac.mm', | 732 'test/mock_chrome_application_mac.mm', |
731 'test/mock_devices_changed_observer.cc', | 733 'test/mock_devices_changed_observer.cc', |
732 'test/mock_devices_changed_observer.h', | 734 'test/mock_devices_changed_observer.h', |
733 'test/mock_time_provider.cc', | 735 'test/mock_time_provider.cc', |
734 'test/mock_time_provider.h', | 736 'test/mock_time_provider.h', |
735 'test/multiprocess_test.cc', | 737 'test/multiprocess_test.cc', |
736 'test/multiprocess_test.h', | 738 'test/multiprocess_test.h', |
737 'test/multiprocess_test_android.cc', | 739 'test/multiprocess_test_android.cc', |
738 'test/perf_test_suite.cc', | 740 'test/perf_test_suite.cc', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1056 'base_unittests.isolate', | 1058 'base_unittests.isolate', |
1057 ], | 1059 ], |
1058 'sources': [ | 1060 'sources': [ |
1059 'base_unittests.isolate', | 1061 'base_unittests.isolate', |
1060 ], | 1062 ], |
1061 }, | 1063 }, |
1062 ], | 1064 ], |
1063 }], | 1065 }], |
1064 ], | 1066 ], |
1065 } | 1067 } |
OLD | NEW |