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 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1944 ]}, | 1944 ]}, |
1945 'sources': [ | 1945 'sources': [ |
1946 'base/debug/stack_trace_posix.cc', | 1946 'base/debug/stack_trace_posix.cc', |
1947 'base/platform/platform-openbsd.cc', | 1947 'base/platform/platform-openbsd.cc', |
1948 'base/platform/platform-posix.cc', | 1948 'base/platform/platform-posix.cc', |
1949 ], | 1949 ], |
1950 } | 1950 } |
1951 ], | 1951 ], |
1952 ['OS=="aix"', { | 1952 ['OS=="aix"', { |
1953 'sources': [ | 1953 'sources': [ |
| 1954 'base/debug/stack_trace_posix.cc', |
1954 'base/platform/platform-aix.cc', | 1955 'base/platform/platform-aix.cc', |
1955 'base/platform/platform-posix.cc' | 1956 'base/platform/platform-posix.cc' |
1956 ]}, | 1957 ]}, |
1957 ], | 1958 ], |
1958 ['OS=="solaris"', { | 1959 ['OS=="solaris"', { |
1959 'link_settings': { | 1960 'link_settings': { |
1960 'libraries': [ | 1961 'libraries': [ |
1961 '-lnsl -lrt', | 1962 '-lnsl -lrt', |
1962 ]}, | 1963 ]}, |
1963 'sources': [ | 1964 'sources': [ |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2419 'conditions': [ | 2420 'conditions': [ |
2420 ['want_separate_host_toolset_mkpeephole==1', { | 2421 ['want_separate_host_toolset_mkpeephole==1', { |
2421 'toolsets': ['host'], | 2422 'toolsets': ['host'], |
2422 }, { | 2423 }, { |
2423 'toolsets': ['target'], | 2424 'toolsets': ['target'], |
2424 }], | 2425 }], |
2425 ], | 2426 ], |
2426 }, | 2427 }, |
2427 ], | 2428 ], |
2428 } | 2429 } |
OLD | NEW |