Remove deps on gtest from static lib rule

Change-Id: Iae0c4370ad0c7c3194209b7784797e81ee5f6825
This commit is contained in:
Ankur Mittal 2017-06-19 15:39:58 -07:00
parent 23cc989a35
commit 197827c35c

View File

@ -54,7 +54,6 @@ static_library("txt") {
deps = [
"//lib/txt/libs/minikin",
"//third_party/gtest",
"//third_party/skia",
]
}