summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-25 03:58:08 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-25 03:58:08 +0000
commitbe0bb2e908e845e0efcb4aeabc4c57edcd37dbdf (patch)
tree6add95d39f525e0deecc28c897d4e2b6adfab23f
parent64804d573437ccefc95c88306523850009fcc516 (diff)
downloadchromium_src-be0bb2e908e845e0efcb4aeabc4c57edcd37dbdf.zip
chromium_src-be0bb2e908e845e0efcb4aeabc4c57edcd37dbdf.tar.gz
chromium_src-be0bb2e908e845e0efcb4aeabc4c57edcd37dbdf.tar.bz2
chromeos: Stop checking out Libcros
BUG=127051 TEST=git try -c -b linux_chromeos,cros_x86 Review URL: https://chromiumcodereview.appspot.com/10621002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143873 0039d316-1c4b-4281-b951-d872f2087c98
-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",
}