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

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: Rebase Created 4 years, 6 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 e5513e73a63aa54f0be41900430a26ab106be7a6..84e1675cf093822b821c646f9ca162fec9aef6ca 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',
@@ -2600,6 +2601,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',
@@ -3999,6 +4002,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