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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7981004: add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 2 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'test/base/test_url_request_context_getter.h', 203 'test/base/test_url_request_context_getter.h',
204 'test/base/testing_browser_process.cc', 204 'test/base/testing_browser_process.cc',
205 'test/base/testing_browser_process.h', 205 'test/base/testing_browser_process.h',
206 'test/base/testing_pref_service.cc', 206 'test/base/testing_pref_service.cc',
207 'test/base/testing_pref_service.h', 207 'test/base/testing_pref_service.h',
208 'test/base/testing_profile.cc', 208 'test/base/testing_profile.cc',
209 'test/base/testing_profile.h', 209 'test/base/testing_profile.h',
210 'test/base/testing_profile_manager.cc', 210 'test/base/testing_profile_manager.cc',
211 'test/base/testing_profile_manager.h', 211 'test/base/testing_profile_manager.h',
212 'test/base/thread_observer_helper.h', 212 'test/base/thread_observer_helper.h',
213 'test/base/trace_event_analyzer.cc',
214 'test/base/trace_event_analyzer.h',
213 'test/base/ui_test_utils.cc', 215 'test/base/ui_test_utils.cc',
214 'test/base/ui_test_utils.h', 216 'test/base/ui_test_utils.h',
215 'test/base/ui_test_utils_aura.cc', 217 'test/base/ui_test_utils_aura.cc',
216 'test/base/ui_test_utils_gtk.cc', 218 'test/base/ui_test_utils_gtk.cc',
217 'test/base/ui_test_utils_mac.mm', 219 'test/base/ui_test_utils_mac.mm',
218 'test/base/ui_test_utils_win.cc', 220 'test/base/ui_test_utils_win.cc',
219 'test/base/values_test_util.cc', 221 'test/base/values_test_util.cc',
220 'test/base/values_test_util.h', 222 'test/base/values_test_util.h',
221 'test/test_navigation_observer.cc', 223 'test/test_navigation_observer.cc',
222 'test/test_navigation_observer.h', 224 'test/test_navigation_observer.h',
(...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 'service/cloud_print/cloud_print_helpers_unittest.cc', 1885 'service/cloud_print/cloud_print_helpers_unittest.cc',
1884 'service/cloud_print/cloud_print_token_store_unittest.cc', 1886 'service/cloud_print/cloud_print_token_store_unittest.cc',
1885 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', 1887 'service/cloud_print/cloud_print_url_fetcher_unittest.cc',
1886 'service/service_process_unittest.cc', 1888 'service/service_process_unittest.cc',
1887 'test/base/browser_with_test_window_test.cc', 1889 'test/base/browser_with_test_window_test.cc',
1888 'test/base/browser_with_test_window_test.h', 1890 'test/base/browser_with_test_window_test.h',
1889 'test/base/menu_model_test.cc', 1891 'test/base/menu_model_test.cc',
1890 'test/base/menu_model_test.h', 1892 'test/base/menu_model_test.h',
1891 'test/base/render_view_test.cc', 1893 'test/base/render_view_test.cc',
1892 'test/base/render_view_test.h', 1894 'test/base/render_view_test.h',
1895 'test/base/trace_event_analyzer_unittest.cc',
1893 'test/base/v8_unit_test.cc', 1896 'test/base/v8_unit_test.cc',
1894 'test/base/v8_unit_test.h', 1897 'test/base/v8_unit_test.h',
1895 'test/data/resource.rc', 1898 'test/data/resource.rc',
1896 'tools/convert_dict/convert_dict_unittest.cc', 1899 'tools/convert_dict/convert_dict_unittest.cc',
1897 '../content/browser/in_process_webkit/dom_storage_unittest.cc', 1900 '../content/browser/in_process_webkit/dom_storage_unittest.cc',
1898 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c', 1901 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c c',
1899 '../content/browser/renderer_host/render_widget_host_unittest.cc', 1902 '../content/browser/renderer_host/render_widget_host_unittest.cc',
1900 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1903 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1901 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1904 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1902 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1905 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
(...skipping 2148 matching lines...) Expand 10 before | Expand all | Expand 10 after
4051 # Use outputs of this action as inputs for the main target build. 4054 # Use outputs of this action as inputs for the main target build.
4052 # Seems as a misnomer but makes this happy on Linux (scons). 4055 # Seems as a misnomer but makes this happy on Linux (scons).
4053 'process_outputs_as_sources': 1, 4056 'process_outputs_as_sources': 1,
4054 }, 4057 },
4055 ], # 'actions' 4058 ], # 'actions'
4056 }, 4059 },
4057 ] 4060 ]
4058 }], # 'coverage!=0' 4061 }], # 'coverage!=0'
4059 ], # 'conditions' 4062 ], # 'conditions'
4060 } 4063 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698