From be0bb2e908e845e0efcb4aeabc4c57edcd37dbdf Mon Sep 17 00:00:00 2001 From: "hashimoto@chromium.org" Date: Mon, 25 Jun 2012 03:58:08 +0000 Subject: 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 --- .gitignore | 1 - ash/DEPS | 1 - chrome/browser/DEPS | 1 - chromeos/DEPS | 1 - tools/cros.DEPS/DEPS | 2 -- 5 files changed, 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", } -- cgit v1.1