Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7003053: Moves audio files from content\renderer\ to content\renderer\media. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/audio_device.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 '../content/common/sandbox_mac_fontloading_unittest.mm', 1975 '../content/common/sandbox_mac_fontloading_unittest.mm',
1976 '../content/common/sandbox_mac_unittest_helper.h', 1976 '../content/common/sandbox_mac_unittest_helper.h',
1977 '../content/common/sandbox_mac_unittest_helper.mm', 1977 '../content/common/sandbox_mac_unittest_helper.mm',
1978 '../content/common/sandbox_mac_system_access_unittest.mm', 1978 '../content/common/sandbox_mac_system_access_unittest.mm',
1979 '../content/common/url_fetcher_unittest.cc', 1979 '../content/common/url_fetcher_unittest.cc',
1980 '../content/gpu/gpu_idirect3d9_mock_win.cc', 1980 '../content/gpu/gpu_idirect3d9_mock_win.cc',
1981 '../content/gpu/gpu_idirect3d9_mock_win.h', 1981 '../content/gpu/gpu_idirect3d9_mock_win.h',
1982 '../content/gpu/gpu_info_collector_unittest.cc', 1982 '../content/gpu/gpu_info_collector_unittest.cc',
1983 '../content/gpu/gpu_info_collector_unittest_win.cc', 1983 '../content/gpu/gpu_info_collector_unittest_win.cc',
1984 '../content/renderer/active_notification_tracker_unittest.cc', 1984 '../content/renderer/active_notification_tracker_unittest.cc',
1985 '../content/renderer/audio_message_filter_unittest.cc', 1985 '../content/renderer/media/audio_message_filter_unittest.cc',
1986 '../content/renderer/media/audio_renderer_impl_unittest.cc', 1986 '../content/renderer/media/audio_renderer_impl_unittest.cc',
1987 '../content/renderer/media/video_capture_impl_unittest.cc', 1987 '../content/renderer/media/video_capture_impl_unittest.cc',
1988 '../content/renderer/paint_aggregator_unittest.cc', 1988 '../content/renderer/paint_aggregator_unittest.cc',
1989 '../content/renderer/video_capture_message_filter_unittest.cc', 1989 '../content/renderer/video_capture_message_filter_unittest.cc',
1990 '../testing/gtest_mac_unittest.mm', 1990 '../testing/gtest_mac_unittest.mm',
1991 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1991 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1992 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1992 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1993 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1993 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1994 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1994 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1995 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1995 '../webkit/fileapi/file_writer_delegate_unittest.cc',
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 ] 4107 ]
4108 }], # 'coverage!=0' 4108 }], # 'coverage!=0'
4109 ], # 'conditions' 4109 ], # 'conditions'
4110 } 4110 }
4111 4111
4112 # Local Variables: 4112 # Local Variables:
4113 # tab-width:2 4113 # tab-width:2
4114 # indent-tabs-mode:nil 4114 # indent-tabs-mode:nil
4115 # End: 4115 # End:
4116 # vim: set expandtab tabstop=2 shiftwidth=2: 4116 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/audio_device.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698