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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1952 '../content/common/sandbox_mac_unittest_helper.h', | 1952 '../content/common/sandbox_mac_unittest_helper.h', |
1953 '../content/common/sandbox_mac_unittest_helper.mm', | 1953 '../content/common/sandbox_mac_unittest_helper.mm', |
1954 '../content/common/sandbox_mac_system_access_unittest.mm', | 1954 '../content/common/sandbox_mac_system_access_unittest.mm', |
1955 '../content/gpu/gpu_idirect3d9_mock_win.cc', | 1955 '../content/gpu/gpu_idirect3d9_mock_win.cc', |
1956 '../content/gpu/gpu_idirect3d9_mock_win.h', | 1956 '../content/gpu/gpu_idirect3d9_mock_win.h', |
1957 '../content/gpu/gpu_info_collector_unittest.cc', | 1957 '../content/gpu/gpu_info_collector_unittest.cc', |
1958 '../content/gpu/gpu_info_collector_unittest_win.cc', | 1958 '../content/gpu/gpu_info_collector_unittest_win.cc', |
1959 '../content/renderer/active_notification_tracker_unittest.cc', | 1959 '../content/renderer/active_notification_tracker_unittest.cc', |
1960 '../content/renderer/audio_message_filter_unittest.cc', | 1960 '../content/renderer/audio_message_filter_unittest.cc', |
1961 '../content/renderer/media/audio_renderer_impl_unittest.cc', | 1961 '../content/renderer/media/audio_renderer_impl_unittest.cc', |
| 1962 '../content/renderer/media/video_capture_impl_unittest.cc', |
1962 '../content/renderer/paint_aggregator_unittest.cc', | 1963 '../content/renderer/paint_aggregator_unittest.cc', |
1963 '../content/renderer/video_capture_message_filter_unittest.cc', | 1964 '../content/renderer/video_capture_message_filter_unittest.cc', |
1964 '../testing/gtest_mac_unittest.mm', | 1965 '../testing/gtest_mac_unittest.mm', |
1965 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', | 1966 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
1966 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | 1967 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', |
1967 '../webkit/fileapi/file_system_operation_write_unittest.cc', | 1968 '../webkit/fileapi/file_system_operation_write_unittest.cc', |
1968 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | 1969 '../webkit/fileapi/file_system_url_request_job_unittest.cc', |
1969 '../webkit/fileapi/file_writer_delegate_unittest.cc', | 1970 '../webkit/fileapi/file_writer_delegate_unittest.cc', |
1970 '../webkit/fileapi/file_system_test_helper.cc', | 1971 '../webkit/fileapi/file_system_test_helper.cc', |
1971 '../webkit/fileapi/file_system_test_helper.h', | 1972 '../webkit/fileapi/file_system_test_helper.h', |
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4035 ] | 4036 ] |
4036 }], # 'coverage!=0' | 4037 }], # 'coverage!=0' |
4037 ], # 'conditions' | 4038 ], # 'conditions' |
4038 } | 4039 } |
4039 | 4040 |
4040 # Local Variables: | 4041 # Local Variables: |
4041 # tab-width:2 | 4042 # tab-width:2 |
4042 # indent-tabs-mode:nil | 4043 # indent-tabs-mode:nil |
4043 # End: | 4044 # End: |
4044 # vim: set expandtab tabstop=2 shiftwidth=2: | 4045 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |