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 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1951 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'], | 1951 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_SHARED'], |
1952 }, { | 1952 }, { |
1953 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'], | 1953 'defines': ['ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC'], |
1954 }], | 1954 }], |
1955 ], | 1955 ], |
1956 }], | 1956 }], |
1957 ], | 1957 ], |
1958 }, { # v8_enable_i18n_support==0 | 1958 }, { # v8_enable_i18n_support==0 |
1959 'sources!': [ | 1959 'sources!': [ |
1960 'builtins/builtins-intl.cc', | 1960 'builtins/builtins-intl.cc', |
| 1961 'char-predicates.cc', |
1961 'intl.cc', | 1962 'intl.cc', |
1962 'intl.h', | 1963 'intl.h', |
1963 'objects/intl-objects.cc', | 1964 'objects/intl-objects.cc', |
1964 'objects/intl-objects.h', | 1965 'objects/intl-objects.h', |
1965 'runtime/runtime-intl.cc', | 1966 'runtime/runtime-intl.cc', |
1966 ], | 1967 ], |
1967 }], | 1968 }], |
1968 ['OS=="win" and v8_enable_i18n_support==1', { | 1969 ['OS=="win" and v8_enable_i18n_support==1', { |
1969 'dependencies': [ | 1970 'dependencies': [ |
1970 '<(icu_gyp_path):icudata', | 1971 '<(icu_gyp_path):icudata', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2630 }], | 2631 }], |
2631 ['want_separate_host_toolset==1', { | 2632 ['want_separate_host_toolset==1', { |
2632 'toolsets': ['host'], | 2633 'toolsets': ['host'], |
2633 }, { | 2634 }, { |
2634 'toolsets': ['target'], | 2635 'toolsets': ['target'], |
2635 }], | 2636 }], |
2636 ], | 2637 ], |
2637 }, | 2638 }, |
2638 ], | 2639 ], |
2639 } | 2640 } |
OLD | NEW |