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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 929334507b5c5a16b0186fb958105594c07c15b9..658e5a0e5acdd885b090751a2cc4d77633e87321 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -262,10 +262,6 @@
'<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', # TODO: remove this later http://crbug.com/358074.
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', # TODO: remove this later http://crbug.com/358074.
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', # TODO: remove this later http://crbug.com/358074.
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', # TODO: remove this later http://crbug.com/358074.
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp',
« 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