OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 ], | 193 ], |
194 'include_dirs': [ | 194 'include_dirs': [ |
195 '<@(webcore_include_dirs)', | 195 '<@(webcore_include_dirs)', |
196 ], | 196 ], |
197 'sources': [ | 197 'sources': [ |
198 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 | 198 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 |
199 '<@(bindings_core_v8_files)', | 199 '<@(bindings_core_v8_files)', |
200 # These files include all the .cpp files generated from the .idl files | 200 # These files include all the .cpp files generated from the .idl files |
201 # in webcore_files. | 201 # in webcore_files. |
202 '<@(bindings_core_v8_generated_aggregate_files)', | 202 '<@(bindings_core_v8_generated_aggregate_files)', |
| 203 '<@(bindings_core_v8_generated_union_type_files)', |
203 | 204 |
204 # Additional .cpp files for HashTools.h | 205 # Additional .cpp files for HashTools.h |
205 '<(blink_core_output_dir)/CSSPropertyNames.cpp', | 206 '<(blink_core_output_dir)/CSSPropertyNames.cpp', |
206 '<(blink_core_output_dir)/CSSValueKeywords.cpp', | 207 '<(blink_core_output_dir)/CSSValueKeywords.cpp', |
207 | 208 |
208 # Additional .cpp files from make_core_generated actions. | 209 # Additional .cpp files from make_core_generated actions. |
209 '<(blink_core_output_dir)/Event.cpp', | 210 '<(blink_core_output_dir)/Event.cpp', |
210 '<(blink_core_output_dir)/EventHeaders.h', | 211 '<(blink_core_output_dir)/EventHeaders.h', |
211 '<(blink_core_output_dir)/EventNames.cpp', | 212 '<(blink_core_output_dir)/EventNames.cpp', |
212 '<(blink_core_output_dir)/EventNames.h', | 213 '<(blink_core_output_dir)/EventNames.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
784 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 785 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
785 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', | 786 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', |
786 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', | 787 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', |
787 ], | 788 ], |
788 'sources/': [ | 789 'sources/': [ |
789 ['exclude', 'testing/js'], | 790 ['exclude', 'testing/js'], |
790 ], | 791 ], |
791 }, | 792 }, |
792 ], # targets | 793 ], # targets |
793 } | 794 } |
OLD | NEW |