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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', | 276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', |
277 | 277 |
278 # Generated from make_style_builder.py | 278 # Generated from make_style_builder.py |
279 '<(blink_core_output_dir)/StyleBuilder.cpp', | 279 '<(blink_core_output_dir)/StyleBuilder.cpp', |
280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', | 280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
281 | 281 |
282 # Generated from make_css_property_metadata.py | 282 # Generated from make_css_property_metadata.py |
283 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', | 283 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', |
284 | 284 |
285 # IDL dictionary impl files generated by IDL compiler | 285 # IDL dictionary impl files generated by IDL compiler |
286 # FIXME: Add '<@(generated_core_dictionary_files)', | 286 '<@(generated_core_dictionary_files)', |
287 # See comment on core/core.gypi | |
288 ], | 287 ], |
289 'conditions': [ | 288 'conditions': [ |
290 ['OS=="win" and component=="shared_library"', { | 289 ['OS=="win" and component=="shared_library"', { |
291 'defines': [ | 290 'defines': [ |
292 'USING_V8_SHARED', | 291 'USING_V8_SHARED', |
293 ], | 292 ], |
294 }], | 293 }], |
295 ['OS=="win"', { | 294 ['OS=="win"', { |
296 # In generated bindings code: 'switch contains default but no case'. | 295 # In generated bindings code: 'switch contains default but no case'. |
297 # Disable c4267 warnings until we fix size_t to int truncations. | 296 # Disable c4267 warnings until we fix size_t to int truncations. |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 789 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
791 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', | 790 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', |
792 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', | 791 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', |
793 ], | 792 ], |
794 'sources/': [ | 793 'sources/': [ |
795 ['exclude', 'testing/js'], | 794 ['exclude', 'testing/js'], |
796 ], | 795 ], |
797 }, | 796 }, |
798 ], # targets | 797 ], # targets |
799 } | 798 } |
OLD | NEW |