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

Unified Diff: base/BUILD.gn

Issue 274773003: Allow MakeCriticalClosure to enclose closures with non-void return types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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.gypi » ('j') | no next file with comments »
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 3d07813a6d28a1d580574a3af0bfc15d983db69e..28967dbf617eaeb1f1b4e6dc02c867f0c888d7a1 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -111,7 +111,7 @@ component("base") {
"cpu.cc",
"cpu.h",
"critical_closure.h",
- "critical_closure_ios.mm",
+ "critical_closure_internal_ios.mm",
"debug/alias.cc",
"debug/alias.h",
"debug/crash_logging.cc",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698