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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 'sources': [ | 820 'sources': [ |
821 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', | 821 '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', |
822 ] | 822 ] |
823 }], | 823 }], |
824 ['v8_enable_i18n_support==1', { | 824 ['v8_enable_i18n_support==1', { |
825 'sources': [ | 825 'sources': [ |
826 '../../src/i18n.cc', | 826 '../../src/i18n.cc', |
827 '../../src/i18n.h', | 827 '../../src/i18n.h', |
828 '../../src/extensions/i18n/break-iterator.cc', | 828 '../../src/extensions/i18n/break-iterator.cc', |
829 '../../src/extensions/i18n/break-iterator.h', | 829 '../../src/extensions/i18n/break-iterator.h', |
830 '../../src/extensions/i18n/collator.cc', | |
831 '../../src/extensions/i18n/collator.h', | |
832 '../../src/extensions/i18n/i18n-extension.cc', | 830 '../../src/extensions/i18n/i18n-extension.cc', |
833 '../../src/extensions/i18n/i18n-extension.h', | 831 '../../src/extensions/i18n/i18n-extension.h', |
834 '../../src/extensions/i18n/i18n-utils.cc', | 832 '../../src/extensions/i18n/i18n-utils.cc', |
835 '../../src/extensions/i18n/i18n-utils.h', | 833 '../../src/extensions/i18n/i18n-utils.h', |
836 ], | 834 ], |
837 'dependencies': [ | 835 'dependencies': [ |
838 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 836 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
839 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 837 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
840 ] | 838 ] |
841 }], | 839 }], |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 }], | 1032 }], |
1035 ['v8_compress_startup_data=="bz2"', { | 1033 ['v8_compress_startup_data=="bz2"', { |
1036 'libraries': [ | 1034 'libraries': [ |
1037 '-lbz2', | 1035 '-lbz2', |
1038 ] | 1036 ] |
1039 }], | 1037 }], |
1040 ], | 1038 ], |
1041 }, | 1039 }, |
1042 ], | 1040 ], |
1043 } | 1041 } |
OLD | NEW |