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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2096633002: Adds scroll position/scale emulation to DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Emulator using GC, moved to FrameHost, addressed other comments. Created 4 years, 5 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.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 7051c0e2601d561f10a2c89a2f0b4e60e8e89e07..317ae4b3d270d5e7a15a8c192a0be602f6c578ae 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1802,6 +1802,8 @@
'frame/RootFrameViewport.h',
'frame/Screen.cpp',
'frame/Screen.h',
+ 'frame/ScrollAndScaleEmulator.cpp',
+ 'frame/ScrollAndScaleEmulator.h',
'frame/Settings.cpp',
'frame/SettingsDelegate.cpp',
'frame/SettingsDelegate.h',

Powered by Google App Engine
This is Rietveld 408576698