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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1419033004: Add feature extraction for distillability to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stricter test Created 5 years, 1 month 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 | third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63a0b8e5b5bac9a10a0be17a0959f9ae80dd3fcf..3573f49cc559096313742e045ede61ece69728c3 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2325,6 +2325,8 @@
'dom/DocumentOrderedList.h',
'dom/DocumentOrderedMap.cpp',
'dom/DocumentParser.cpp',
+ 'dom/DocumentStatisticsCollector.cpp',
+ 'dom/DocumentStatisticsCollector.h',
'dom/DocumentStyleSheetCollection.cpp',
'dom/DocumentStyleSheetCollection.h',
'dom/DocumentStyleSheetCollector.cpp',
@@ -3782,6 +3784,7 @@
'dom/AttrTest.cpp',
'dom/CrossThreadTaskTest.cpp',
'dom/DOMImplementationTest.cpp',
+ 'dom/DocumentStatisticsCollectorTest.cpp',
'dom/DocumentTest.cpp',
'dom/MainThreadTaskRunnerTest.cpp',
'dom/NthIndexCacheTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698