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

Side by Side Diff: DEPS

Issue 2551963004: Add material-foundation dependencies. (Closed)
Patch Set: Don't treat as Chromium code Created 4 years 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
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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'ios': { 344 'ios': {
345 'src/ios/third_party/earl_grey/src': 345 'src/ios/third_party/earl_grey/src':
346 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + ' 625b2b7cdaf9371ae2b001d6cdc23b1790d41cd8', 346 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + ' 625b2b7cdaf9371ae2b001d6cdc23b1790d41cd8',
347 347
348 'src/ios/third_party/fishhook/src': 348 'src/ios/third_party/fishhook/src':
349 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c', 349 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' + 'd172d5247aa590c25d0b1885448bae76036ea22c',
350 350
351 'src/ios/third_party/gcdwebserver/src': 351 'src/ios/third_party/gcdwebserver/src':
352 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + ' @' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', 352 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + ' @' + '3d5fd0b8281a7224c057deb2d17709b5bea64836',
353 353
354 'src/ios/third_party/material_font_disk_loader_ios/src':
355 Var('chromium_git') + '/external/github.com/material-foundation/material-f ont-disk-loader-ios.git' + '@' + '20c8fe37329cb18826f90159ce4ee445079e2e46',
356
357 'src/ios/third_party/material_roboto_font_loader_ios/src':
358 Var('chromium_git') + '/external/github.com/material-foundation/material-r oboto-font-loader-ios.git' + '@' + '2e83b0fdbbd9b12782aa886695dd29b077bad430',
359
360 'src/ios/third_party/material_sprited_animation_view_ios/src':
361 Var('chromium_git') + '/external/github.com/material-foundation/material-s prited-animation-view-ios.git' + '@' + 'e240cdcd4538f0763ca5bd8c5afc2991eb482f1a ',
362
354 'src/ios/third_party/material_text_accessibility_ios/src': 363 'src/ios/third_party/material_text_accessibility_ios/src':
355 Var('chromium_git') + '/external/github.com/google/material-text-accessibi lity-ios.git' + '@' + '96d2b0f13976a897bc7a41daf67f36d9548cff94', 364 Var('chromium_git') + '/external/github.com/google/material-text-accessibi lity-ios.git' + '@' + '96d2b0f13976a897bc7a41daf67f36d9548cff94',
356 365
357 'src/ios/third_party/ochamcrest/src': 366 'src/ios/third_party/ochamcrest/src':
358 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', 367 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@' + 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a',
359 368
360 'src/third_party/google_toolbox_for_mac/src': 369 'src/third_party/google_toolbox_for_mac/src':
361 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac. git' + '@' + Var('google_toolbox_for_mac_revision'), 370 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac. git' + '@' + Var('google_toolbox_for_mac_revision'),
362 }, 371 },
363 'mac': { 372 'mac': {
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 ] 1063 ]
1055 1064
1056 recursedeps = [ 1065 recursedeps = [
1057 # buildtools provides clang_format, libc++, and libc++abi 1066 # buildtools provides clang_format, libc++, and libc++abi
1058 'src/buildtools', 1067 'src/buildtools',
1059 # android_tools manages the NDK. 1068 # android_tools manages the NDK.
1060 'src/third_party/android_tools', 1069 'src/third_party/android_tools',
1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1070 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1062 ("src/third_party/angle", "DEPS.chromium"), 1071 ("src/third_party/angle", "DEPS.chromium"),
1063 ] 1072 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698