Index: ios/third_party/blink/README.chromium |
diff --git a/ios/third_party/blink/README.chromium b/ios/third_party/blink/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..89a345419ac030f4e2a88289b906a259ec45aa7e |
--- /dev/null |
+++ b/ios/third_party/blink/README.chromium |
@@ -0,0 +1,14 @@ |
+Name: blink HTMLTokenizer |
+Short Name: blink |
+URL: http://www.chromium.org/blink |
+Version: commit 2e924d852a814dee5efde8deb412a70a4d90c5c7 |
+License: BSD License |
+Security Critical: yes |
+ |
+Description: |
+The HTMLTokenizer and associated classes from blink handle tokenizing HTML |
+content into runtime usable data structures. |
+ |
+Local Modifications: |
+The blink code was used as a starting point and heavily modified to remove |
+unnecessary code, dependancies on WTF, and dependencies on GPL code. |