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

Unified Diff: gears/DEPS

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 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 | « content/content_browser.gypi ('k') | gears/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gears/DEPS
diff --git a/gears/DEPS b/gears/DEPS
deleted file mode 100644
index ebbd96dd12dcc3a7bc4ce53dca8466df40311872..0000000000000000000000000000000000000000
--- a/gears/DEPS
+++ /dev/null
@@ -1,28 +0,0 @@
-# We pull 3 components from the Chrome tree at the trunk.
-chrome_rev = ''
-
-# We pull 2 components from the Gears tree at this revision.
-gears_rev = '@3147'
-
-deps = {
- "src/build":
- "svn://chrome-svn.corp.google.com/chrome/trunk/src/build" + chrome_rev,
-
- "src/site_scons":
- "svn://chrome-svn.corp.google.com/chrome/trunk/src/site_scons" + chrome_rev,
-
- "src/third_party/scons":
- "svn://chrome-svn.corp.google.com/chrome/trunk/src/third_party/scons" + chrome_rev,
-
- "src/gears/gears":
- "http://gears.googlecode.com/svn/trunk/gears" + gears_rev,
-
- "src/gears/third_party":
- "http://gears.googlecode.com/svn/trunk/third_party" + gears_rev,
-}
-
-# checkdeps.py shouldn't check include paths for files in these dirs:
-skip_child_includes = [
- "gears",
- "third_party",
-]
« no previous file with comments | « content/content_browser.gypi ('k') | gears/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698