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

Unified Diff: Source/modules/modules.gypi

Issue 298893006: Split modules-dependent Event code in 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
« no previous file with comments | « Source/modules/modules.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b3f148380f6987a3bb161c3ea3883ebbb7a8358c..2269d3b82c1c10239824a286928df42fed3d1506 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -258,6 +258,11 @@
],
'generated_modules_files': [
# .cpp files from make_modules_generated actions.
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp',
« no previous file with comments | « Source/modules/modules.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698