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

Unified Diff: third_party/WebKit/Source/bindings/templates/templates.gni

Issue 1531443003: [bindings] Implement an ExperimentEnabled IDL extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Install interfaces/attributes/methods unconditionally. Use the generated ExperimentalFeature functi… Created 5 years 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: third_party/WebKit/Source/bindings/templates/templates.gni
diff --git a/third_party/WebKit/Source/bindings/templates/templates.gni b/third_party/WebKit/Source/bindings/templates/templates.gni
index b5a336c600b2fe53b9d27d848a8e5809ceb38b40..70eb977b40d226349920d996f12a9527582ca9aa 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -4,6 +4,7 @@
# Paths should be absolute so this file can be imported from anywhere.
code_generator_template_files = get_path_info([
+ "api_experiment.cpp",
"attributes.cpp",
"callback_interface.cpp",
"callback_interface.h",

Powered by Google App Engine
This is Rietveld 408576698