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 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2014 '../content/common/sandbox_mac_system_access_unittest.mm', | 2014 '../content/common/sandbox_mac_system_access_unittest.mm', |
2015 '../content/common/url_fetcher_unittest.cc', | 2015 '../content/common/url_fetcher_unittest.cc', |
2016 '../content/gpu/gpu_idirect3d9_mock_win.cc', | 2016 '../content/gpu/gpu_idirect3d9_mock_win.cc', |
2017 '../content/gpu/gpu_idirect3d9_mock_win.h', | 2017 '../content/gpu/gpu_idirect3d9_mock_win.h', |
2018 '../content/gpu/gpu_info_collector_unittest.cc', | 2018 '../content/gpu/gpu_info_collector_unittest.cc', |
2019 '../content/gpu/gpu_info_collector_unittest_win.cc', | 2019 '../content/gpu/gpu_info_collector_unittest_win.cc', |
2020 '../content/renderer/active_notification_tracker_unittest.cc', | 2020 '../content/renderer/active_notification_tracker_unittest.cc', |
2021 '../content/renderer/media/audio_message_filter_unittest.cc', | 2021 '../content/renderer/media/audio_message_filter_unittest.cc', |
2022 '../content/renderer/media/audio_renderer_impl_unittest.cc', | 2022 '../content/renderer/media/audio_renderer_impl_unittest.cc', |
2023 '../content/renderer/media/media_stream_dispatcher_unittest.cc', | 2023 '../content/renderer/media/media_stream_dispatcher_unittest.cc', |
| 2024 '../content/renderer/media/rtc_video_decoder_unittest.cc', |
2024 '../content/renderer/media/video_capture_impl_unittest.cc', | 2025 '../content/renderer/media/video_capture_impl_unittest.cc', |
2025 '../content/renderer/media/video_capture_message_filter_unittest.cc', | 2026 '../content/renderer/media/video_capture_message_filter_unittest.cc', |
2026 '../content/renderer/paint_aggregator_unittest.cc', | 2027 '../content/renderer/paint_aggregator_unittest.cc', |
2027 '../testing/gtest_mac_unittest.mm', | 2028 '../testing/gtest_mac_unittest.mm', |
2028 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 2029 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
2029 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 2030 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
2030 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 2031 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
2031 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 2032 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
2032 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 2033 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
2033 '../webkit/fileapi/file_system_test_helper.cc', | 2034 '../webkit/fileapi/file_system_test_helper.cc', |
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4165 ] | 4166 ] |
4166 }], # 'coverage!=0' | 4167 }], # 'coverage!=0' |
4167 ], # 'conditions' | 4168 ], # 'conditions' |
4168 } | 4169 } |
4169 | 4170 |
4170 # Local Variables: | 4171 # Local Variables: |
4171 # tab-width:2 | 4172 # tab-width:2 |
4172 # indent-tabs-mode:nil | 4173 # indent-tabs-mode:nil |
4173 # End: | 4174 # End: |
4174 # vim: set expandtab tabstop=2 shiftwidth=2: | 4175 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |