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

Side by Side Diff: DEPS

Issue 118313004: Roll icu to 241739 and drop a version from icudt*dat (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll icu to a newer version with ios fix Created 7 years 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 | base/i18n/icu_util.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 automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 Var("chromium_git") + 84 Var("chromium_git") +
85 "/external/angle.git@af640efbfdbe80909016fc623bb65f010a2e551f", 85 "/external/angle.git@af640efbfdbe80909016fc623bb65f010a2e551f",
86 86
87 "src/third_party/trace-viewer": 87 "src/third_party/trace-viewer":
88 (Var("googlecode_url") % "trace-viewer") + "/trunk@1069", 88 (Var("googlecode_url") % "trace-viewer") + "/trunk@1069",
89 89
90 "src/third_party/WebKit": 90 "src/third_party/WebKit":
91 Var("webkit_trunk") + "@" + Var("webkit_revision"), 91 Var("webkit_trunk") + "@" + Var("webkit_revision"),
92 92
93 "src/third_party/icu": 93 "src/third_party/icu":
94 "/trunk/deps/third_party/icu46@239289", 94 "/trunk/deps/third_party/icu46@241739",
95 95
96 "src/third_party/libexif/sources": 96 "src/third_party/libexif/sources":
97 "/trunk/deps/third_party/libexif/sources@146817", 97 "/trunk/deps/third_party/libexif/sources@146817",
98 98
99 "src/third_party/hunspell": 99 "src/third_party/hunspell":
100 "/trunk/deps/third_party/hunspell@206172", 100 "/trunk/deps/third_party/hunspell@206172",
101 101
102 "src/third_party/hunspell_dictionaries": 102 "src/third_party/hunspell_dictionaries":
103 "/trunk/deps/third_party/hunspell_dictionaries@193701", 103 "/trunk/deps/third_party/hunspell_dictionaries@193701",
104 104
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "pattern": ".", 697 "pattern": ".",
698 "action": ["python", "src/build/gyp_chromium"], 698 "action": ["python", "src/build/gyp_chromium"],
699 }, 699 },
700 { 700 {
701 # Check for landmines (reasons to clobber the build). 701 # Check for landmines (reasons to clobber the build).
702 "name": "landmines", 702 "name": "landmines",
703 "pattern": ".", 703 "pattern": ".",
704 "action": ["python", "src/build/landmines.py"], 704 "action": ["python", "src/build/landmines.py"],
705 }, 705 },
706 ] 706 ]
OLDNEW
« no previous file with comments | « no previous file | base/i18n/icu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698