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

Side by Side Diff: DEPS

Issue 1286613002: Update errorprone to fix java 8 issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | build/android/gyp/javac.py » ('j') | build/config/android/internal_rules.gni » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'src/third_party/apache-mime4j': 418 'src/third_party/apache-mime4j':
419 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 419 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
420 420
421 'src/third_party/appurify-python/src': 421 'src/third_party/appurify-python/src':
422 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 422 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
423 423
424 'src/third_party/cardboard-java/src': 424 'src/third_party/cardboard-java/src':
425 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7', 425 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi t' + '@' + 'e36ee57e72bbd057ddb53b127954177b50e18df7',
426 426
427 'src/third_party/errorprone/lib': 427 'src/third_party/errorprone/lib':
428 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '7256 0c97fb38e3eb93db2e85c29db7b72420fad8', 428 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '95f9 29ff6f9213bc7d078c200db3f3dc864f425f',
429 429
430 'src/third_party/findbugs': 430 'src/third_party/findbugs':
431 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '10904cdd4aae90 b3d02727527570bfc3df4efea4', 431 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '10904cdd4aae90 b3d02727527570bfc3df4efea4',
432 432
433 'src/third_party/freetype-android/src': 433 'src/third_party/freetype-android/src':
434 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'e1 86230678ee8e4ea4ac4797ece8125761e3225a', 434 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'e1 86230678ee8e4ea4ac4797ece8125761e3225a',
435 435
436 'src/third_party/elfutils/src': 436 'src/third_party/elfutils/src':
437 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de 4f3760bdcaa3d23d154d7', 437 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de 4f3760bdcaa3d23d154d7',
438 438
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'pattern': '.', 804 'pattern': '.',
805 'action': [ 805 'action': [
806 'python', 806 'python',
807 'src/tools/check_git_config.py', 807 'src/tools/check_git_config.py',
808 '--running-as-hook', 808 '--running-as-hook',
809 ], 809 ],
810 }, 810 },
811 ] 811 ]
812 812
813 813
OLDNEW
« no previous file with comments | « no previous file | build/android/gyp/javac.py » ('j') | build/config/android/internal_rules.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698