OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 27 matching lines...) Expand all Loading... |
38 'type': 'static_library', | 38 'type': 'static_library', |
39 'sources': [ | 39 'sources': [ |
40 'break-iterator.cc', | 40 'break-iterator.cc', |
41 'break-iterator.h', | 41 'break-iterator.h', |
42 'collator.cc', | 42 'collator.cc', |
43 'collator.h', | 43 'collator.h', |
44 'i18n-extension.cc', | 44 'i18n-extension.cc', |
45 'i18n-extension.h', | 45 'i18n-extension.h', |
46 'i18n-locale.cc', | 46 'i18n-locale.cc', |
47 'i18n-locale.h', | 47 'i18n-locale.h', |
48 'language-matcher.cc', | |
49 'language-matcher.h', | |
50 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', | 48 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', |
51 ], | 49 ], |
52 'include_dirs': [ | 50 'include_dirs': [ |
53 '<(icu_src_dir)/public/common', | 51 '<(icu_src_dir)/public/common', |
54 '../..', | 52 '../..', |
55 ], | 53 ], |
56 'dependencies': [ | 54 'dependencies': [ |
57 '<(icu_src_dir)/icu.gyp:*', | 55 '<(icu_src_dir)/icu.gyp:*', |
58 'js2c_i18n#host', | 56 'js2c_i18n#host', |
59 '../../../tools/gyp/v8.gyp:v8', | 57 '../../../tools/gyp/v8.gyp:v8', |
(...skipping 23 matching lines...) Expand all Loading... |
83 '../../../tools/js2c.py', | 81 '../../../tools/js2c.py', |
84 '<@(_outputs)', | 82 '<@(_outputs)', |
85 'I18N', | 83 'I18N', |
86 '<@(library_files)' | 84 '<@(library_files)' |
87 ], | 85 ], |
88 }, | 86 }, |
89 ], | 87 ], |
90 }, | 88 }, |
91 ], # targets | 89 ], # targets |
92 } | 90 } |
OLD | NEW |