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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10837082: implement SetWatchEvent and WaitForEvent for trace-based-tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update / merge -- no change Created 8 years, 3 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 | « base/test/trace_event_analyzer_unittest.cc ('k') | chrome/test/base/tracing.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after
3072 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 3072 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
3073 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 3073 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
3074 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 3074 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
3075 'renderer/translate_helper_browsertest.cc', 3075 'renderer/translate_helper_browsertest.cc',
3076 'renderer/webview_animating_overlay_browsertest.cc', 3076 'renderer/webview_animating_overlay_browsertest.cc',
3077 'test/base/empty_browser_test.cc', 3077 'test/base/empty_browser_test.cc',
3078 'test/base/in_process_browser_test_browsertest.cc', 3078 'test/base/in_process_browser_test_browsertest.cc',
3079 'test/base/chrome_render_view_test.cc', 3079 'test/base/chrome_render_view_test.cc',
3080 'test/base/chrome_render_view_test.h', 3080 'test/base/chrome_render_view_test.h',
3081 'test/base/chrome_test_launcher.cc', 3081 'test/base/chrome_test_launcher.cc',
3082 'test/base/tracing_browsertest.cc',
3082 'test/data/webui/assertions.js', 3083 'test/data/webui/assertions.js',
3083 'test/data/webui/async_gen.cc', 3084 'test/data/webui/async_gen.cc',
3084 'test/data/webui/async_gen.h', 3085 'test/data/webui/async_gen.h',
3085 'test/data/webui/async_gen.js', 3086 'test/data/webui/async_gen.js',
3086 'test/data/webui/certificate_viewer_dialog_test.js', 3087 'test/data/webui/certificate_viewer_dialog_test.js',
3087 'test/data/webui/certificate_viewer_ui_test-inl.h', 3088 'test/data/webui/certificate_viewer_ui_test-inl.h',
3088 'test/data/webui/chrome_send_browsertest.cc', 3089 'test/data/webui/chrome_send_browsertest.cc',
3089 'test/data/webui/chrome_send_browsertest.h', 3090 'test/data/webui/chrome_send_browsertest.h',
3090 'test/data/webui/chrome_send_browsertest.js', 3091 'test/data/webui/chrome_send_browsertest.js',
3091 'test/data/webui/mock4js_browsertest.js', 3092 'test/data/webui/mock4js_browsertest.js',
(...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
4752 '--result', '<@(_outputs)', 4753 '--result', '<@(_outputs)',
4753 '--isolate', 'browser_tests.isolate', 4754 '--isolate', 'browser_tests.isolate',
4754 ], 4755 ],
4755 }, 4756 },
4756 ], 4757 ],
4757 }, 4758 },
4758 ], 4759 ],
4759 }], 4760 }],
4760 ], # 'conditions' 4761 ], # 'conditions'
4761 } 4762 }
OLDNEW
« no previous file with comments | « base/test/trace_event_analyzer_unittest.cc ('k') | chrome/test/base/tracing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698