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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 26558004: Revert 158219 "Move dom/*Event* to events to match the DOM vs. E..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1651/
Patch Set: Created 7 years, 2 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/core.gypi ('k') | Source/core/css/CSSFontFaceLoadEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_derived_sources.gyp
===================================================================
--- Source/core/core_derived_sources.gyp (revision 159156)
+++ Source/core/core_derived_sources.gyp (working copy)
@@ -375,7 +375,7 @@
'scripts/make_event_factory.py',
'scripts/name_utilities.py',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
- 'events/EventAliases.in',
+ 'dom/EventAliases.in',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp',
@@ -386,7 +386,7 @@
'python',
'scripts/make_event_factory.py',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
- 'events/EventAliases.in',
+ 'dom/EventAliases.in',
'--output_dir',
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
@@ -397,7 +397,7 @@
'<@(scripts_for_in_files)',
'scripts/make_event_factory.py',
'scripts/name_utilities.py',
- 'events/EventTargetFactory.in',
+ 'dom/EventTargetFactory.in',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h',
@@ -406,7 +406,7 @@
'action': [
'python',
'scripts/make_event_factory.py',
- 'events/EventTargetFactory.in',
+ 'dom/EventTargetFactory.in',
'--output_dir',
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSFontFaceLoadEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698