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

Side by Side Diff: DEPS

Issue 15060008: Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | bench/ChecksumBench.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 use_relative_paths = True 1 use_relative_paths = True
2 2
3 # Dependencies on outside packages, as needed for developers/bots that use 3 # Dependencies on outside packages, as needed for developers/bots that use
4 # "gclient" instead of raw SVN access. 4 # "gclient" instead of raw SVN access.
5 # 5 #
6 # For now, this must be maintained in parallel with "SVN externals" 6 # For now, this must be maintained in parallel with "SVN externals"
7 # dependencies for developers who use raw SVN instead of "gclient". 7 # dependencies for developers who use raw SVN instead of "gclient".
8 # See third_party/externals/README 8 # See third_party/externals/README
9 # 9 #
10 deps = { 10 deps = {
11 "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@ 1268", 11 "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@ 1268",
12 "third_party/externals/cityhash" : "http://cityhash.googlecode.com/svn/trunk@1 1",
13 "third_party/externals/freetype" : "https://android.googlesource.com/platform/ external/freetype.git", 12 "third_party/externals/freetype" : "https://android.googlesource.com/platform/ external/freetype.git",
14 "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563", 13 "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563",
15 "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third _party/libjpeg@125399", 14 "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third _party/libjpeg@125399",
16 "third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/ jsoncpp/trunk/jsoncpp@248", 15 "third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/ jsoncpp/trunk/jsoncpp@248",
17 "third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/ src/third_party/jsoncpp@125399", 16 "third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/ src/third_party/jsoncpp@125399",
18 "third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third _party/libwebp@186718", 17 "third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third _party/libwebp@186718",
19 } 18 }
20 19
21 deps_os = { 20 deps_os = {
22 "android": { 21 "android": {
23 "platform_tools/android/third_party/externals/expat" : "https://android.goog lesource.com/platform/external/expat.git", 22 "platform_tools/android/third_party/externals/expat" : "https://android.goog lesource.com/platform/external/expat.git",
24 "platform_tools/android/third_party/externals/gif" : "https://android.google source.com/platform/external/giflib.git", 23 "platform_tools/android/third_party/externals/gif" : "https://android.google source.com/platform/external/giflib.git",
25 "platform_tools/android/third_party/externals/png" : "https://android.google source.com/platform/external/libpng.git", 24 "platform_tools/android/third_party/externals/png" : "https://android.google source.com/platform/external/libpng.git",
26 "platform_tools/android/third_party/externals/jpeg" : "https://android.googl esource.com/platform/external/jpeg.git", 25 "platform_tools/android/third_party/externals/jpeg" : "https://android.googl esource.com/platform/external/jpeg.git",
27 }, 26 },
28 } 27 }
29 28
30 #hooks = [ 29 #hooks = [
31 # { 30 # {
32 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. 31 # # A change to a .gyp, .gypi, or to GYP itself should run the generator.
33 # "pattern": ".", 32 # "pattern": ".",
34 # "action": ["python", "trunk/gyp_skia"], 33 # "action": ["python", "trunk/gyp_skia"],
35 # }, 34 # },
36 #] 35 #]
OLDNEW
« no previous file with comments | « no previous file | bench/ChecksumBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698