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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7044010: TraceSubscriber implementation that writes to a file. (Closed) Base URL: http://src.chromium.org/svn/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 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after
1926 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1926 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1927 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc', 1927 '../content/browser/renderer_host/resource_dispatcher_host_unittest.cc',
1928 '../content/browser/renderer_host/resource_queue_unittest.cc', 1928 '../content/browser/renderer_host/resource_queue_unittest.cc',
1929 '../content/browser/site_instance_unittest.cc', 1929 '../content/browser/site_instance_unittest.cc',
1930 '../content/browser/speech/endpointer/endpointer_unittest.cc', 1930 '../content/browser/speech/endpointer/endpointer_unittest.cc',
1931 '../content/browser/speech/speech_recognition_request_unittest.cc', 1931 '../content/browser/speech/speech_recognition_request_unittest.cc',
1932 '../content/browser/speech/speech_recognizer_unittest.cc', 1932 '../content/browser/speech/speech_recognizer_unittest.cc',
1933 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1933 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1934 '../content/browser/tab_contents/navigation_entry_unittest.cc', 1934 '../content/browser/tab_contents/navigation_entry_unittest.cc',
1935 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1935 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1936 '../content/browser/trace_subscriber_stdio_unittest.cc',
1936 '../content/common/font_descriptor_mac_unittest.mm', 1937 '../content/common/font_descriptor_mac_unittest.mm',
1937 '../content/common/gpu/gpu_feature_flags_unittest.cc', 1938 '../content/common/gpu/gpu_feature_flags_unittest.cc',
1938 '../content/common/gpu/gpu_info_unittest.cc', 1939 '../content/common/gpu/gpu_info_unittest.cc',
1939 '../content/common/hi_res_timer_manager_unittest.cc', 1940 '../content/common/hi_res_timer_manager_unittest.cc',
1940 '../content/common/notification_service_unittest.cc', 1941 '../content/common/notification_service_unittest.cc',
1941 '../content/common/process_watcher_unittest.cc', 1942 '../content/common/process_watcher_unittest.cc',
1942 '../content/common/property_bag_unittest.cc', 1943 '../content/common/property_bag_unittest.cc',
1943 '../content/common/resource_dispatcher_unittest.cc', 1944 '../content/common/resource_dispatcher_unittest.cc',
1944 '../content/common/sandbox_mac_diraccess_unittest.mm', 1945 '../content/common/sandbox_mac_diraccess_unittest.mm',
1945 '../content/common/sandbox_mac_fontloading_unittest.mm', 1946 '../content/common/sandbox_mac_fontloading_unittest.mm',
(...skipping 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after
3977 ] 3978 ]
3978 }], # 'coverage!=0' 3979 }], # 'coverage!=0'
3979 ], # 'conditions' 3980 ], # 'conditions'
3980 } 3981 }
3981 3982
3982 # Local Variables: 3983 # Local Variables:
3983 # tab-width:2 3984 # tab-width:2
3984 # indent-tabs-mode:nil 3985 # indent-tabs-mode:nil
3985 # End: 3986 # End:
3986 # vim: set expandtab tabstop=2 shiftwidth=2: 3987 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | content/browser/trace_subscriber_stdio.h » ('j') | content/browser/trace_subscriber_stdio_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698