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

Unified Diff: third_party/libexif/BUILD.gn

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 years, 2 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 | « content/test/BUILD.gn ('k') | ui/keyboard/content/keyboard_content_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libexif/BUILD.gn
diff --git a/third_party/libexif/BUILD.gn b/third_party/libexif/BUILD.gn
index 04db0bbec559bec17aa3aff9ca06160de097f20d..1431f375107d60fbc6a4595871721de77c498702 100644
--- a/third_party/libexif/BUILD.gn
+++ b/third_party/libexif/BUILD.gn
@@ -19,7 +19,7 @@ if (!is_linux || is_chromeos) {
}
}
- shared_library("libexif") {
+ loadable_module("libexif") {
sources = [
"sources/libexif/canon/exif-mnote-data-canon.c",
"sources/libexif/canon/mnote-canon-entry.c",
« no previous file with comments | « content/test/BUILD.gn ('k') | ui/keyboard/content/keyboard_content_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698