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

Unified Diff: base/base.gyp

Issue 1837233002: Optional <TimeDelta> since they may be non existent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Need to add Optional changes as well in this issue otherwise bots fail in compilation Created 4 years, 9 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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 25918035bcba6d60d1ef3bbdf35c1913cbabf671..68bda0b1979428a3a1a685d70a63c7afee9e4368 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -500,6 +500,7 @@
'native_library_unittest.cc',
shivanisha 2016/03/29 17:32:06 Ignore this file for review. Added here for compil
'numerics/safe_numerics_unittest.cc',
'observer_list_unittest.cc',
+ 'optional_unittest.cc',
'os_compat_android_unittest.cc',
'path_service_unittest.cc',
'pickle_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698