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

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

Issue 1895293002: Test fragment scrolling and history restoration interaction w/ scroll anchoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove resetToConsistentState and conditionally make feature settable Created 4 years, 8 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 3ece896d5b1d88ae5190130c2cd272fcad8d4532..894a4a2508f21aaaca6750f87241fbbbeed7edda 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -545,11 +545,13 @@ action("generated_testing_idls_internal_runtime_flags") {
"../build/scripts/make_internal_runtime_flags.py",
"../platform/RuntimeEnabledFeatures.in",
"../build/scripts/templates/InternalRuntimeFlags.h.tmpl",
+ "../build/scripts/templates/InternalRuntimeFlags.cpp.tmpl",
"../build/scripts/templates/InternalRuntimeFlags.idl.tmpl",
]
outputs = [
"$blink_core_output_dir/testing/InternalRuntimeFlags.idl",
"$blink_core_output_dir/testing/InternalRuntimeFlags.h",
+ "$blink_core_output_dir/testing/InternalRuntimeFlags.cpp",
]
args = [

Powered by Google App Engine
This is Rietveld 408576698