Skip to content

Commit

Permalink
chromeos: Stop checking out Libcros
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hashimoto@chromium.org committed Jun 25, 2012
1 parent 64804d5 commit be0bb2e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ash/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion chrome/browser/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion chromeos/DEPS
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include_rules = [
"+net",
"+third_party/cros",
"+third_party/cros_system_api",
"+third_party/libxml",
]
2 changes: 0 additions & 2 deletions tools/cros.DEPS/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit be0bb2e

Please sign in to comment.