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

Unified Diff: Source/core/core_generated.gyp

Issue 310563004: IDL build: Split global constructors into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak (reupload) 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/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 1564e5ea23574029f87993692cf9624f00909ea0..a5bbeee54f411fef6aa16730dfd9fd274dc30394 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -57,7 +57,7 @@
'<@(event_idl_files)',
],
'outputs': [
- '<(blink_output_dir)/EventInterfaces.in',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
],
'action': [
'python',
@@ -65,7 +65,7 @@
'--event-idl-files-list',
'<(event_idl_files_list)',
'--event-interfaces-file',
- '<(blink_output_dir)/EventInterfaces.in',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
'--write-file-only-if-changed',
'<(write_file_only_if_changed)',
],

Powered by Google App Engine
This is Rietveld 408576698