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

Side by Side Diff: DEPS

Issue 1814503003: Spellchecking: Added use of Persian dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bumped third_party/hunspell_dictionaries DEPS hash Created 4 years, 8 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/common/spellcheck_common.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 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'src/third_party/angle': 131 'src/third_party/angle':
132 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), 132 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
133 133
134 'src/third_party/colorama/src': 134 'src/third_party/colorama/src':
135 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8', 135 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8',
136 136
137 'src/third_party/icu': 137 'src/third_party/icu':
138 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '0d572d65aae621e13d686 3fe470c9c8cee71043d', 138 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '0d572d65aae621e13d686 3fe470c9c8cee71043d',
139 139
140 'src/third_party/hunspell_dictionaries': 140 'src/third_party/hunspell_dictionaries':
141 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'c10 6afdcec5d3de2622e19f1b3294c47bbd8bd72', 141 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'b53 f0de2762f982117be3bd986a221cee2f6769c',
142 142
143 'src/third_party/safe_browsing/testing': 143 'src/third_party/safe_browsing/testing':
144 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + ' 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', 144 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + ' 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6',
145 145
146 'src/third_party/leveldatabase/src': 146 'src/third_party/leveldatabase/src':
147 Var('chromium_git') + '/external/leveldb.git' + '@' + '7306ef856a91e462a73ff 1832c1fa8771008ba36', 147 Var('chromium_git') + '/external/leveldb.git' + '@' + '7306ef856a91e462a73ff 1832c1fa8771008ba36',
148 148
149 'src/third_party/snappy/src': 149 'src/third_party/snappy/src':
150 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 150 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
151 151
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'pattern': '\\.sha1', 839 'pattern': '\\.sha1',
840 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'], 840 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'],
841 }, 841 },
842 { 842 {
843 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 843 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
844 'name': 'gyp', 844 'name': 'gyp',
845 'pattern': '.', 845 'pattern': '.',
846 'action': ['python', 'src/build/gyp_chromium'], 846 'action': ['python', 'src/build/gyp_chromium'],
847 }, 847 },
848 ] 848 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/spellcheck_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698