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

Unified Diff: third_party/cld_2/BUILD.gn

Issue 718943002: Fix the CLD2 GN build on the Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld_2/BUILD.gn
diff --git a/third_party/cld_2/BUILD.gn b/third_party/cld_2/BUILD.gn
index 52b016af70b1ed2f1b91ea3f26c1d4647b158c11..268eced897ad6995b50e8d542b412f1d55eaaf76 100644
--- a/third_party/cld_2/BUILD.gn
+++ b/third_party/cld_2/BUILD.gn
@@ -92,7 +92,7 @@ source_set("cld2_data") {
# As in the corresponding gyp file, this just builds the core interfaces for
# CLD2. You must still declare a dependency on a specific data set, either
# cld2_dynamic or cld2_static.
-static_library("cld_2") {
+source_set("cld_2") {
Dirk Pranke 2014/11/12 02:46:04 Both this target and the one below have no actual
sources = core_files
include_dirs = [
"src/internal",
@@ -108,7 +108,7 @@ static_library("cld_2") {
}
-static_library("cld2_platform_impl") {
+source_set("cld2_platform_impl") {
# TODO: Make this something that can be overridden
deps = [ ":cld2_static" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698