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 23 matching lines...) Expand all Loading... |
34 }, | 34 }, |
35 'targets': [ | 35 'targets': [ |
36 { | 36 { |
37 'target_name': 'i18n_api', | 37 'target_name': 'i18n_api', |
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 'datetime-format.cc', |
| 45 'datetime-format.h', |
44 'i18n-extension.cc', | 46 'i18n-extension.cc', |
45 'i18n-extension.h', | 47 'i18n-extension.h', |
46 'i18n-locale.cc', | 48 'i18n-locale.cc', |
47 'i18n-locale.h', | 49 'i18n-locale.h', |
48 'i18n-natives.h', | 50 'i18n-natives.h', |
49 'i18n-utils.cc', | 51 'i18n-utils.cc', |
50 'i18n-utils.h', | 52 'i18n-utils.h', |
51 'language-matcher.cc', | 53 'language-matcher.cc', |
52 'language-matcher.h', | 54 'language-matcher.h', |
53 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', | 55 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'python', | 94 'python', |
93 'i18n-js2c.py', | 95 'i18n-js2c.py', |
94 '<@(_outputs)', | 96 '<@(_outputs)', |
95 '<@(library_files)' | 97 '<@(library_files)' |
96 ], | 98 ], |
97 }, | 99 }, |
98 ], | 100 ], |
99 }, | 101 }, |
100 ], # targets | 102 ], # targets |
101 } | 103 } |
OLD | NEW |