| 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 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1934 ]}, | 1934 ]}, |
| 1935 'sources': [ | 1935 'sources': [ |
| 1936 'base/debug/stack_trace_posix.cc', | 1936 'base/debug/stack_trace_posix.cc', |
| 1937 'base/platform/platform-openbsd.cc', | 1937 'base/platform/platform-openbsd.cc', |
| 1938 'base/platform/platform-posix.cc', | 1938 'base/platform/platform-posix.cc', |
| 1939 ], | 1939 ], |
| 1940 } | 1940 } |
| 1941 ], | 1941 ], |
| 1942 ['OS=="aix"', { | 1942 ['OS=="aix"', { |
| 1943 'sources': [ | 1943 'sources': [ |
| 1944 'base/debug/stack_trace_posix.cc', |
| 1944 'base/platform/platform-aix.cc', | 1945 'base/platform/platform-aix.cc', |
| 1945 'base/platform/platform-posix.cc' | 1946 'base/platform/platform-posix.cc' |
| 1946 ]}, | 1947 ]}, |
| 1947 ], | 1948 ], |
| 1948 ['OS=="solaris"', { | 1949 ['OS=="solaris"', { |
| 1949 'link_settings': { | 1950 'link_settings': { |
| 1950 'libraries': [ | 1951 'libraries': [ |
| 1951 '-lnsl -lrt', | 1952 '-lnsl -lrt', |
| 1952 ]}, | 1953 ]}, |
| 1953 'sources': [ | 1954 'sources': [ |
| (...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2409 'conditions': [ | 2410 'conditions': [ |
| 2410 ['want_separate_host_toolset_mkpeephole==1', { | 2411 ['want_separate_host_toolset_mkpeephole==1', { |
| 2411 'toolsets': ['host'], | 2412 'toolsets': ['host'], |
| 2412 }, { | 2413 }, { |
| 2413 'toolsets': ['target'], | 2414 'toolsets': ['target'], |
| 2414 }], | 2415 }], |
| 2415 ], | 2416 ], |
| 2416 }, | 2417 }, |
| 2417 ], | 2418 ], |
| 2418 } | 2419 } |
| OLD | NEW |