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

Side by Side Diff: .gitignore

Issue 7193030: Revert 89453 - Support automatic javascript test registry in gtest when creating WebUI tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 28 matching lines...) Expand all
39 /build/util/support 39 /build/util/support
40 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 40 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
41 /c 41 /c
42 /ceee/internal/ 42 /ceee/internal/
43 /chrome/Debug 43 /chrome/Debug
44 /chrome/Hammer 44 /chrome/Hammer
45 /chrome/Release 45 /chrome/Release
46 /chrome/app/theme/google_chrome 46 /chrome/app/theme/google_chrome
47 /chrome/browser/autofill/internal 47 /chrome/browser/autofill/internal
48 /chrome/browser/extensions/default_extensions/chromeos 48 /chrome/browser/extensions/default_extensions/chromeos
49 /chrome/browser/ui/webui/web_ui_browsertest-inl.h
50 /chrome/installer/linux 49 /chrome/installer/linux
51 /chrome/installer/mac/internal 50 /chrome/installer/mac/internal
52 /chrome/installer/mac/third_party/xz/xz 51 /chrome/installer/mac/third_party/xz/xz
53 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 52 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
54 /chrome/test/data/firefox2_profile/searchplugins 53 /chrome/test/data/firefox2_profile/searchplugins
55 /chrome/test/data/firefox2_searchplugins 54 /chrome/test/data/firefox2_searchplugins
56 /chrome/test/data/firefox3_profile/searchplugins 55 /chrome/test/data/firefox3_profile/searchplugins
57 /chrome/test/data/firefox3_searchplugins 56 /chrome/test/data/firefox3_searchplugins
58 /chrome/test/data/layout_tests 57 /chrome/test/data/layout_tests
59 /chrome/test/data/osdd 58 /chrome/test/data/osdd
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 /v8 145 /v8
147 /webkit/Debug 146 /webkit/Debug
148 /webkit/Release 147 /webkit/Release
149 /webkit/data/bmp_decoder 148 /webkit/data/bmp_decoder
150 /webkit/data/ico_decoder 149 /webkit/data/ico_decoder
151 /webkit/data/layout_tests/LayoutTests 150 /webkit/data/layout_tests/LayoutTests
152 /webkit/data/test_shell/plugins 151 /webkit/data/test_shell/plugins
153 /webkit/data/xbm_decoder 152 /webkit/data/xbm_decoder
154 /x86-generic_out/ 153 /x86-generic_out/
155 /xcodebuild 154 /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