DEPS 573 B

123456789101112131415161718
  1. # This file is a dummy used so that non-Chromium clients can specify
  2. # recursive DEPS. Otherwise the clients would need to nest DEPS inside
  3. # each other. Nested DEPS are not supported by gclient.
  4. #
  5. # Clients *must* specify jsoncpp_revision when using this DEPS file.
  6. use_relative_paths = True
  7. vars = {
  8. 'chromium_git': 'https://chromium.googlesource.com',
  9. # We must specify a dummy variable here for recursedeps to work.
  10. 'jsoncpp_revision': 'master',
  11. }
  12. deps = {
  13. 'source': '{chromium_git}/external/github.com/open-source-parsers/jsoncpp.git@{jsoncpp_revision}'
  14. }