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

Side by Side Diff: DEPS

Issue 231283002: Roll android_tools to include alpha version of NDK r9e as ndk_experimental (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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", 499 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5",
500 500
501 # Used for embedded builds. CrOS & Linux use the system version. 501 # Used for embedded builds. CrOS & Linux use the system version.
502 "src/third_party/fontconfig/src": 502 "src/third_party/fontconfig/src":
503 Var("chromium_git") + "/external/fontconfig.git" + 503 Var("chromium_git") + "/external/fontconfig.git" +
504 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", 504 "@f16c3118e25546c1b749f9823c51827a60aeb5c1",
505 }, 505 },
506 "android": { 506 "android": {
507 "src/third_party/android_tools": 507 "src/third_party/android_tools":
508 Var("chromium_git") + "/android_tools.git" + 508 Var("chromium_git") + "/android_tools.git" +
509 "@9086a711deef9b1f85bf9290b7b9598be32458d5", 509 "@f1adc927bf3fb00bbff98bf1ec5885c96b80bd81",
510 510
511 "src/third_party/aosp": 511 "src/third_party/aosp":
512 "/trunk/deps/third_party/aosp@148330", 512 "/trunk/deps/third_party/aosp@148330",
513 513
514 "src/third_party/apache-mime4j": 514 "src/third_party/apache-mime4j":
515 "/trunk/deps/third_party/apache-mime4j@170888", 515 "/trunk/deps/third_party/apache-mime4j@170888",
516 516
517 "src/third_party/findbugs": 517 "src/third_party/findbugs":
518 "/trunk/deps/third_party/findbugs@245039", 518 "/trunk/deps/third_party/findbugs@245039",
519 519
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 "-s", "src/build/linux/bin/eu-strip.sha1", 761 "-s", "src/build/linux/bin/eu-strip.sha1",
762 ], 762 ],
763 }, 763 },
764 { 764 {
765 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 765 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
766 "name": "gyp", 766 "name": "gyp",
767 "pattern": ".", 767 "pattern": ".",
768 "action": ["python", "src/build/gyp_chromium"], 768 "action": ["python", "src/build/gyp_chromium"],
769 }, 769 },
770 ] 770 ]
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