| 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 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1968 'optimize': 'max', | 1968 'optimize': 'max', |
| 1969 }, | 1969 }, |
| 1970 'dependencies': [ | 1970 'dependencies': [ |
| 1971 'v8_libbase', | 1971 'v8_libbase', |
| 1972 ], | 1972 ], |
| 1973 'include_dirs+': [ | 1973 'include_dirs+': [ |
| 1974 '..', | 1974 '..', |
| 1975 '../include', | 1975 '../include', |
| 1976 ], | 1976 ], |
| 1977 'sources': [ | 1977 'sources': [ |
| 1978 'libsampler/v8-sampler.cc', | 1978 'libsampler/sampler.cc', |
| 1979 'libsampler/v8-sampler.h' | 1979 'libsampler/sampler.h' |
| 1980 ], | 1980 ], |
| 1981 'conditions': [ | 1981 'conditions': [ |
| 1982 ['want_separate_host_toolset==1', { | 1982 ['want_separate_host_toolset==1', { |
| 1983 'toolsets': ['host', 'target'], | 1983 'toolsets': ['host', 'target'], |
| 1984 }, { | 1984 }, { |
| 1985 'toolsets': ['target'], | 1985 'toolsets': ['target'], |
| 1986 }], | 1986 }], |
| 1987 ], | 1987 ], |
| 1988 'direct_dependent_settings': { | 1988 'direct_dependent_settings': { |
| 1989 'include_dirs': [ | 1989 'include_dirs': [ |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2291 }], | 2291 }], |
| 2292 ['want_separate_host_toolset==1', { | 2292 ['want_separate_host_toolset==1', { |
| 2293 'toolsets': ['host'], | 2293 'toolsets': ['host'], |
| 2294 }, { | 2294 }, { |
| 2295 'toolsets': ['target'], | 2295 'toolsets': ['target'], |
| 2296 }], | 2296 }], |
| 2297 ], | 2297 ], |
| 2298 }, | 2298 }, |
| 2299 ], | 2299 ], |
| 2300 } | 2300 } |
| OLD | NEW |