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

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

Issue 297493004: Move modules-dependent eventtarget code out of core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp',
256 256
257 # Additional .cpp files from make_core_generated actions. 257 # Additional .cpp files from make_core_generated actions.
258 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', 258 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
259 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', 259 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h',
260 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', 260 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h',
261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', 261 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp',
262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h', 262 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h',
263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', 263 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', # TODO: remove this later http://crbug.com/358074.
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', # TOD O: remove this later http://crbug.com/358074.
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', # TODO: remove this later http://crbug.com/358074.
268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', # TODO: re move this later http://crbug.com/358074.
269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp', 265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp',
272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp',
275 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.cpp', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.h', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.h',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', 274 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 '<(bindings_output_dir)/V8LayerRect.h', 819 '<(bindings_output_dir)/V8LayerRect.h',
824 '<(bindings_output_dir)/V8LayerRectList.cpp', 820 '<(bindings_output_dir)/V8LayerRectList.cpp',
825 '<(bindings_output_dir)/V8LayerRectList.h', 821 '<(bindings_output_dir)/V8LayerRectList.h',
826 ], 822 ],
827 'sources/': [ 823 'sources/': [
828 ['exclude', 'testing/js'], 824 ['exclude', 'testing/js'],
829 ], 825 ],
830 }, 826 },
831 ], # targets 827 ], # targets
832 } 828 }
OLDNEW
« no previous file with comments | « Source/core/Init.cpp ('k') | Source/core/core_generated.gyp » ('j') | Source/web/WebKit.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698