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

Unified Diff: base/BUILD.gn

Issue 1837233002: Optional <TimeDelta> since they may be non existent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments incorporation 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/base.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index ec259fd99008efd71086ab0e9888e0f5a57c925e..6b6d7c1d9ab8e4ad7163efc71d0e5fdb45602d89 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -565,6 +565,7 @@ component("base") {
"numerics/safe_math_impl.h",
"observer_list.h",
"observer_list_threadsafe.h",
shivanisha 2016/03/29 18:57:16 Ignore this file for review. Added here for compil
+ "optional.h",
"os_compat_android.cc",
"os_compat_android.h",
"os_compat_nacl.cc",
@@ -1771,6 +1772,7 @@ test("base_unittests") {
"native_library_unittest.cc",
"numerics/safe_numerics_unittest.cc",
"observer_list_unittest.cc",
+ "optional_unittest.cc",
"os_compat_android_unittest.cc",
"path_service_unittest.cc",
"pickle_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/base.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698