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

Unified Diff: Source/web/web.gypi

Issue 23659002: Add a public Blink function to canonicalize and restrict the type of CSS selectors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Initial Created 7 years, 4 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 c8d3f14cb7090ccfef3296530233f4d6d2fd53bc..506124f8e88c1f832fb153ce4bbd41ba02da4283 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -229,6 +229,7 @@
'WebSecurityOrigin.cpp',
'WebSecurityPolicy.cpp',
'WebSelectElement.cpp',
+ 'WebSelector.cpp',
'WebSerializedScriptValue.cpp',
'WebSettingsImpl.cpp',
'WebSettingsImpl.h',
@@ -317,6 +318,7 @@
'tests/WebPageNewSerializerTest.cpp',
'tests/WebPageSerializerTest.cpp',
'tests/WebPluginContainerTest.cpp',
+ 'tests/WebSelectorTest.cpp',
'tests/WebURLRequestTest.cpp',
'tests/WebURLResponseTest.cpp',
'tests/WebUserGestureTokenTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698