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

Side by Side Diff: DEPS

Issue 557733003: Remove the w3c test repos from DEPS (and remove the expectations file). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_w3c_exps
Patch Set: Created 6 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
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations_w3c.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 'src/third_party/colorama/src': 112 'src/third_party/colorama/src':
113 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8', 113 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8',
114 114
115 'src/third_party/trace-viewer': 115 'src/third_party/trace-viewer':
116 Var('chromium_git') + '/external/trace-viewer.git' + '@' + '56b74bad6d1485bb8 e54ca0a9539da9842e695ca', # from svn revision 1534 116 Var('chromium_git') + '/external/trace-viewer.git' + '@' + '56b74bad6d1485bb8 e54ca0a9539da9842e695ca', # from svn revision 1534
117 117
118 'src/third_party/WebKit': 118 'src/third_party/WebKit':
119 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), 119 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'),
120 120
121 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests':
122 Var('chromium_git') + '/external/w3c/web-platform-tests.git' + '@' + '3e0f283 76857901b2d3eefda82a3b622bbcabd41',
123
124 'src/third_party/WebKit/LayoutTests/w3c/csswg-test':
125 Var('chromium_git') + '/external/w3c/csswg-test.git' + '@' + '0b12ea22689ee21 79f3e9bff389db22f4efd6ed5',
126
127 'src/third_party/icu': 121 'src/third_party/icu':
128 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + '89831135d5f76413fcd d3852f8de7f344b3fa40c', # from svn revision 291781 122 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + '89831135d5f76413fcd d3852f8de7f344b3fa40c', # from svn revision 291781
129 123
130 'src/third_party/libexif/sources': 124 'src/third_party/libexif/sources':
131 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da abd7b4497f97fda972e132e6877c48a', 125 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da abd7b4497f97fda972e132e6877c48a',
132 126
133 'src/third_party/hunspell': 127 'src/third_party/hunspell':
134 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7 89afb2f64d02c9a5a50e6eb1', 128 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7 89afb2f64d02c9a5a50e6eb1',
135 129
136 'src/third_party/hunspell_dictionaries': 130 'src/third_party/hunspell_dictionaries':
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 # corresponding .py files have already been deleted. 794 # corresponding .py files have already been deleted.
801 'name': 'remove_stale_pyc_files', 795 'name': 'remove_stale_pyc_files',
802 'pattern': 'src/tools/.*\\.py', 796 'pattern': 'src/tools/.*\\.py',
803 'action': [ 797 'action': [
804 'python', 798 'python',
805 'src/tools/remove_stale_pyc_files.py', 799 'src/tools/remove_stale_pyc_files.py',
806 'src/tools', 800 'src/tools',
807 ], 801 ],
808 }, 802 },
809 ] 803 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations_w3c.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698