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

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

Issue 305993002: Update skia and ui GN builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git log Created 6 years, 7 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
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 8b5f8dbeb9ba68af467398bce2decb23477bd102..745cf36b9cbe9bbee127109b88ccabb8e1970cf1 100644
--- a/tools/gn/secondary/testing/gmock/BUILD.gn
+++ b/tools/gn/secondary/testing/gmock/BUILD.gn
@@ -7,7 +7,7 @@ config("gmock_config") {
include_dirs = [ "include" ]
}
-static_library("gmock") {
+source_set("gmock") {
sources = [
# Sources based on files in r173 of gmock.
"include/gmock/gmock-actions.h",
@@ -42,7 +42,7 @@ static_library("gmock") {
deps = [ "//base" ]
}
-static_library("gmock_main") {
+source_set("gmock_main") {
sources = [ "src/gmock_main.cc" ]
deps = [ ":gmock" ]
}

Powered by Google App Engine
This is Rietveld 408576698