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

Unified Diff: base/base.gyp

Issue 1061073004: Make deleted constructors take a const parameter in move-only type macro. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add license Created 5 years, 8 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 | « base/BUILD.gn ('k') | base/move.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 5fafb4bfe33f02facbb678552a236f35ed7b9962..4e028b0d10cdd768c47ece333f645db96e7ff4e8 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -565,6 +565,7 @@
'metrics/sample_vector_unittest.cc',
'metrics/sparse_histogram_unittest.cc',
'metrics/statistics_recorder_unittest.cc',
+ 'move_unittest.cc',
'numerics/safe_numerics_unittest.cc',
'observer_list_unittest.cc',
'os_compat_android_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/move.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698