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

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

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: update model, functionally correct locally 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
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 ce4e5277e52d90542d4ee889a3c9396ffed3aebe..0f31ad0482ffd9b48429afe462b5b21100b3cf0b 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2316,6 +2316,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',
@@ -3798,6 +3800,7 @@
'dom/AttrTest.cpp',
'dom/CrossThreadTaskTest.cpp',
'dom/DOMImplementationTest.cpp',
+ 'dom/DocumentStatisticsCollectorTest.cpp',
'dom/DocumentTest.cpp',
'dom/MainThreadTaskRunnerTest.cpp',
'dom/NthIndexCacheTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698