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

Unified Diff: third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc Created 5 years, 10 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
Index: third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
index 96c1d11065dc9fd4897a94b91cbc1b2ce910a400..9660a07b5aa46575a845ade82d123711db741cda 100644
--- a/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/utility/BUILD.gn
@@ -6,16 +6,16 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("utility") {
sources = [
+ "mutex.h",
+ "run_loop.h",
+ "run_loop_handler.h",
+ "thread.h",
"lib/mutex.cc",
"lib/run_loop.cc",
"lib/thread.cc",
"lib/thread_local.h",
"lib/thread_local_posix.cc",
"lib/thread_local_win.cc",
- "mutex.h",
- "run_loop.h",
- "run_loop_handler.h",
- "thread.h",
]
mojo_sdk_deps = [
@@ -26,10 +26,10 @@ mojo_sdk_source_set("utility") {
if (is_win) {
# See crbug.com/342893:
sources -= [
- "lib/mutex.cc",
- "lib/thread.cc",
"mutex.h",
"thread.h",
+ "lib/mutex.cc",
+ "lib/thread.cc",
]
}
}
« no previous file with comments | « third_party/mojo/src/mojo/public/cpp/environment/BUILD.gn ('k') | third_party/mojo/src/mojo/public/dart/application.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698