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

Unified Diff: Source/bindings/modules/v8/generated.gypi

Issue 680193003: IDL: Generate union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: Source/bindings/modules/v8/generated.gypi
diff --git a/Source/bindings/modules/v8/generated.gypi b/Source/bindings/modules/v8/generated.gypi
index 101367e1da4fbb30102f08da08d7852cc573fc1f..ec30f52d09f8f5386e1691023df053d3fbe79ed9 100644
--- a/Source/bindings/modules/v8/generated.gypi
+++ b/Source/bindings/modules/v8/generated.gypi
@@ -5,6 +5,11 @@
{
'variables': {
'bindings_modules_v8_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/modules/v8',
+ 'bindings_modules_v8_generated_union_type_files': [
+ # FIXME: Uncomment following entries when we start using union types in modules.
+ #'<(bindings_modules_v8_output_dir)/UnionTypesModules.cpp',
+ #'<(bindings_modules_v8_output_dir)/UnionTypesModules.h',
+ ],
'conditions': [
['OS=="win" and buildtype=="Official"', {

Powered by Google App Engine
This is Rietveld 408576698