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

Side by Side Diff: DEPS

Issue 385673002: copy gs_utils.py from skia repo into common repo (Closed) Base URL: https://skia.googlesource.com/common.git@master
Patch Set: remove debug line Created 6 years, 5 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 | py/utils/gs_utils.py » ('j') | py/utils/gs_utils.py » ('J')
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 outside packages.
4 #
5 deps = {
6 "third_party/externals/google-api-python-client" : "https://github.com/google/ google-api-python-client.git@ecc64a0a2baa4a77f35dec83ad05c6c9ba2d2841",
7 "third_party/externals/httplib2" : "https://github.com/jcgregorio/httplib2.git @7d1b88a3cf34774242bf4c0578c09c0092bb05d8",
8 "third_party/externals/oauth2client" : "https://github.com/google/oauth2client .git@d02b317af0313dcf66755844f5421651af5eb356",
9 "third_party/externals/uritemplate-py" : "https://github.com/uri-templates/uri template-py.git@1e780a49412cdbb273e9421974cb91845c124f3f",
10 }
11
12 #hooks = [
13 # {
14 # # A change to a .gyp, .gypi, or to GYP itself should run the generator.
15 # "pattern": ".",
16 # "action": ["python", "trunk/gyp_skia"],
17 # },
18 #]
borenet 2014/07/10 18:06:16 Why do we need this?
epoger 2014/07/10 18:17:40 We don't. I just copied it in from the skia repo'
OLDNEW
« no previous file with comments | « no previous file | py/utils/gs_utils.py » ('j') | py/utils/gs_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698