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

Unified Diff: Source/web/web.gypi

Issue 1014933002: Add begin()/end() to WebVector to enable range-based for loops (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add unit test Created 5 years, 9 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: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index 0d09165d2ac047377590882bbbbcdd0ef0d095ce..8f7321d46d0f1f70aa51170afc82da17e84dcd28 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -278,6 +278,7 @@
'PopupMenuTest.cpp',
'WebDragDataTest.cpp',
'WebNodeTest.cpp',
+ 'WebVectorTest.cpp',
# FIXME: Move the tests from web/tests/ to appropriate places.
# crbug.com/353585
'tests/ActivityLoggerTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698