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

Unified Diff: mojo/edk/system/BUILD.gn

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 Created 5 years, 11 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 | « mojo/edk/js/test/BUILD.gn ('k') | mojo/edk/system/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 59edfb88c6ea83c12521b22a85fa90b6cf41ebe4..2f8abdde615119b56010815e19e4d34cd0015d1d 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -88,6 +88,8 @@ component("system") {
"simple_dispatcher.h",
"transport_data.cc",
"transport_data.h",
+ "unique_identifier.cc",
+ "unique_identifier.h",
"waiter.cc",
"waiter.h",
]
@@ -108,6 +110,7 @@ component("system") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//crypto",
]
allow_circular_includes_from = [ "../embedder" ]
@@ -154,6 +157,7 @@ test("mojo_system_unittests") {
"run_all_unittests.cc",
"shared_buffer_dispatcher_unittest.cc",
"simple_dispatcher_unittest.cc",
+ "unique_identifier_unittest.cc",
"waiter_test_utils.cc",
"waiter_test_utils.h",
"waiter_unittest.cc",
« no previous file with comments | « mojo/edk/js/test/BUILD.gn ('k') | mojo/edk/system/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698