Index: DEPS |
diff --git a/DEPS b/DEPS |
index fcab73166d24eb0fb171ea0c1ee6e0be677e64c3..0a450050b65352a49b328972a325dc816f5db419 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -7,14 +7,14 @@ vars = { |
# Roll the Chromium Git hash to pick up newer versions of all the |
# dependencies and tools linked to in setup_links.py. |
- 'chromium_revision': '1d144ca7f86e0c684c67d6c1b6d5414ca9074615', |
+ 'chromium_revision': '2a818f54130d8c93f81490adce5a1e87307bf5f0', |
} |
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than |
# https; the latter can cause problems for users behind proxies. |
deps = { |
Var('root_dir') + '/third_party/gflags/src': |
- Var('chromium_git') + '/external/gflags/src@e7390f9185c75f8d902c05ed7d20bb94eb914d0c', # from svn revision 82 |
+ Var('chromium_git') + '/external/github.com/gflags/gflags@03bebcb065c83beff83d50ae025a55a4bf94dfca', |
} |
# Define rules for which include paths are allowed in our source. |