| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'datetime-format.h', | 45 'datetime-format.h', |
| 46 'i18n-extension.cc', | 46 'i18n-extension.cc', |
| 47 'i18n-extension.h', | 47 'i18n-extension.h', |
| 48 'i18n-locale.cc', | 48 'i18n-locale.cc', |
| 49 'i18n-locale.h', | 49 'i18n-locale.h', |
| 50 'i18n-natives.h', | 50 'i18n-natives.h', |
| 51 'i18n-utils.cc', | 51 'i18n-utils.cc', |
| 52 'i18n-utils.h', | 52 'i18n-utils.h', |
| 53 'language-matcher.cc', | 53 'language-matcher.cc', |
| 54 'language-matcher.h', | 54 'language-matcher.h', |
| 55 'number-format.cc', |
| 56 'number-format.h', |
| 55 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', | 57 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', |
| 56 ], | 58 ], |
| 57 'include_dirs': [ | 59 'include_dirs': [ |
| 58 '<(icu_src_dir)/public/common', | 60 '<(icu_src_dir)/public/common', |
| 59 # v8/ is root for all includes. | 61 # v8/ is root for all includes. |
| 60 '../../..' | 62 '../../..' |
| 61 ], | 63 ], |
| 62 'dependencies': [ | 64 'dependencies': [ |
| 63 '<(icu_src_dir)/icu.gyp:*', | 65 '<(icu_src_dir)/icu.gyp:*', |
| 64 'js2c_i18n#host', | 66 'js2c_i18n#host', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 94 'python', | 96 'python', |
| 95 'i18n-js2c.py', | 97 'i18n-js2c.py', |
| 96 '<@(_outputs)', | 98 '<@(_outputs)', |
| 97 '<@(library_files)' | 99 '<@(library_files)' |
| 98 ], | 100 ], |
| 99 }, | 101 }, |
| 100 ], | 102 ], |
| 101 }, | 103 }, |
| 102 ], # targets | 104 ], # targets |
| 103 } | 105 } |
| OLD | NEW |