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

Side by Side Diff: .gitignore

Issue 7576024: Provide ability for WebUIBrowserTests to run asynchronous tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments, fixed chrome.send passthrough, fixed assertion tests to use runTestFunction. Created 9 years, 4 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 | « no previous file | chrome/browser/ui/webui/web_ui_browsertest.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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja
4 *.props 5 *.props
5 *.pyc 6 *.pyc
6 *.rules 7 *.rules
7 *.scons 8 *.scons
8 *.sdf 9 *.sdf
9 *.sln 10 *.sln
10 *.suo 11 *.suo
11 *.targets 12 *.targets
12 *.user 13 *.user
13 *.vcproj 14 *.vcproj
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 /v8 150 /v8
150 /webkit/Debug 151 /webkit/Debug
151 /webkit/Release 152 /webkit/Release
152 /webkit/data/bmp_decoder 153 /webkit/data/bmp_decoder
153 /webkit/data/ico_decoder 154 /webkit/data/ico_decoder
154 /webkit/data/layout_tests/LayoutTests 155 /webkit/data/layout_tests/LayoutTests
155 /webkit/data/test_shell/plugins 156 /webkit/data/test_shell/plugins
156 /webkit/data/xbm_decoder 157 /webkit/data/xbm_decoder
157 /x86-generic_out/ 158 /x86-generic_out/
158 /xcodebuild 159 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/web_ui_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698