| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 | 274 |
| 275 # Generated from make_style_shorthands.py | 275 # Generated from make_style_shorthands.py |
| 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 |
| 285 # IDL dictionary impl files generated by IDL compiler |
| 286 # FIXME: Add '<@(generated_core_dictionary_files)', |
| 287 # See comment on core/core.gypi |
| 284 ], | 288 ], |
| 285 'conditions': [ | 289 'conditions': [ |
| 286 ['OS=="win" and component=="shared_library"', { | 290 ['OS=="win" and component=="shared_library"', { |
| 287 'defines': [ | 291 'defines': [ |
| 288 'USING_V8_SHARED', | 292 'USING_V8_SHARED', |
| 289 ], | 293 ], |
| 290 }], | 294 }], |
| 291 ['OS=="win"', { | 295 ['OS=="win"', { |
| 292 # In generated bindings code: 'switch contains default but no case'. | 296 # In generated bindings code: 'switch contains default but no case'. |
| 293 # Disable c4267 warnings until we fix size_t to int truncations. | 297 # Disable c4267 warnings until we fix size_t to int truncations. |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 }], | 740 }], |
| 737 ], | 741 ], |
| 738 }, | 742 }, |
| 739 { | 743 { |
| 740 # GN version: //third_party/WebKit/Source/core:testing | 744 # GN version: //third_party/WebKit/Source/core:testing |
| 741 'target_name': 'webcore_testing', | 745 'target_name': 'webcore_testing', |
| 742 'type': 'static_library', | 746 'type': 'static_library', |
| 743 'dependencies': [ | 747 'dependencies': [ |
| 744 '../config.gyp:config', | 748 '../config.gyp:config', |
| 745 'webcore', | 749 'webcore', |
| 750 'webcore_generated', |
| 746 ], | 751 ], |
| 747 'defines': [ | 752 'defines': [ |
| 748 'BLINK_IMPLEMENTATION=1', | 753 'BLINK_IMPLEMENTATION=1', |
| 749 'INSIDE_BLINK', | 754 'INSIDE_BLINK', |
| 750 ], | 755 ], |
| 751 'include_dirs': [ | 756 'include_dirs': [ |
| 752 '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119
is fixed. | 757 '<(bindings_core_v8_dir)', # FIXME: Remove once http://crbug.com/236119
is fixed. |
| 753 'testing', | 758 'testing', |
| 754 'testing/v8', | 759 'testing/v8', |
| 755 ], | 760 ], |
| 756 'sources': [ | 761 'sources': [ |
| 757 # Note: file list duplicated in GN build. | 762 # Note: file list duplicated in GN build. |
| 763 '<@(generated_core_testing_dictionary_files)', |
| 758 '<@(webcore_testing_files)', | 764 '<@(webcore_testing_files)', |
| 765 '<(bindings_core_v8_output_dir)/V8DictionaryTest.cpp', |
| 766 '<(bindings_core_v8_output_dir)/V8DictionaryTest.h', |
| 759 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.cpp', | 767 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.cpp', |
| 760 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.h', | 768 '<(bindings_core_v8_output_dir)/V8GarbageCollectedScriptWrappable.h', |
| 761 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp', | 769 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp', |
| 762 '<(bindings_core_v8_output_dir)/V8GCObservation.h', | 770 '<(bindings_core_v8_output_dir)/V8GCObservation.h', |
| 763 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.cpp', | 771 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.cpp', |
| 764 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.h', | 772 '<(bindings_core_v8_output_dir)/V8PrivateScriptTest.h', |
| 765 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp', | 773 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp', |
| 766 '<(bindings_core_v8_output_dir)/V8TypeConversions.h', | 774 '<(bindings_core_v8_output_dir)/V8TypeConversions.h', |
| 767 '<(bindings_core_v8_output_dir)/V8Internals.cpp', | 775 '<(bindings_core_v8_output_dir)/V8Internals.cpp', |
| 768 '<(bindings_core_v8_output_dir)/V8Internals.h', | 776 '<(bindings_core_v8_output_dir)/V8Internals.h', |
| 769 '<(bindings_core_v8_output_dir)/V8InternalProfilers.cpp', | 777 '<(bindings_core_v8_output_dir)/V8InternalProfilers.cpp', |
| 770 '<(bindings_core_v8_output_dir)/V8InternalProfilers.h', | 778 '<(bindings_core_v8_output_dir)/V8InternalProfilers.h', |
| 771 '<(bindings_core_v8_output_dir)/V8InternalSettings.cpp', | 779 '<(bindings_core_v8_output_dir)/V8InternalSettings.cpp', |
| 772 '<(bindings_core_v8_output_dir)/V8InternalSettings.h', | 780 '<(bindings_core_v8_output_dir)/V8InternalSettings.h', |
| 773 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.cpp', | 781 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.cpp', |
| 774 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.h', | 782 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.h', |
| 775 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.cpp', | 783 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.cpp', |
| 776 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.h', | 784 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.h', |
| 777 '<(bindings_core_v8_output_dir)/V8LayerRect.cpp', | 785 '<(bindings_core_v8_output_dir)/V8LayerRect.cpp', |
| 778 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 786 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
| 779 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 787 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
| 780 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 788 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 781 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', | 789 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', |
| 782 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 790 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
| 791 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', |
| 792 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', |
| 783 ], | 793 ], |
| 784 'sources/': [ | 794 'sources/': [ |
| 785 ['exclude', 'testing/js'], | 795 ['exclude', 'testing/js'], |
| 786 ], | 796 ], |
| 787 }, | 797 }, |
| 788 ], # targets | 798 ], # targets |
| 789 } | 799 } |
| OLD | NEW |