| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 ], | 241 ], |
| 242 'include_dirs': [ | 242 'include_dirs': [ |
| 243 '<@(webcore_include_dirs)', | 243 '<@(webcore_include_dirs)', |
| 244 ], | 244 ], |
| 245 'sources': [ | 245 'sources': [ |
| 246 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 | 246 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 |
| 247 '<@(bindings_core_v8_files)', | 247 '<@(bindings_core_v8_files)', |
| 248 # These files include all the .cpp files generated from the .idl files | 248 # These files include all the .cpp files generated from the .idl files |
| 249 # in webcore_files. | 249 # in webcore_files. |
| 250 '<@(bindings_core_v8_generated_aggregate_files)', | 250 '<@(bindings_core_v8_generated_aggregate_files)', |
| 251 '<(bindings_core_dictionaries_generated_aggregate_file)', |
| 251 | 252 |
| 252 # Additional .cpp files for HashTools.h | 253 # Additional .cpp files for HashTools.h |
| 253 '<(blink_core_output_dir)/CSSPropertyNames.cpp', | 254 '<(blink_core_output_dir)/CSSPropertyNames.cpp', |
| 254 '<(blink_core_output_dir)/CSSValueKeywords.cpp', | 255 '<(blink_core_output_dir)/CSSValueKeywords.cpp', |
| 255 | 256 |
| 256 # Additional .cpp files from make_core_generated actions. | 257 # Additional .cpp files from make_core_generated actions. |
| 257 '<(blink_core_output_dir)/Event.cpp', | 258 '<(blink_core_output_dir)/Event.cpp', |
| 258 '<(blink_core_output_dir)/EventHeaders.h', | 259 '<(blink_core_output_dir)/EventHeaders.h', |
| 259 '<(blink_core_output_dir)/EventInterfaces.h', | 260 '<(blink_core_output_dir)/EventInterfaces.h', |
| 260 '<(blink_core_output_dir)/EventNames.cpp', | 261 '<(blink_core_output_dir)/EventNames.cpp', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 828 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 828 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', | 829 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', |
| 829 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 830 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
| 830 ], | 831 ], |
| 831 'sources/': [ | 832 'sources/': [ |
| 832 ['exclude', 'testing/js'], | 833 ['exclude', 'testing/js'], |
| 833 ], | 834 ], |
| 834 }, | 835 }, |
| 835 ], # targets | 836 ], # targets |
| 836 } | 837 } |
| OLD | NEW |