Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: v8.gypi

Issue 5637716494516224: Issue 296 - [libadblockplus] Don't require custom build step to eliminate thin archives (Closed)
Patch Set: Created April 10, 2014, 1:42 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/v8_gyp_launcher ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: v8.gypi
===================================================================
new file mode 100644
--- /dev/null
+++ b/v8.gypi
@@ -0,0 +1,9 @@
+{
+ 'target_defaults': {
+ 'target_conditions': [
+ ['_type=="static_library"', {
+ 'standalone_static_library': 1
+ }]
+ ],
+ }
+}
« no previous file with comments | « third_party/v8_gyp_launcher ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld