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

Unified Diff: libadblockplus.gyp

Issue 6584950149087232: Issue 1280 - Update v8 (Closed)
Patch Set: get rid of auto and fix friends of JsValue Created Oct. 31, 2014, 5:11 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
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -13,7 +13,8 @@
}
}
]],
- 'includes': ['third_party/v8/build/common.gypi',
+ 'includes': ['third_party/v8/build/features.gypi',
+ 'third_party/v8/build/toolchain.gypi',
'shell/shell.gyp'],
'targets': [{
'target_name': 'libadblockplus',

Powered by Google App Engine
This is Rietveld