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

Unified Diff: Source/modules/modules.gypi

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/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e08b7e580acd281664ef409802c8975e8ecc34e1..b3f148380f6987a3bb161c3ea3883ebbb7a8358c 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -256,8 +256,18 @@
'webmidi/MIDIMessageEvent.idl',
'websockets/CloseEvent.idl',
],
+ 'generated_modules_files': [
+ # .cpp files from make_modules_generated actions.
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h',
+ ],
'modules_files': [
'<@(extra_blink_module_files)',
+ '<@(generated_modules_files)',
+ 'InitModules.cpp',
+ 'InitModules.h',
'battery/BatteryDispatcher.cpp',
'battery/BatteryDispatcher.h',
'battery/BatteryManager.cpp',

Powered by Google App Engine
This is Rietveld 408576698