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

Unified Diff: Source/core/core.gyp

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Split EventTargetFactory.in and auto-generate modules-related files. 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
« no previous file with comments | « Source/core/Init.cpp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 658e5a0e5acdd885b090751a2cc4d77633e87321..929334507b5c5a16b0186fb958105594c07c15b9 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -262,6 +262,10 @@
'<(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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698