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

Side by Side Diff: DEPS

Issue 3296013: Add Farsi support... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove am,sw terms change to put it in a separate CL Created 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | app/resources/app_locale_settings.grd » ('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 "googlecode_url": "http://%s.googlecode.com/svn", 2 "googlecode_url": "http://%s.googlecode.com/svn",
3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
4 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 4 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
5 "webkit_revision": "66862", 5 "webkit_revision": "66862",
6 "ffmpeg_revision": "58574", 6 "ffmpeg_revision": "58574",
7 "skia_revision": "593", 7 "skia_revision": "593",
8 "chromium_git": "http://src.chromium.org/git", 8 "chromium_git": "http://src.chromium.org/git",
9 "swig_revision": "40423", 9 "swig_revision": "40423",
10 "nacl_revision": "3186", 10 "nacl_revision": "3186",
(...skipping 20 matching lines...) Expand all
31 "src/testing/gtest": 31 "src/testing/gtest":
32 (Var("googlecode_url") % "googletest") + "/trunk@408", 32 (Var("googlecode_url") % "googletest") + "/trunk@408",
33 33
34 "src/third_party/angle": 34 "src/third_party/angle":
35 (Var("googlecode_url") % "angleproject") + "/trunk@402", 35 (Var("googlecode_url") % "angleproject") + "/trunk@402",
36 36
37 "src/third_party/WebKit": 37 "src/third_party/WebKit":
38 "/trunk/deps/third_party/WebKit@33467", 38 "/trunk/deps/third_party/WebKit@33467",
39 39
40 "src/third_party/icu": 40 "src/third_party/icu":
41 "/trunk/deps/third_party/icu42@57283", 41 "/trunk/deps/third_party/icu42@58904",
42 42
43 "src/third_party/hunspell": 43 "src/third_party/hunspell":
44 "/trunk/deps/third_party/hunspell@51690", 44 "/trunk/deps/third_party/hunspell@51690",
45 45
46 "src/third_party/hunspell_dictionaries": 46 "src/third_party/hunspell_dictionaries":
47 "/trunk/deps/third_party/hunspell_dictionaries@51875", 47 "/trunk/deps/third_party/hunspell_dictionaries@51875",
48 48
49 "src/third_party/protobuf2/src": 49 "src/third_party/protobuf2/src":
50 (Var("googlecode_url") % "protobuf") + "/trunk@327", 50 (Var("googlecode_url") % "protobuf") + "/trunk@327",
51 51
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ] 296 ]
297 297
298 298
299 hooks = [ 299 hooks = [
300 { 300 {
301 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 301 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
302 "pattern": ".", 302 "pattern": ".",
303 "action": ["python", "src/build/gyp_chromium"], 303 "action": ["python", "src/build/gyp_chromium"],
304 }, 304 },
305 ] 305 ]
OLDNEW
« no previous file with comments | « no previous file | app/resources/app_locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698