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

Side by Side Diff: DEPS

Issue 254813002: Roll android_tools deps to the latest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", 494 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
495 495
496 # Used for embedded builds. CrOS & Linux use the system version. 496 # Used for embedded builds. CrOS & Linux use the system version.
497 "src/third_party/fontconfig/src": 497 "src/third_party/fontconfig/src":
498 Var("chromium_git") + "/external/fontconfig.git" + 498 Var("chromium_git") + "/external/fontconfig.git" +
499 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", 499 "@f16c3118e25546c1b749f9823c51827a60aeb5c1",
500 }, 500 },
501 "android": { 501 "android": {
502 "src/third_party/android_tools": 502 "src/third_party/android_tools":
503 Var("chromium_git") + "/android_tools.git" + 503 Var("chromium_git") + "/android_tools.git" +
504 "@50d57f149a184d1c7306957c8c488666466f2c8a", 504 "@c9390198d02bf6f52b9a46b519badaf1c565261a",
505 505
506 "src/third_party/aosp": 506 "src/third_party/aosp":
507 "/trunk/deps/third_party/aosp@148330", 507 "/trunk/deps/third_party/aosp@148330",
508 508
509 "src/third_party/apache-mime4j": 509 "src/third_party/apache-mime4j":
510 "/trunk/deps/third_party/apache-mime4j@170888", 510 "/trunk/deps/third_party/apache-mime4j@170888",
511 511
512 "src/third_party/findbugs": 512 "src/third_party/findbugs":
513 "/trunk/deps/third_party/findbugs@245039", 513 "/trunk/deps/third_party/findbugs@245039",
514 514
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "-s", "src/build/linux/bin/eu-strip.sha1", 756 "-s", "src/build/linux/bin/eu-strip.sha1",
757 ], 757 ],
758 }, 758 },
759 { 759 {
760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
761 "name": "gyp", 761 "name": "gyp",
762 "pattern": ".", 762 "pattern": ".",
763 "action": ["python", "src/build/gyp_chromium"], 763 "action": ["python", "src/build/gyp_chromium"],
764 }, 764 },
765 ] 765 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698