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

Unified Diff: shell/crash/BUILD.gn

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies Created 5 years, 2 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 | « shell/application_manager/network_fetcher.h ('k') | shell/crash/crash_upload.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/crash/BUILD.gn
diff --git a/shell/crash/BUILD.gn b/shell/crash/BUILD.gn
index f3510378a5d4ee1bdb155ce93279c60ccc196e82..925113576e2810e331ee2d812a94c86d6a7b5a3b 100644
--- a/shell/crash/BUILD.gn
+++ b/shell/crash/BUILD.gn
@@ -19,7 +19,7 @@ source_set("crash") {
deps = [
"//base",
"//mojo/data_pipe_utils",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//third_party/breakpad:client",
]
}
@@ -36,7 +36,7 @@ test("crash_unittests") {
"//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
"//mojo/message_pump",
- "//mojo/services/network/public/interfaces",
+ "//mojo/services/network/interfaces",
"//testing/gtest",
]
}
« no previous file with comments | « shell/application_manager/network_fetcher.h ('k') | shell/crash/crash_upload.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698