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

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

Issue 1676803002: [mojo-edk] Minor clean-up in the ports layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « mojo/edk/system/channel.cc ('k') | mojo/edk/system/ports/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/ports/BUILD.gn
diff --git a/mojo/edk/system/ports/BUILD.gn b/mojo/edk/system/ports/BUILD.gn
index 31cefaf4e0a97fbf0857a98e92649603ab5eba78..a262e02d1a61b48a8417295ce20a03b24f3ae777 100644
--- a/mojo/edk/system/ports/BUILD.gn
+++ b/mojo/edk/system/ports/BUILD.gn
@@ -6,6 +6,7 @@ import("//testing/test.gni")
source_set("ports") {
sources = [
+ "event.cc",
"event.h",
"hash_functions.h",
"message.cc",
@@ -25,7 +26,6 @@ source_set("ports") {
public_deps = [
"//base",
- "//mojo/public/c/system",
]
}
@@ -37,8 +37,8 @@ test("mojo_system_ports_unittests") {
deps = [
":ports",
"//base",
+ "//base/test:run_all_unittests",
"//base/test:test_support",
- "//mojo/edk/test:run_all_unittests",
"//testing/gtest",
]
}
« no previous file with comments | « mojo/edk/system/channel.cc ('k') | mojo/edk/system/ports/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698