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

Unified Diff: tools/battor_agent/BUILD.gn

Issue 2058023004: Clean up Mojo C API dependent targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « third_party/WebKit/public/BUILD.gn ('k') | ui/display/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/BUILD.gn
diff --git a/tools/battor_agent/BUILD.gn b/tools/battor_agent/BUILD.gn
index bba270ec0c044225c47e1aa10fd4b701e2c59420..065ee0310a54690c166a50cff298d5f952eac4fd 100644
--- a/tools/battor_agent/BUILD.gn
+++ b/tools/battor_agent/BUILD.gn
@@ -16,7 +16,6 @@ executable("battor_agent") {
"//base",
"//build/win:default_exe_manifest",
"//device/serial",
- "//mojo/public/c/system:for_shared_library",
]
}
@@ -40,6 +39,7 @@ source_set("battor_agent_lib") {
deps = [
"//base",
"//device/serial",
+ "//mojo/public/cpp/bindings",
"//net",
]
}
@@ -59,7 +59,6 @@ test("battor_agent_unittests") {
"//base/test:test_support",
"//device/serial",
"//device/serial:test_support",
- "//mojo/public/c/system:for_shared_library",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | ui/display/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698