X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcore_generated.gyp;h=986b1c3318909362c4ad68d64e01259203c56535;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=950450abc90f2b6b264db7486eaea222c36dc5f8;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/core_generated.gyp b/src/third_party/WebKit/Source/core/core_generated.gyp index 950450a..986b1c3 100644 --- a/src/third_party/WebKit/Source/core/core_generated.gyp +++ b/src/third_party/WebKit/Source/core/core_generated.gyp @@ -150,7 +150,9 @@ # crbug.com/341031 'private_script_files': [ '../bindings/core/v8/PrivateScriptRunner.js', - '../core/html/HTMLMarqueeElement.js', + 'html/HTMLMarqueeElement.js', + 'html/shadow/PluginPlaceholderElement.js', + 'xml/DocumentXMLTreeViewer.js', ], 'inputs': [ '../build/scripts/make_private_script_source.py', @@ -182,6 +184,7 @@ 'action': [ 'python', '../build/scripts/make_private_script_source.py', + '--for-testing', '<@(_outputs)', '<@(_private_script_files)' ], @@ -406,8 +409,6 @@ '<(blink_core_output_dir)/HTMLElementFactory.h', '<(blink_core_output_dir)/HTMLNames.cpp', '<(blink_core_output_dir)/HTMLNames.h', - '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.cpp', - '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.h', ], 'action': [ 'python', @@ -447,8 +448,6 @@ '<(blink_core_output_dir)/SVGElementFactory.h', '<(blink_core_output_dir)/SVGNames.cpp', '<(blink_core_output_dir)/SVGNames.h', - '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp', - '<(blink_core_output_dir)/V8SVGElementWrapperFactory.h', ], 'action': [ 'python', @@ -486,7 +485,6 @@ 'outputs': [ '<(blink_core_output_dir)/Event.cpp', '<(blink_core_output_dir)/EventHeaders.h', - '<(blink_core_output_dir)/EventInterfaces.h', ], 'action': [ 'python', @@ -516,24 +514,6 @@ ], }, { - 'action_name': 'EventTargetFactory', - 'inputs': [ - '<@(make_event_factory_files)', - 'events/EventTargetFactory.in', - ], - 'outputs': [ - '<(blink_core_output_dir)/EventTargetHeaders.h', - '<(blink_core_output_dir)/EventTargetInterfaces.h', - ], - 'action': [ - 'python', - '../build/scripts/make_event_factory.py', - 'events/EventTargetFactory.in', - '--output_dir', - '<(blink_core_output_dir)', - ], - }, - { 'action_name': 'EventTargetNames', 'inputs': [ '<@(make_names_files)',