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', |