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

Side by Side Diff: DEPS

Issue 12334105: Add a unit test for Hunspell spellcheck (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Bump hunspell dependency Created 7 years, 10 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 | 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 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "src/third_party/WebKit": 78 "src/third_party/WebKit":
79 "/trunk/deps/third_party/WebKit@76115", 79 "/trunk/deps/third_party/WebKit@76115",
80 80
81 "src/third_party/icu": 81 "src/third_party/icu":
82 "/trunk/deps/third_party/icu46@182486", 82 "/trunk/deps/third_party/icu46@182486",
83 83
84 "src/third_party/libexif/sources": 84 "src/third_party/libexif/sources":
85 "/trunk/deps/third_party/libexif/sources@146817", 85 "/trunk/deps/third_party/libexif/sources@146817",
86 86
87 "src/third_party/hunspell": 87 "src/third_party/hunspell":
88 "/trunk/deps/third_party/hunspell@177853", 88 "/trunk/deps/third_party/hunspell@184822",
89 89
90 "src/third_party/hunspell_dictionaries": 90 "src/third_party/hunspell_dictionaries":
91 "/trunk/deps/third_party/hunspell_dictionaries@175986", 91 "/trunk/deps/third_party/hunspell_dictionaries@175986",
92 92
93 "src/third_party/safe_browsing/testing": 93 "src/third_party/safe_browsing/testing":
94 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112", 94 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@112",
95 95
96 "src/third_party/cacheinvalidation/src": 96 "src/third_party/cacheinvalidation/src":
97 (Var("googlecode_url") % "google-cache-invalidation-api") + 97 (Var("googlecode_url") % "google-cache-invalidation-api") +
98 "/trunk/src@273", 98 "/trunk/src@273",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 675 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
676 "pattern": ".", 676 "pattern": ".",
677 "action": ["python", "src/build/gyp_chromium"], 677 "action": ["python", "src/build/gyp_chromium"],
678 }, 678 },
679 { 679 {
680 # Check for landmines (reasons to clobber the build). 680 # Check for landmines (reasons to clobber the build).
681 "pattern": ".", 681 "pattern": ".",
682 "action": ["python", "src/build/landmines.py"], 682 "action": ["python", "src/build/landmines.py"],
683 }, 683 },
684 ] 684 ]
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