summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--ash/DEPS1
-rw-r--r--chrome/browser/DEPS1
-rw-r--r--chromeos/DEPS1
-rw-r--r--tools/cros.DEPS/DEPS2
5 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index f7ed7ca..303b69a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -135,7 +135,6 @@ v8.log
/third_party/cacheinvalidation/files
/third_party/chromeos_login_manager
/third_party/chromeos_text_input
-/third_party/cros
/third_party/cros_system_api
/third_party/cygwin
/third_party/directxsdk
diff --git a/ash/DEPS b/ash/DEPS
index b9346e8..8cf4fcb 100644
--- a/ash/DEPS
+++ b/ash/DEPS
@@ -6,7 +6,6 @@ include_rules = [
"+grit/ui_resources_large.h",
"+grit/ui_strings.h",
"+skia/ext",
- "+third_party/cros",
"+third_party/cros_system_api",
"+third_party/skia",
"+net",
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 610b5c7..3a35016 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -24,7 +24,6 @@ include_rules = [
"+skia/include",
"+sync/api", # Sync API files.
"+sync/protocol", # Sync protobuf files.
- "+third_party/cros",
"+third_party/cros_system_api",
"+webkit/database",
"+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag.
diff --git a/chromeos/DEPS b/chromeos/DEPS
index 3958c13..bc7030d2 100644
--- a/chromeos/DEPS
+++ b/chromeos/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+net",
- "+third_party/cros",
"+third_party/cros_system_api",
"+third_party/libxml",
]
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS
index df216ff..4a0bc03 100644
--- a/tools/cros.DEPS/DEPS
+++ b/tools/cros.DEPS/DEPS
@@ -7,8 +7,6 @@ vars = {
deps_os = {
"unix" : {
- "src/third_party/cros":
- Var("chromiumos_git") + "/platform/cros.git@377f51d8",
"src/third_party/cros_system_api":
Var("chromiumos_git") + "/platform/system_api.git@a6b76c4e",
}