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

Unified Diff: Source/wtf/wtf.gypi

Issue 439923006: Prioritizing input and compositor tasks in the blink scheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Responding to Sami's feedback Created 6 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
« Source/wtf/DoubleBufferedDeque.h ('K') | « Source/wtf/DoubleBufferedDequeTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 5056704a55cf8e0ad0233815c54a4d552a20a744..d4b3a2afdb48e9a0cda211993baa4ab70fbddf5d 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -42,6 +42,7 @@
'DefaultAllocator.cpp',
'DefaultAllocator.h',
'Deque.h',
+ 'DoubleBufferedDeque.h',
'DoublyLinkedList.h',
'DynamicAnnotations.cpp',
'DynamicAnnotations.h',
@@ -211,6 +212,7 @@
'ArrayBufferBuilderTest.cpp',
'CheckedArithmeticTest.cpp',
'DequeTest.cpp',
+ 'DoubleBufferedDequeTest.cpp',
'FunctionalTest.cpp',
'HashMapTest.cpp',
'HashSetTest.cpp',
« Source/wtf/DoubleBufferedDeque.h ('K') | « Source/wtf/DoubleBufferedDequeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698