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

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

Issue 2151933003: Change WTF::TemporaryChange to be an alias for AutoReset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TemporaryChange -> AutoReset Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/wtf/TemporaryChangeTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/wtf.gypi
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi
index d0b9b391181a632772ac3e1d60f0b650798701a8..03aa4a21cff783c85beb54fe850e71f22ba596cc 100644
--- a/third_party/WebKit/Source/wtf/wtf.gypi
+++ b/third_party/WebKit/Source/wtf/wtf.gypi
@@ -10,6 +10,7 @@
'Assertions.cpp',
'Assertions.h',
'Atomics.h',
+ 'AutoReset.h',
'BitVector.cpp',
'BitVector.h',
'BitwiseOperations.h',
@@ -74,7 +75,6 @@
'StdLibExtras.h',
'StringExtras.h',
'StringHasher.h',
- 'TemporaryChange.h',
'ThreadRestrictionVerifier.h',
'ThreadSafeRefCounted.h',
'ThreadSpecific.h',
@@ -215,7 +215,6 @@
'SaturatedArithmeticTest.cpp',
'StringExtrasTest.cpp',
'StringHasherTest.cpp',
- 'TemporaryChangeTest.cpp',
'TreeNodeTest.cpp',
'TypeTraitsTest.cpp',
'VectorTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/wtf/TemporaryChangeTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698