Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: tools/gn/secondary/testing/gmock/BUILD.gn

Issue 206813002: Remove GN GYP generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/secondary/skia/BUILD.gn ('k') | tools/gn/secondary/testing/gtest/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
« no previous file with comments | « tools/gn/secondary/skia/BUILD.gn ('k') | tools/gn/secondary/testing/gtest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698