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

Side by Side Diff: .DEPS.git

Issue 8226007: WORK_IN_PROGRESS: Do effective TLD lookups using a suffix trie (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # DO NOT EDIT. THIS IS A GENERATED FILE. 1 # DO NOT EDIT. THIS IS A GENERATED FILE.
2 # ALL MANUAL CHANGES WILL BE OVERWRITTEN. 2 # ALL MANUAL CHANGES WILL BE OVERWRITTEN.
3 vars = { 3 vars = {
4 'webkit_url': 4 'webkit_url':
5 'http://git.chromium.org/external/WebKit_trimmed.git', 5 'http://git.chromium.org/external/WebKit_trimmed.git',
6 'git_url': 6 'git_url':
7 'http://git.chromium.org', 7 'http://git.chromium.org',
8 'webkit_rev': 8 'webkit_rev':
9 '@f7c1d994072c6eaa2bef69924260942306971e76' 9 '@f7c1d994072c6eaa2bef69924260942306971e76'
10 } 10 }
(...skipping 20 matching lines...) Expand all
31 'src/testing/gtest': 31 'src/testing/gtest':
32 Var('git_url') + '/external/googletest.git@a2965825b1953c7b8ad292f726eb5 c3f2659d5d3', 32 Var('git_url') + '/external/googletest.git@a2965825b1953c7b8ad292f726eb5 c3f2659d5d3',
33 'src/third_party/WebKit': 33 'src/third_party/WebKit':
34 Var('webkit_url') + Var('webkit_rev'), 34 Var('webkit_url') + Var('webkit_rev'),
35 'src/third_party/angle': 35 'src/third_party/angle':
36 Var('git_url') + '/external/angleproject.git@25382544c527fcf501f367cbb19 2a617ed8b5017', 36 Var('git_url') + '/external/angleproject.git@25382544c527fcf501f367cbb19 2a617ed8b5017',
37 'src/third_party/bidichecker': 37 'src/third_party/bidichecker':
38 Var('git_url') + '/external/bidichecker/lib.git@97f2aa645b74c28c57eca569 92235c79850fa9e0', 38 Var('git_url') + '/external/bidichecker/lib.git@97f2aa645b74c28c57eca569 92235c79850fa9e0',
39 'src/third_party/cacheinvalidation/files/src/google': 39 'src/third_party/cacheinvalidation/files/src/google':
40 Var('git_url') + '/external/google-cache-invalidation-api/src/google.git @b638a24e0215731f1c0c3bd2c77f110f49a11305', 40 Var('git_url') + '/external/google-cache-invalidation-api/src/google.git @b638a24e0215731f1c0c3bd2c77f110f49a11305',
41 'src/net/third_party/domain-registry-provider':
42 'http://domain-registry-provider.googlecode.com/svn/trunk@25',
41 'src/third_party/ffmpeg': 43 'src/third_party/ffmpeg':
42 Var('git_url') + '/chromium/deps/ffmpeg/source.git@d745b0723009d052cbf1d b5f7502974d540148b4', 44 Var('git_url') + '/chromium/deps/ffmpeg/source.git@d745b0723009d052cbf1d b5f7502974d540148b4',
43 'src/third_party/flac': 45 'src/third_party/flac':
44 Var('git_url') + '/chromium/deps/flac.git@1cde08e295604898d14367eda0414a de8121ec43', 46 Var('git_url') + '/chromium/deps/flac.git@1cde08e295604898d14367eda0414a de8121ec43',
45 'src/third_party/hunspell': 47 'src/third_party/hunspell':
46 Var('git_url') + '/chromium/deps/hunspell.git@aa471f68841aa1bd5ce66c4f37 14854d0dc81e5b', 48 Var('git_url') + '/chromium/deps/hunspell.git@aa471f68841aa1bd5ce66c4f37 14854d0dc81e5b',
47 'src/third_party/hunspell_dictionaries': 49 'src/third_party/hunspell_dictionaries':
48 Var('git_url') + '/chromium/deps/hunspell_dictionaries.git@50fb79b30a2e3 e512c88884152f26b255d0e4074', 50 Var('git_url') + '/chromium/deps/hunspell_dictionaries.git@50fb79b30a2e3 e512c88884152f26b255d0e4074',
49 'src/third_party/icu': 51 'src/third_party/icu':
50 Var('git_url') + '/chromium/deps/icu46.git@1fc016241681e4c6b427248ba7bd6 13fbe7bd2fc', 52 Var('git_url') + '/chromium/deps/icu46.git@1fc016241681e4c6b427248ba7bd6 13fbe7bd2fc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 { 230 {
229 'action': 231 'action':
230 [ 232 [
231 'python', 233 'python',
232 'src/build/gyp_chromium' 234 'src/build/gyp_chromium'
233 ], 235 ],
234 'pattern': 236 'pattern':
235 '.' 237 '.'
236 } 238 }
237 ] 239 ]
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698