OLD | NEW |
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 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of "src"). | 9 # .gclient file (the parent of "src"). |
10 # | 10 # |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "/trunk/deps/frame_rate/content@93671", | 197 "/trunk/deps/frame_rate/content@93671", |
198 | 198 |
199 "src/chrome/test/data/perf/third_party/octane": | 199 "src/chrome/test/data/perf/third_party/octane": |
200 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19", | 200 (Var("googlecode_url") % "octane-benchmark") + "/trunk@19", |
201 | 201 |
202 "src/third_party/bidichecker": | 202 "src/third_party/bidichecker": |
203 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", | 203 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", |
204 | 204 |
205 "src/third_party/webgl/src": | 205 "src/third_party/webgl/src": |
206 Var("chromium_git") + | 206 Var("chromium_git") + |
207 "/external/khronosgroup/webgl.git@1700aa98cc8bc494b305d4ec1045797bc4030f45", | 207 "/external/khronosgroup/webgl.git@0475a2763fc30cbed22740f8a9ef53a82f03b4ac", |
208 | 208 |
209 "src/third_party/swig/Lib": | 209 "src/third_party/swig/Lib": |
210 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 210 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
211 | 211 |
212 # Make sure you update the two functional.DEPS and webdriver.DEPS too. | 212 # Make sure you update the two functional.DEPS and webdriver.DEPS too. |
213 "src/third_party/webdriver/pylib": | 213 "src/third_party/webdriver/pylib": |
214 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", | 214 (Var("googlecode_url") % "selenium") + "/trunk/py@18337", |
215 | 215 |
216 "src/third_party/libvpx": | 216 "src/third_party/libvpx": |
217 "/trunk/deps/third_party/libvpx@" + | 217 "/trunk/deps/third_party/libvpx@" + |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 "-s", "src/build/linux/bin/eu-strip.sha1", | 768 "-s", "src/build/linux/bin/eu-strip.sha1", |
769 ], | 769 ], |
770 }, | 770 }, |
771 { | 771 { |
772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
773 "name": "gyp", | 773 "name": "gyp", |
774 "pattern": ".", | 774 "pattern": ".", |
775 "action": ["python", "src/build/gyp_chromium"], | 775 "action": ["python", "src/build/gyp_chromium"], |
776 }, | 776 }, |
777 ] | 777 ] |
OLD | NEW |