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

Side by Side Diff: DEPS

Issue 2106243003: Added gvr-android-sdk to third_party/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated to 0.9.0 Created 4 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 | « .gitignore ('k') | third_party/gvr-android-sdk/BUILD.gn » ('j') | 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 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', 475 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e',
476 476
477 'src/third_party/lss': 477 'src/third_party/lss':
478 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'), 478 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
479 479
480 'src/third_party/requests/src': 480 'src/third_party/requests/src':
481 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 481 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
482 482
483 'src/third_party/custom_tabs_client/src': 483 'src/third_party/custom_tabs_client/src':
484 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien t.git' + '@' + '2d896e8578f12ce85b804cab9e8f7e6e8c1bab7d', 484 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien t.git' + '@' + '2d896e8578f12ce85b804cab9e8f7e6e8c1bab7d',
485
486 'src/third_party/gvr-android-sdk/src':
487 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git' + '@' + 'cff15311c7c1abbe77b3c714135dccc2009ee473',
485 }, 488 },
486 } 489 }
487 490
488 recursedeps = [ 'src/third_party/android_tools' ] 491 recursedeps = [ 'src/third_party/android_tools' ]
489 492
490 include_rules = [ 493 include_rules = [
491 # Everybody can use some things. 494 # Everybody can use some things.
492 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these. 495 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these.
493 '+base', 496 '+base',
494 '+build', 497 '+build',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'name': 'doclava', 973 'name': 'doclava',
971 'pattern': '.', 974 'pattern': '.',
972 'action': ['python', 975 'action': ['python',
973 'src/build/android/download_doclava.py', 976 'src/build/android/download_doclava.py',
974 ], 977 ],
975 }, 978 },
976 ] 979 ]
977 980
978 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 981 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
979 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 982 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
OLDNEW
« no previous file with comments | « .gitignore ('k') | third_party/gvr-android-sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698