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

Unified Diff: Source/modules/modules.gypi

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline 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/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index be6a04be2428864df2d825de9f1185c2145757ec..06fe1a67a1ce0744919c53efc7f52d8f0545770e 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -254,6 +254,12 @@
],
'modules_files': [
'<@(extra_blink_module_files)',
+ 'EventTargetModules.h',
+ 'EventTargetModulesHeaders.h', # TODO: Make this auto-generated.
+ 'EventTargetModulesInterfaces.h', # TODO: Make this auto-generated.
+ 'EventTargetModulesNames.cpp', # TODO: Make this auto-generated.
+ 'EventTargetModulesNames.h', # TODO: Make this auto-generated.
+ 'InitModules.cpp',
'battery/BatteryDispatcher.cpp',
'battery/BatteryDispatcher.h',
'battery/BatteryManager.cpp',

Powered by Google App Engine
This is Rietveld 408576698