Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. --- a/Source/bindings/derived_sources.gyp
  2. +++ b/Source/bindings/derived_sources.gyp
  3. @@ -94,9 +94,11 @@
  4. 'actions': [{
  5. 'action_name': 'touchDOMWindow',
  6. 'variables': {
  7. + 'other_idl_files': '<(idl_files))',
  8. + 'other_idl_files/': [['exclude', 'DOMWindow\\.idl$']],
  9. # Write sources into a file, so that the action command line won't
  10. # exceed OS limits.
  11. - 'idl_files_list': '<|(idl_files_list.tmp <@(idl_files))',
  12. + 'idl_files_list': '<|(idl_files_list.tmp <@(other_idl_files))',
  13. },
  14. 'inputs': [
  15. '<(idl_files_list)',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement