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

Unified Diff: Source/core/core.gypi

Issue 1204953002: Introduce EditingTestBase to share code among test files for editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-06-24T15:31:52 Rebase for chaning bot(?) Created 5 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
« no previous file with comments | « no previous file | Source/core/editing/EditingTestBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5047a4e88e04fb6bbb0cf0d3a98f1e6f01ead17f..d2a810fbacb1e4e69da2612712f821652ae401d0 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3883,6 +3883,8 @@
'dom/TreeScopeTest.cpp',
'dom/shadow/ComposedTreeTraversalTest.cpp',
'editing/CompositionUnderlineRangeFilterTest.cpp',
+ 'editing/EditingTestBase.cpp',
+ 'editing/EditingTestBase.h',
'editing/FrameSelectionTest.cpp',
'editing/GranularityStrategyTest.cpp',
'editing/InputMethodControllerTest.cpp',
« no previous file with comments | « no previous file | Source/core/editing/EditingTestBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698