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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 1541983003: Force all experiment enabled checks to use ExperimentalFeatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments to explain class design and code generation Created 4 years, 11 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: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 87c50db22fa2a77ed1264abfa705a66d9ac43da8..4394742126327d5a38b36c6a8a8f6853bba2be22 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -372,6 +372,8 @@ source_set("core_generated") {
"$blink_core_output_dir/XLinkNames.cpp",
"$blink_core_output_dir/XMLNSNames.cpp",
"$blink_core_output_dir/XMLNames.cpp",
+ "$blink_core_output_dir/experiments/ExperimentalFeatures.cpp",
+ "$blink_core_output_dir/experiments/ExperimentalFeatures.h",
"$blink_core_output_dir/fetch/FetchInitiatorTypeNames.cpp",
# Generated from HTMLEntityNames.in

Powered by Google App Engine
This is Rietveld 408576698