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 | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
8 # gclient runhooks | 8 # gclient runhooks |
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 | 283 |
284 "src/media/cdm/ppapi/api": | 284 "src/media/cdm/ppapi/api": |
285 "/trunk/deps/cdm@241073", | 285 "/trunk/deps/cdm@241073", |
286 | 286 |
287 "src/third_party/mesa/src": | 287 "src/third_party/mesa/src": |
288 "/trunk/deps/third_party/mesa@240938", | 288 "/trunk/deps/third_party/mesa@240938", |
289 | 289 |
290 "src/third_party/cld_2/src": | 290 "src/third_party/cld_2/src": |
291 (Var("googlecode_url") % "cld2") + "/trunk@84", | 291 (Var("googlecode_url") % "cld2") + "/trunk@84", |
292 | 292 |
293 "src/third_party/html_office": | 293 "src/chrome/browser/resources/pdf/html_office": |
294 Var("chromium_git") + | 294 Var("chromium_git") + |
295 "/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba
6ea", | 295 "/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba
6ea", |
296 } | 296 } |
297 | 297 |
298 | 298 |
299 deps_os = { | 299 deps_os = { |
300 "win": { | 300 "win": { |
301 "src/chrome/tools/test/reference_build/chrome_win": | 301 "src/chrome/tools/test/reference_build/chrome_win": |
302 "/trunk/deps/reference_builds/chrome_win@237381", | 302 "/trunk/deps/reference_builds/chrome_win@237381", |
303 | 303 |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 "pattern": ".", | 743 "pattern": ".", |
744 "action": ["python", "src/build/gyp_chromium"], | 744 "action": ["python", "src/build/gyp_chromium"], |
745 }, | 745 }, |
746 { | 746 { |
747 # Check for landmines (reasons to clobber the build). | 747 # Check for landmines (reasons to clobber the build). |
748 "name": "landmines", | 748 "name": "landmines", |
749 "pattern": ".", | 749 "pattern": ".", |
750 "action": ["python", "src/build/landmines.py"], | 750 "action": ["python", "src/build/landmines.py"], |
751 }, | 751 }, |
752 ] | 752 ] |
OLD | NEW |