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 7use_relative_paths = True 8 9vars = { 10 'chromium_git': 'https://chromium.googlesource.com', 11 12 # We must specify a dummy variable here for recursedeps to work. 13 'jsoncpp_revision': 'master', 14} 15 16deps = { 17 'source': '{chromium_git}/external/github.com/open-source-parsers/jsoncpp.git@{jsoncpp_revision}' 18} 19