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

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

Issue 700323003: Use Web IDL Union types in Service Worker's Cache interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 1 month 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/bindings/modules/v8/generated.gni ('k') | Source/bindings/templates/union.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/generated.gypi
diff --git a/Source/bindings/modules/v8/generated.gypi b/Source/bindings/modules/v8/generated.gypi
index ec30f52d09f8f5386e1691023df053d3fbe79ed9..c3256bf7df6201e02b6693d2dbd67e4b4917d786 100644
--- a/Source/bindings/modules/v8/generated.gypi
+++ b/Source/bindings/modules/v8/generated.gypi
@@ -6,9 +6,8 @@
'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',
+ '<(bindings_modules_v8_output_dir)/UnionTypesModules.cpp',
+ '<(bindings_modules_v8_output_dir)/UnionTypesModules.h',
],
'conditions': [
« no previous file with comments | « Source/bindings/modules/v8/generated.gni ('k') | Source/bindings/templates/union.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698