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

Unified Diff: third_party/WebKit/Source/core/core_generated.gyp

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/core_generated.gyp
diff --git a/third_party/WebKit/Source/core/core_generated.gyp b/third_party/WebKit/Source/core/core_generated.gyp
index 8f4d6fc446f4c4c1fb7a3b37669981ea480fd5bf..21db6e0568310c443d26e915e234a2f5f6b8021a 100644
--- a/third_party/WebKit/Source/core/core_generated.gyp
+++ b/third_party/WebKit/Source/core/core_generated.gyp
@@ -128,11 +128,13 @@
'../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',
],
'action': [
'python',

Powered by Google App Engine
This is Rietveld 408576698