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

Side by Side Diff: DEPS

Issue 2074023: Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries".... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "webkit_trunk": 2 "webkit_trunk":
3 "http://svn.webkit.org/repository/webkit/trunk", 3 "http://svn.webkit.org/repository/webkit/trunk",
4 "webkit_revision": "60046", 4 "webkit_revision": "60046",
5 "ffmpeg_revision": "47712", 5 "ffmpeg_revision": "47712",
6 "skia_revision": "562", 6 "skia_revision": "562",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 8 "swig_revision": "40423",
9 "nacl_revision": "2235", 9 "nacl_revision": "2235",
10 "libvpx_revision": "47701", 10 "libvpx_revision": "47701",
(...skipping 18 matching lines...) Expand all
29 "src/third_party/angle": 29 "src/third_party/angle":
30 "http://angleproject.googlecode.com/svn/trunk@305", 30 "http://angleproject.googlecode.com/svn/trunk@305",
31 31
32 "src/third_party/WebKit": 32 "src/third_party/WebKit":
33 "/trunk/deps/third_party/WebKit@33467", 33 "/trunk/deps/third_party/WebKit@33467",
34 34
35 "src/third_party/icu": 35 "src/third_party/icu":
36 "/trunk/deps/third_party/icu42@47106", 36 "/trunk/deps/third_party/icu42@47106",
37 37
38 "src/third_party/hunspell": 38 "src/third_party/hunspell":
39 "/trunk/deps/third_party/hunspell128@46230", 39 "/trunk/deps/third_party/hunspell128@48011",
40
41 "src/third_party/hunspell_dictionaries":
42 "/trunk/deps/third_party/hunspell_dictionaries@48011",
40 43
41 "src/third_party/protobuf2/src": 44 "src/third_party/protobuf2/src":
42 "http://protobuf.googlecode.com/svn/trunk@327", 45 "http://protobuf.googlecode.com/svn/trunk@327",
43 46
44 "src/third_party/cacheinvalidation/files": 47 "src/third_party/cacheinvalidation/files":
45 "http://google-cache-invalidation-api.googlecode.com/svn/trunk@13", 48 "http://google-cache-invalidation-api.googlecode.com/svn/trunk@13",
46 49
47 "src/tools/gyp": 50 "src/tools/gyp":
48 "http://gyp.googlecode.com/svn/trunk@818", 51 "http://gyp.googlecode.com/svn/trunk@818",
49 52
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "action": ["python", "src/build/gyp_chromium"], 272 "action": ["python", "src/build/gyp_chromium"],
270 }, 273 },
271 { 274 {
272 # Workaround XCode dependecies problem. 275 # Workaround XCode dependecies problem.
273 # TODO(bradnelson): remove this when fixed. 276 # TODO(bradnelson): remove this when fixed.
274 "pattern": ".", 277 "pattern": ".",
275 "action": ["python", 278 "action": ["python",
276 "src/build/mac/clobber_generated_headers.py"], 279 "src/build/mac/clobber_generated_headers.py"],
277 }, 280 },
278 ] 281 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/spellchecker/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698