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

Unified Diff: .DEPS.git

Issue 1644863004: Make build's DEPS file git-only (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase + formatting Created 4 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .DEPS.git
diff --git a/.DEPS.git b/.DEPS.git
deleted file mode 100644
index a37b73fb9730d126628b8c555e12969c999b1e82..0000000000000000000000000000000000000000
--- a/.DEPS.git
+++ /dev/null
@@ -1,74 +0,0 @@
-# DO NOT EDIT EXCEPT FOR LOCAL TESTING.
-# THIS IS A GENERATED FILE.
-# ALL MANUAL CHANGES WILL BE OVERWRITTEN.
-# SEE http://code.google.com/p/chromium/wiki/UsingGit
-# FOR HOW TO ROLL DEPS
-vars = {
- 'webkit_url':
- 'https://chromium.googlesource.com/chromium/blink.git',
- 'git_url':
- 'https://chromium.googlesource.com'
-}
-
-deps = {
- 'build/scripts/gsd_generate_index':
- Var('git_url') + '/chromium/tools/gsd_generate_index.git',
- 'build/scripts/private/data/reliability':
- Var('git_url') + '/chromium/src/chrome/test/data/reliability.git',
- 'build/scripts/tools/deps2git':
- Var('git_url') + '/chromium/tools/deps2git.git',
- 'build/third_party/gsutil':
- Var('git_url') + '/external/gsutil/src.git@5cba434b828da428a906c8197a23c9ae120d2636',
- 'build/third_party/gsutil/boto':
- Var('git_url') + '/external/boto.git@98fc59a5896f4ea990a4d527548204fed8f06c64',
- 'build/third_party/lighttpd':
- Var('git_url') + '/chromium/deps/lighttpd.git@9dfa55d15937a688a92cbf2b7a8621b0927d06eb',
- 'depot_tools':
- Var('git_url') + '/chromium/tools/depot_tools.git',
-}
-
-deps_os = {
- 'unix':
- {
- 'build/third_party/xvfb':
- Var('git_url') + '/chromium/tools/third_party/xvfb.git',
- },
-}
-
-include_rules = [
-
-]
-
-skip_child_includes = [
-
-]
-
-hooks = [
- {
- 'action':
- [
- 'python',
- '-u',
- 'build/scripts/common/remove_orphaned_pycs.py'
-],
- 'pattern':
- '.'
-},
- {
- 'action':
- [
- 'python',
- 'build/scripts/tools/runit.py',
- 'python',
- 'build/scripts/common/cros_chromite.py',
- '-v'
-],
- 'pattern':
- '.*/cros_chromite_pins\\.json',
- 'name':
- 'cros_chromite'
-}
-]
-recursedeps = [
-
-]
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698