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

Unified Diff: third_party/mach_override/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: third_party/mach_override/BUILD.gn
diff --git a/third_party/mach_override/BUILD.gn b/third_party/mach_override/BUILD.gn
index f50d3cc6c1343a738161e05db54896e84341ab12..b7ce143a75455169f72e944d3d08ad7d1ed6aca1 100644
--- a/third_party/mach_override/BUILD.gn
+++ b/third_party/mach_override/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("libudis86") {
+source_set("libudis86") {
sources = [
"libudis86/decode.c",
"libudis86/decode.h",
@@ -26,7 +26,7 @@ static_library("libudis86") {
]
}
-static_library("mach_override") {
+source_set("mach_override") {
sources = [
"mach_override.c",
"mach_override.h",
« no previous file with comments | « third_party/libxml/BUILD.gn ('k') | third_party/modp_b64/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698