OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 2000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2011 '../content/common/sandbox_mac_unittest_helper.mm', | 2011 '../content/common/sandbox_mac_unittest_helper.mm', |
2012 '../content/common/sandbox_mac_system_access_unittest.mm', | 2012 '../content/common/sandbox_mac_system_access_unittest.mm', |
2013 '../content/common/url_fetcher_unittest.cc', | 2013 '../content/common/url_fetcher_unittest.cc', |
2014 '../content/gpu/gpu_idirect3d9_mock_win.cc', | 2014 '../content/gpu/gpu_idirect3d9_mock_win.cc', |
2015 '../content/gpu/gpu_idirect3d9_mock_win.h', | 2015 '../content/gpu/gpu_idirect3d9_mock_win.h', |
2016 '../content/gpu/gpu_info_collector_unittest.cc', | 2016 '../content/gpu/gpu_info_collector_unittest.cc', |
2017 '../content/gpu/gpu_info_collector_unittest_win.cc', | 2017 '../content/gpu/gpu_info_collector_unittest_win.cc', |
2018 '../content/renderer/active_notification_tracker_unittest.cc', | 2018 '../content/renderer/active_notification_tracker_unittest.cc', |
2019 '../content/renderer/media/audio_message_filter_unittest.cc', | 2019 '../content/renderer/media/audio_message_filter_unittest.cc', |
2020 '../content/renderer/media/audio_renderer_impl_unittest.cc', | 2020 '../content/renderer/media/audio_renderer_impl_unittest.cc', |
| 2021 '../content/renderer/media/media_stream_dispatcher_unittest.cc', |
2021 '../content/renderer/media/video_capture_impl_unittest.cc', | 2022 '../content/renderer/media/video_capture_impl_unittest.cc', |
2022 '../content/renderer/media/video_capture_message_filter_unittest.cc', | 2023 '../content/renderer/media/video_capture_message_filter_unittest.cc', |
2023 '../content/renderer/paint_aggregator_unittest.cc', | 2024 '../content/renderer/paint_aggregator_unittest.cc', |
2024 '../testing/gtest_mac_unittest.mm', | 2025 '../testing/gtest_mac_unittest.mm', |
2025 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2026 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2026 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2027 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2027 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2028 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
2028 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2029 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
2029 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2030 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
2030 '../webkit/fileapi/file_system_test_helper.cc', | 2031 '../webkit/fileapi/file_system_test_helper.cc', |
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4142 ] | 4143 ] |
4143 }], # 'coverage!=0' | 4144 }], # 'coverage!=0' |
4144 ], # 'conditions' | 4145 ], # 'conditions' |
4145 } | 4146 } |
4146 | 4147 |
4147 # Local Variables: | 4148 # Local Variables: |
4148 # tab-width:2 | 4149 # tab-width:2 |
4149 # indent-tabs-mode:nil | 4150 # indent-tabs-mode:nil |
4150 # End: | 4151 # End: |
4151 # vim: set expandtab tabstop=2 shiftwidth=2: | 4152 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |