• Edward Lesmes's avatar
    Revert "gclient: Add commands to edit dependencies and variables in DEPS" · 0b89935a
    Edward Lesmes authored
    This reverts commit 7f4c905f.
    
    Reason for revert:
    When running "gclient sync" on a V8 checkout, it says:
    
      File "/work/chrome/depot_tools/gclient.py", line 995, in run
       self.ParseDepsFile()
     File "/work/chrome/depot_tools/gclient.py", line 874, in ParseDepsFile
       self._postprocess_deps(deps, rel_prefix), use_relative_paths)
     File "/work/chrome/depot_tools/gclient.py", line 660, in _postprocess_deps
       dval['condition'], self.condition)
    TypeError: '_NodeDict' object does not support item assignment
    
    on the recursive descent into third_party/android_tools/DEPS. Any chance that's related to https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/950405 ?
    
    Original change's description:
    > gclient: Add commands to edit dependencies and variables in DEPS
    > 
    > Adds 'gclient setvar' and 'gclient setdep' commands to edit variables
    > and dependencies in a DEPS file.
    > 
    > Bug: 760633
    > Change-Id: I6c0712cc079dbbbaee6541b7eda71f4b4813b77b
    > Reviewed-on: https://chromium-review.googlesource.com/950405
    > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
    > Reviewed-by: Aaron Gable <agable@chromium.org>
    
    TBR=agable@chromium.org,ehmaldonado@chromium.org
    
    Change-Id: If58f6b15d31b19fc53294f1e41d26b4e684a2cf9
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: 760633
    Reviewed-on: https://chromium-review.googlesource.com/969165Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
    Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
    0b89935a
Name
Last commit
Last update
..
gstools Loading commit data...
auth_test.py Loading commit data...
bot_update_coverage_test.py Loading commit data...
checkout_test.py Loading commit data...
download_from_google_storage_unittest.py Loading commit data...
fix_encoding_test.py Loading commit data...
gclient_eval_unittest.py Loading commit data...
gclient_scm_test.py Loading commit data...
gclient_smoketest.py Loading commit data...
gclient_test.py Loading commit data...
gclient_utils_test.py Loading commit data...
git_cache_test.py Loading commit data...
git_cl_creds_check_report.txt Loading commit data...
git_cl_test.py Loading commit data...
git_common_test.py Loading commit data...
git_dates_test.py Loading commit data...
git_drover_test.py Loading commit data...
git_footers_test.py Loading commit data...
git_hyper_blame_test.py Loading commit data...
git_number_test.py Loading commit data...
git_rebase_update_test.py Loading commit data...
gsutil_test.py Loading commit data...
owners_finder_test.py Loading commit data...
owners_unittest.py Loading commit data...
patch_test.py Loading commit data...
presubmit_unittest.py Loading commit data...
recipes_test.py Loading commit data...
scm_unittest.py Loading commit data...
subprocess2_test.py Loading commit data...
upload_to_google_storage_unittest.py Loading commit data...
watchlists_unittest.py Loading commit data...