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

Side by Side Diff: Source/modules/modules.gypi

Issue 314783004: Separate the generated files from core and modules to their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline3 Created 6 years, 6 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 unified diff | Download patch
« no previous file with comments | « Source/modules/modules.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [
3 '../core/core_generated.gypi',
4 'modules_generated.gypi',
5 ],
2 'variables': { 6 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 8 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
7 # ways. 11 # ways.
8 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
11 'modules_idl_files': [ 15 'modules_idl_files': [
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'speech/SpeechRecognitionEvent.idl', 263 'speech/SpeechRecognitionEvent.idl',
260 'speech/SpeechSynthesisEvent.idl', 264 'speech/SpeechSynthesisEvent.idl',
261 'webaudio/AudioProcessingEvent.idl', 265 'webaudio/AudioProcessingEvent.idl',
262 'webaudio/OfflineAudioCompletionEvent.idl', 266 'webaudio/OfflineAudioCompletionEvent.idl',
263 'webmidi/MIDIConnectionEvent.idl', 267 'webmidi/MIDIConnectionEvent.idl',
264 'webmidi/MIDIMessageEvent.idl', 268 'webmidi/MIDIMessageEvent.idl',
265 'websockets/CloseEvent.idl', 269 'websockets/CloseEvent.idl',
266 ], 270 ],
267 'generated_modules_files': [ 271 'generated_modules_files': [
268 # .cpp files from make_modules_generated actions. 272 # .cpp files from make_modules_generated actions.
269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp', 273 '<(blink_modules_output_dir)/EventModules.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h', 274 '<(blink_modules_output_dir)/EventModulesHeaders.h',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h', 275 '<(blink_modules_output_dir)/EventModulesInterfaces.h',
272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp', 276 '<(blink_modules_output_dir)/EventModulesNames.cpp',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h', 277 '<(blink_modules_output_dir)/EventModulesNames.h',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h', 278 '<(blink_modules_output_dir)/EventTargetModulesHeaders.h',
275 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h', 279 '<(blink_modules_output_dir)/EventTargetModulesInterfaces.h',
276 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp', 280 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
277 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h', 281 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
278 ], 282 ],
279 'modules_files': [ 283 'modules_files': [
280 '<@(extra_blink_module_files)', 284 '<@(extra_blink_module_files)',
281 '<@(generated_modules_files)', 285 '<@(generated_modules_files)',
282 'InitModules.cpp', 286 'InitModules.cpp',
283 'InitModules.h', 287 'InitModules.h',
284 'battery/BatteryDispatcher.cpp', 288 'battery/BatteryDispatcher.cpp',
285 'battery/BatteryDispatcher.h', 289 'battery/BatteryDispatcher.h',
286 'battery/BatteryManager.cpp', 290 'battery/BatteryManager.cpp',
287 'battery/BatteryManager.h', 291 'battery/BatteryManager.h',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'indexeddb/IDBRequestTest.cpp', 971 'indexeddb/IDBRequestTest.cpp',
968 'indexeddb/IDBTransactionTest.cpp', 972 'indexeddb/IDBTransactionTest.cpp',
969 'websockets/WebSocketDeflaterTest.cpp', 973 'websockets/WebSocketDeflaterTest.cpp',
970 'websockets/WebSocketExtensionDispatcherTest.cpp', 974 'websockets/WebSocketExtensionDispatcherTest.cpp',
971 'websockets/WebSocketExtensionParserTest.cpp', 975 'websockets/WebSocketExtensionParserTest.cpp',
972 'websockets/WebSocketPerMessageDeflateTest.cpp', 976 'websockets/WebSocketPerMessageDeflateTest.cpp',
973 'websockets/WebSocketTest.cpp', 977 'websockets/WebSocketTest.cpp',
974 ], 978 ],
975 }, 979 },
976 } 980 }
OLDNEW
« 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