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

Side by Side Diff: DEPS

Issue 275893002: Change Skia DEPS to pull from googlesource (git) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 6 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
« no previous file with comments | « no previous file | third_party/skia/LICENSE » ('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 -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # gclient runhooks 8 # gclient runhooks
9 # where <gcliendir> is the absolute path to the directory containing the 9 # where <gcliendir> is the absolute path to the directory containing the
10 # .gclient file (the parent of "src"). 10 # .gclient file (the parent of "src").
(...skipping 10 matching lines...) Expand all
21 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", 21 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
22 "llvm_url": "http://src.chromium.org/llvm-project", 22 "llvm_url": "http://src.chromium.org/llvm-project",
23 "llvm_git": "https://llvm.googlesource.com", 23 "llvm_git": "https://llvm.googlesource.com",
24 "libcxx_revision": "206024", 24 "libcxx_revision": "206024",
25 "libcxxabi_revision": "206024", 25 "libcxxabi_revision": "206024",
26 "webkit_trunk": "http://src.chromium.org/blink/trunk", 26 "webkit_trunk": "http://src.chromium.org/blink/trunk",
27 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 27 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
28 "webkit_revision": "173963", 28 "webkit_revision": "173963",
29 "chromium_git": "https://chromium.googlesource.com", 29 "chromium_git": "https://chromium.googlesource.com",
30 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", 30 "chromiumos_git": "https://chromium.googlesource.com/chromiumos",
31 "skia_git": "https://skia.googlesource.com",
32 "swig_revision": "230490", 31 "swig_revision": "230490",
33 "nacl_revision": "13167", 32 "nacl_revision": "13167",
34 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 33 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
35 # to update other nacl_*_revision's. 34 # to update other nacl_*_revision's.
36 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev 35 "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev
37 "google_toolbox_for_mac_revision": "662", 36 "google_toolbox_for_mac_revision": "662",
38 "libaddressinput_revision": "176", 37 "libaddressinput_revision": "176",
39 "libphonenumber_revision": "621", 38 "libphonenumber_revision": "621",
40 "libvpx_revision": "269083", 39 "libvpx_revision": "269083",
41 "lss_revision": "26", 40 "lss_revision": "26",
42 41
43 # These two FFmpeg variables must be updated together. One is used for SVN 42 # These two FFmpeg variables must be updated together. One is used for SVN
44 # checkouts and the other for Git checkouts. 43 # checkouts and the other for Git checkouts.
45 "ffmpeg_revision": "264299", 44 "ffmpeg_revision": "264299",
46 "ffmpeg_hash": "ac4a9f31fe2610bd146857bbd55d7a260003a888", 45 "ffmpeg_hash": "ac4a9f31fe2610bd146857bbd55d7a260003a888",
47 46
48 "sfntly_revision": "228", 47 "sfntly_revision": "228",
49 "lighttpd_revision": "33737", 48 "lighttpd_revision": "33737",
50 "skia_revision": "14688", 49 "skia_revision": "eaa674987f99687c0bfa337eaa27f00ffe3faa4b",
51 "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa",
52 # Three lines of non-changing comments so that 50 # Three lines of non-changing comments so that
53 # the commit queue can handle CLs rolling Skia 51 # the commit queue can handle CLs rolling Skia
54 # and V8 without interference from each other. 52 # and V8 without interference from each other.
55 "v8_branch": "trunk", 53 "v8_branch": "trunk",
56 "v8_revision": "21152", 54 "v8_revision": "21152",
57 # Three lines of non-changing comments so that 55 # Three lines of non-changing comments so that
58 # the commit queue can handle CLs rolling WebRTC 56 # the commit queue can handle CLs rolling WebRTC
59 # and V8 without interference from each other. 57 # and V8 without interference from each other.
60 "webrtc_revision": "6116", 58 "webrtc_revision": "6116",
61 "jsoncpp_revision": "248", 59 "jsoncpp_revision": "248",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), 151 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
154 152
155 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": 153 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
156 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + 154 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
157 Var("nacl_revision"), 155 Var("nacl_revision"),
158 156
159 "src/third_party/sfntly/cpp/src": 157 "src/third_party/sfntly/cpp/src":
160 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" + 158 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
161 Var("sfntly_revision"), 159 Var("sfntly_revision"),
162 160
163 "src/third_party/skia/src": 161 "src/third_party/skia":
164 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), 162 Var("chromium_git") + "/skia.git@" + Var("skia_revision"),
165
166 "src/third_party/skia/gyp":
167 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
168
169 "src/third_party/skia/include":
170 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
171 163
172 "src/third_party/ots": 164 "src/third_party/ots":
173 (Var("googlecode_url") % "ots") + "/trunk@113", 165 (Var("googlecode_url") % "ots") + "/trunk@113",
174 166
175 "src/third_party/brotli/src": 167 "src/third_party/brotli/src":
176 Var("chromium_git") + 168 Var("chromium_git") +
177 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f cd8e01", 169 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f cd8e01",
178 170
179 "src/tools/page_cycler/acid3": 171 "src/tools/page_cycler/acid3":
180 "/trunk/deps/page_cycler/acid3@171600", 172 "/trunk/deps/page_cycler/acid3@171600",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "-s", "src/build/linux/bin/eu-strip.sha1", 749 "-s", "src/build/linux/bin/eu-strip.sha1",
758 ], 750 ],
759 }, 751 },
760 { 752 {
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 753 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
762 "name": "gyp", 754 "name": "gyp",
763 "pattern": ".", 755 "pattern": ".",
764 "action": ["python", "src/build/gyp_chromium"], 756 "action": ["python", "src/build/gyp_chromium"],
765 }, 757 },
766 ] 758 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/skia/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698