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

Unified Diff: base/BUILD.gn

Issue 1015503002: Deduplicate PlatformThread's POSIX implementations of SetThreadPriority. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@background_threads
Patch Set: more fixes Created 5 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.gypi » ('j') | base/threading/platform_thread_android.cc » ('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 f1034466a65dbb033103fd4743edf6b288509322..71a1f99b590665e521cb3f6add764588aa10e98e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -484,6 +484,10 @@ component("base") {
"threading/non_thread_safe_impl.h",
"threading/platform_thread.h",
"threading/platform_thread_android.cc",
+ "threading/platform_thread_internal_posix.cc",
+ "threading/platform_thread_internal_posix.cc",
rvargas (doing something else) 2015/03/17 22:15:21 twice
gab 2015/03/18 19:01:05 Oops!
+ "threading/platform_thread_internal_posix.h",
+ "threading/platform_thread_internal_posix.h",
"threading/platform_thread_linux.cc",
"threading/platform_thread_mac.mm",
"threading/platform_thread_posix.cc",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/threading/platform_thread_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698