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 6904117: Reland old fix that was reverted without my knowledge. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 '../content/browser/speech/speech_recognition_request_unittest.cc', 1902 '../content/browser/speech/speech_recognition_request_unittest.cc',
1903 '../content/browser/speech/speech_recognizer_unittest.cc', 1903 '../content/browser/speech/speech_recognizer_unittest.cc',
1904 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1904 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1905 '../content/browser/tab_contents/navigation_entry_unittest.cc', 1905 '../content/browser/tab_contents/navigation_entry_unittest.cc',
1906 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1906 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1907 '../content/browser/webui/web_ui_unittest.cc', 1907 '../content/browser/webui/web_ui_unittest.cc',
1908 '../content/common/font_descriptor_mac_unittest.mm', 1908 '../content/common/font_descriptor_mac_unittest.mm',
1909 '../content/common/gpu/gpu_feature_flags_unittest.cc', 1909 '../content/common/gpu/gpu_feature_flags_unittest.cc',
1910 '../content/common/gpu/gpu_info_unittest.cc', 1910 '../content/common/gpu/gpu_info_unittest.cc',
1911 '../content/common/gpu/gpu_video_decoder_unittest.cc', 1911 '../content/common/gpu/gpu_video_decoder_unittest.cc',
1912 '../content/common/hi_res_timer_manager_unittest.cc',
1912 '../content/common/notification_service_unittest.cc', 1913 '../content/common/notification_service_unittest.cc',
1913 '../content/common/process_watcher_unittest.cc', 1914 '../content/common/process_watcher_unittest.cc',
1914 '../content/common/property_bag_unittest.cc', 1915 '../content/common/property_bag_unittest.cc',
1915 '../content/common/resource_dispatcher_unittest.cc', 1916 '../content/common/resource_dispatcher_unittest.cc',
1916 '../content/common/sandbox_mac_diraccess_unittest.mm', 1917 '../content/common/sandbox_mac_diraccess_unittest.mm',
1917 '../content/common/sandbox_mac_fontloading_unittest.mm', 1918 '../content/common/sandbox_mac_fontloading_unittest.mm',
1918 '../content/common/sandbox_mac_unittest_helper.h', 1919 '../content/common/sandbox_mac_unittest_helper.h',
1919 '../content/common/sandbox_mac_unittest_helper.mm', 1920 '../content/common/sandbox_mac_unittest_helper.mm',
1920 '../content/common/sandbox_mac_system_access_unittest.mm', 1921 '../content/common/sandbox_mac_system_access_unittest.mm',
1921 '../content/gpu/gpu_idirect3d9_mock_win.cc', 1922 '../content/gpu/gpu_idirect3d9_mock_win.cc',
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3905 ] 3906 ]
3906 }], # 'coverage!=0' 3907 }], # 'coverage!=0'
3907 ], # 'conditions' 3908 ], # 'conditions'
3908 } 3909 }
3909 3910
3910 # Local Variables: 3911 # Local Variables:
3911 # tab-width:2 3912 # tab-width:2
3912 # indent-tabs-mode:nil 3913 # indent-tabs-mode:nil
3913 # End: 3914 # End:
3914 # vim: set expandtab tabstop=2 shiftwidth=2: 3915 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698