Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: Source/core/core.gyp

Issue 551003002: bindings: Removes unnecessary Event-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pushed V8EventTargetCustom.cpp back with modification. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 # in webcore_files. 201 # in webcore_files.
202 '<@(bindings_core_v8_generated_aggregate_files)', 202 '<@(bindings_core_v8_generated_aggregate_files)',
203 203
204 # Additional .cpp files for HashTools.h 204 # Additional .cpp files for HashTools.h
205 '<(blink_core_output_dir)/CSSPropertyNames.cpp', 205 '<(blink_core_output_dir)/CSSPropertyNames.cpp',
206 '<(blink_core_output_dir)/CSSValueKeywords.cpp', 206 '<(blink_core_output_dir)/CSSValueKeywords.cpp',
207 207
208 # Additional .cpp files from make_core_generated actions. 208 # Additional .cpp files from make_core_generated actions.
209 '<(blink_core_output_dir)/Event.cpp', 209 '<(blink_core_output_dir)/Event.cpp',
210 '<(blink_core_output_dir)/EventHeaders.h', 210 '<(blink_core_output_dir)/EventHeaders.h',
211 '<(blink_core_output_dir)/EventInterfaces.h',
212 '<(blink_core_output_dir)/EventNames.cpp', 211 '<(blink_core_output_dir)/EventNames.cpp',
213 '<(blink_core_output_dir)/EventNames.h', 212 '<(blink_core_output_dir)/EventNames.h',
214 '<(blink_core_output_dir)/EventTargetHeaders.h',
215 '<(blink_core_output_dir)/EventTargetInterfaces.h',
216 '<(blink_core_output_dir)/EventTargetNames.cpp', 213 '<(blink_core_output_dir)/EventTargetNames.cpp',
217 '<(blink_core_output_dir)/EventTargetNames.h', 214 '<(blink_core_output_dir)/EventTargetNames.h',
218 '<(blink_core_output_dir)/EventTypeNames.cpp', 215 '<(blink_core_output_dir)/EventTypeNames.cpp',
219 '<(blink_core_output_dir)/EventTypeNames.h', 216 '<(blink_core_output_dir)/EventTypeNames.h',
220 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', 217 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp',
221 '<(blink_core_output_dir)/HTMLElementFactory.cpp', 218 '<(blink_core_output_dir)/HTMLElementFactory.cpp',
222 '<(blink_core_output_dir)/HTMLElementFactory.h', 219 '<(blink_core_output_dir)/HTMLElementFactory.h',
223 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', 220 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp',
224 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', 221 '<(blink_core_output_dir)/HTMLElementLookupTrie.h',
225 '<(blink_core_output_dir)/HTMLNames.cpp', 222 '<(blink_core_output_dir)/HTMLNames.cpp',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', 785 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h',
789 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp', 786 '<(bindings_core_v8_output_dir)/V8InternalDictionary.cpp',
790 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h', 787 '<(bindings_core_v8_output_dir)/V8InternalDictionary.h',
791 ], 788 ],
792 'sources/': [ 789 'sources/': [
793 ['exclude', 'testing/js'], 790 ['exclude', 'testing/js'],
794 ], 791 ],
795 }, 792 },
796 ], # targets 793 ], # targets
797 } 794 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698