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

Unified Diff: base/BUILD.gn

Issue 2484803003: Move WTF::SpinLock to base::SpinLock. (Closed)
Patch Set: Created 4 years, 1 month 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/spin_lock.h » ('j') | base/spin_lock.h » ('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 2866ea0358be520e8002590959d7be62b5d9059e..2ccb74b318a92d1d8e7b5c36665daaebdc7edaec 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -700,6 +700,8 @@ component("base") {
"sha1.cc",
"sha1.h",
"single_thread_task_runner.h",
+ "spin_lock.cc",
+ "spin_lock.h",
"stl_util.h",
"strings/latin1_string_conversions.cc",
"strings/latin1_string_conversions.h",
« no previous file with comments | « no previous file | base/spin_lock.h » ('j') | base/spin_lock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698