Index: tools/gn/secondary/testing/gmock/BUILD.gn |
diff --git a/tools/gn/secondary/testing/gmock/BUILD.gn b/tools/gn/secondary/testing/gmock/BUILD.gn |
index 3d70a1ee8005560e8e5b63d7b2ac1c7dc87a4875..907d117ac0971010fb35f6e30c7469dd87e4bdf8 100644 |
--- a/tools/gn/secondary/testing/gmock/BUILD.gn |
+++ b/tools/gn/secondary/testing/gmock/BUILD.gn |
@@ -8,8 +8,6 @@ config("gmock_config") { |
} |
static_library("gmock") { |
- gyp_file = "gmock.gyp" |
- external = true |
sources = [ |
# Sources based on files in r173 of gmock. |
"include/gmock/gmock-actions.h", |
@@ -43,8 +41,6 @@ static_library("gmock") { |
} |
static_library("gmock_main") { |
- external = true |
- gyp_file = "gmock.gyp" |
sources = [ "src/gmock_main.cc" ] |
deps = [ ":gmock" ] |
} |