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

Unified Diff: tools/gn/secondary/chrome/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/chrome/BUILD.gn
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index aaff67facdcdaab3c4ae79d09b2de1b49355f5e3..e838b07bced2d33b7f093314984991e993a28dbe 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -63,7 +63,7 @@ executable("chrome") {
}
}
-static_library("browser") {
+source_set("browser") {
if (is_linux) {
configs += [
"//build/config/linux:x11",
@@ -75,7 +75,7 @@ static_library("browser") {
]
}
-static_library("common") {
+source_set("common") {
if (!use_openssl && is_linux) {
# common/net uses NSS.
# TODO(brettw) have a better way to express this without having to do
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/secondary/sdch/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698