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

Unified Diff: libadblockplus.gyp

Issue 5519479341580288: Issue 2437 - Update adblockplus dependency to revision 752ffe2eeaf1 (Closed)
Patch Set: Run ensure_dependencies.py during the build Created May 29, 2015, 7:12 a.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 | « lib/prefs.js ('k') | test/UpdateCheck.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -17,8 +17,19 @@
'third_party/v8/build/toolchain.gypi',
'shell/shell.gyp'],
'targets': [{
+ 'target_name': 'ensure_dependencies',
+ 'type': 'none',
+ 'actions': [{
+ 'action_name': 'ensure_dependencies',
+ 'inputs': ['ensure_dependencies.py'],
+ 'outputs': ['ensure_dependencies_phony_output'],
Felix Dahlke 2015/05/29 07:15:59 This is kind of ugly, but the best way I could fin
+ 'action': ['python', 'ensure_dependencies.py'],
+ }],
+ },
+ {
'target_name': 'libadblockplus',
'type': '<(library)',
+ 'dependencies': ['ensure_dependencies'],
'include_dirs': [
'include',
'third_party/v8/include',
« no previous file with comments | « lib/prefs.js ('k') | test/UpdateCheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld