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

Unified Diff: ots.gyp

Issue 11938029: Remove <(library) usage from ots.gyp. (Closed) Base URL: https://chromium.googlesource.com/external/ots.git@master
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ots.gyp
diff --git a/ots.gyp b/ots.gyp
index 0108a099e7799264acc273f46fdb9942fe5c6d1f..3b40b4380706246ccc49a3905cdb200b13185b88 100644
--- a/ots.gyp
+++ b/ots.gyp
@@ -12,7 +12,7 @@
'targets': [
{
'target_name': 'ots',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'<@(ots_sources)',
],
« 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