| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 }, { | 998 }, { |
| 999 'toolsets': ['target'], | 999 'toolsets': ['target'], |
| 1000 }], | 1000 }], |
| 1001 ], | 1001 ], |
| 1002 'variables': { | 1002 'variables': { |
| 1003 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_tar
get_name)/<(_toolset)', | 1003 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_tar
get_name)/<(_toolset)', |
| 1004 }, | 1004 }, |
| 1005 'include_dirs++': [ | 1005 'include_dirs++': [ |
| 1006 '<(shim_headers_path)', | 1006 '<(shim_headers_path)', |
| 1007 ], | 1007 ], |
| 1008 'direct_dependent_settings': { | 1008 'all_dependent_settings': { |
| 1009 'include_dirs+++': [ | 1009 'include_dirs+++': [ |
| 1010 '<(shim_headers_path)', | 1010 '<(shim_headers_path)', |
| 1011 ], | 1011 ], |
| 1012 }, | 1012 }, |
| 1013 'actions': [ | 1013 'actions': [ |
| 1014 { | 1014 { |
| 1015 'variables': { | 1015 'variables': { |
| 1016 'generator_path': '../../../tools/generate_shim_headers/generate
_shim_headers.py', | 1016 'generator_path': '../../../tools/generate_shim_headers/generate
_shim_headers.py', |
| 1017 'generator_args': [ | 1017 'generator_args': [ |
| 1018 '--headers-root', '../../include', | 1018 '--headers-root', '../../include', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1057 }], | 1057 }], |
| 1058 ], | 1058 ], |
| 1059 'dependencies': [ | 1059 'dependencies': [ |
| 1060 'v8' | 1060 'v8' |
| 1061 ], | 1061 ], |
| 1062 }, | 1062 }, |
| 1063 ], | 1063 ], |
| 1064 }], | 1064 }], |
| 1065 ], | 1065 ], |
| 1066 } | 1066 } |
| OLD | NEW |