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

Unified Diff: tools/gn/value.cc

Issue 2187523003: Allow creation and modification of scopes in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 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
« no previous file with comments | « tools/gn/value.h ('k') | tools/gn/visibility_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/value.cc
diff --git a/tools/gn/value.cc b/tools/gn/value.cc
index 9a52fbaa0576a11b08cbe789bd47c6d811f3ac41..b5e21f090f57c1f4bfe8a4a241020dee19d39c78 100644
--- a/tools/gn/value.cc
+++ b/tools/gn/value.cc
@@ -73,6 +73,8 @@ Value::Value(const Value& other)
scope_value_ = other.scope_value_->MakeClosure();
}
+Value::Value(Value&& other) = default;
+
Value::~Value() {
}
« no previous file with comments | « tools/gn/value.h ('k') | tools/gn/visibility_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698