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

Side by Side Diff: platform_tools/android/DEPS

Issue 13898019: Update DEPS and GYP to use the copy of Android in platform_tools. (Closed) Base URL: https://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 | « gyp/android_system.gyp ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 use_relative_paths = True
2
3 # Dependencies on external packages.
4 deps = {
5 "third_party/externals/expat" : "https://android.googlesource.com/platform/ext ernal/expat.git",
6 "third_party/externals/gif" : "https://android.googlesource.com/platform/exter nal/giflib.git",
7 "third_party/externals/png" : "https://android.googlesource.com/platform/exter nal/libpng.git",
8 "third_party/externals/jpeg" : "https://android.googlesource.com/platform/exte rnal/jpeg.git",
9 }
10
11 #hooks = [
12 # {
13 # # A change to a .gyp, .gypi, or to GYP itself should run the generator.
14 # "pattern": ".",
15 # "action": ["python", "trunk/gyp_skia"],
16 # },
17 #]
OLDNEW
« no previous file with comments | « gyp/android_system.gyp ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698