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

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

Issue 2022863002: [InputEvent] Introduce |StaticRange| and use in |InputEvent::getRanges()| (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce |StaticRange| and add tests Created 4 years, 7 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 9b9e8464f4d0d70081962f0980f2f22ab66ec9ce..a796982bf9080806f1150592f4cf26b1d76e6b9b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -105,6 +105,7 @@
'dom/ProcessingInstruction.idl',
'dom/Range.idl',
'dom/SharedArrayBuffer.idl',
+ 'dom/StaticRange.idl',
'dom/StringCallback.idl',
'dom/Text.idl',
'dom/Touch.idl',
@@ -2585,6 +2586,8 @@
'dom/SimulatedClickOptions.h',
'dom/SpaceSplitString.cpp',
'dom/StaticNodeList.h',
+ 'dom/StaticRange.cpp',
+ 'dom/StaticRange.h',
'dom/StringCallback.cpp',
'dom/StringCallback.h',
'dom/StyleChangeReason.cpp',
@@ -3979,6 +3982,7 @@
'dom/RangeTest.cpp',
'dom/ScriptRunnerTest.cpp',
'dom/SelectorQueryTest.cpp',
+ 'dom/StaticRangeTest.cpp',
'dom/StyleElementTest.cpp',
'dom/StyleEngineTest.cpp',
'dom/TextTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698