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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6793054: Moved code that runs in both the browser and GPU process from content/gpu to content/common/gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
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 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 '../content/browser/site_instance_unittest.cc', 1871 '../content/browser/site_instance_unittest.cc',
1872 '../content/browser/speech/endpointer/endpointer_unittest.cc', 1872 '../content/browser/speech/endpointer/endpointer_unittest.cc',
1873 '../content/browser/speech/speech_recognition_request_unittest.cc', 1873 '../content/browser/speech/speech_recognition_request_unittest.cc',
1874 '../content/browser/speech/speech_recognizer_unittest.cc', 1874 '../content/browser/speech/speech_recognizer_unittest.cc',
1875 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1875 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1876 '../content/browser/tab_contents/navigation_entry_unittest.cc', 1876 '../content/browser/tab_contents/navigation_entry_unittest.cc',
1877 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1877 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1878 '../content/browser/webui/web_ui_unittest.cc', 1878 '../content/browser/webui/web_ui_unittest.cc',
1879 '../content/common/font_descriptor_mac_unittest.mm', 1879 '../content/common/font_descriptor_mac_unittest.mm',
1880 '../content/common/gpu_feature_flags_unittest.cc', 1880 '../content/common/gpu_feature_flags_unittest.cc',
1881 '../content/common/gpu_info_unittest.cc', 1881 '../content/common/gpu/gpu_info_unittest.cc',
1882 '../content/common/mru_cache_unittest.cc', 1882 '../content/common/mru_cache_unittest.cc',
1883 '../content/common/notification_service_unittest.cc', 1883 '../content/common/notification_service_unittest.cc',
1884 '../content/common/process_watcher_unittest.cc', 1884 '../content/common/process_watcher_unittest.cc',
1885 '../content/common/property_bag_unittest.cc', 1885 '../content/common/property_bag_unittest.cc',
1886 '../content/common/resource_dispatcher_unittest.cc', 1886 '../content/common/resource_dispatcher_unittest.cc',
1887 '../content/common/sandbox_mac_diraccess_unittest.mm', 1887 '../content/common/sandbox_mac_diraccess_unittest.mm',
1888 '../content/common/sandbox_mac_fontloading_unittest.mm', 1888 '../content/common/sandbox_mac_fontloading_unittest.mm',
1889 '../content/common/sandbox_mac_unittest_helper.h', 1889 '../content/common/sandbox_mac_unittest_helper.h',
1890 '../content/common/sandbox_mac_unittest_helper.mm', 1890 '../content/common/sandbox_mac_unittest_helper.mm',
1891 '../content/common/sandbox_mac_system_access_unittest.mm', 1891 '../content/common/sandbox_mac_system_access_unittest.mm',
1892 '../content/gpu/gpu_idirect3d9_mock_win.cc', 1892 '../content/gpu/gpu_idirect3d9_mock_win.cc',
1893 '../content/gpu/gpu_idirect3d9_mock_win.h', 1893 '../content/gpu/gpu_idirect3d9_mock_win.h',
1894 '../content/gpu/gpu_info_collector_unittest.cc', 1894 '../content/gpu/gpu_info_collector_unittest.cc',
1895 '../content/gpu/gpu_info_unittest_win.cc', 1895 '../content/common/gpu/gpu_info_unittest_win.cc',
1896 '../content/gpu/gpu_video_decoder_unittest.cc', 1896 '../content/common/gpu/gpu_video_decoder_unittest.cc',
1897 '../content/renderer/active_notification_tracker_unittest.cc', 1897 '../content/renderer/active_notification_tracker_unittest.cc',
1898 '../content/renderer/audio_message_filter_unittest.cc', 1898 '../content/renderer/audio_message_filter_unittest.cc',
1899 '../content/renderer/gpu_video_decoder_host_unittest.cc', 1899 '../content/renderer/gpu_video_decoder_host_unittest.cc',
1900 '../content/renderer/media/audio_renderer_impl_unittest.cc', 1900 '../content/renderer/media/audio_renderer_impl_unittest.cc',
1901 '../content/renderer/paint_aggregator_unittest.cc', 1901 '../content/renderer/paint_aggregator_unittest.cc',
1902 '../content/renderer/render_widget_unittest.cc', 1902 '../content/renderer/render_widget_unittest.cc',
1903 '../testing/gtest_mac_unittest.mm', 1903 '../testing/gtest_mac_unittest.mm',
1904 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1904 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1905 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1905 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1906 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1906 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 ] 3817 ]
3818 }], # 'coverage!=0' 3818 }], # 'coverage!=0'
3819 ], # 'conditions' 3819 ], # 'conditions'
3820 } 3820 }
3821 3821
3822 # Local Variables: 3822 # Local Variables:
3823 # tab-width:2 3823 # tab-width:2
3824 # indent-tabs-mode:nil 3824 # indent-tabs-mode:nil
3825 # End: 3825 # End:
3826 # vim: set expandtab tabstop=2 shiftwidth=2: 3826 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/common/child_process_logging_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698