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

Unified Diff: mojo/public/c/system/BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again 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/platform_handle/platform_handle_functions.cc ('k') | mojo/public/c/test_support/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/BUILD.gn
diff --git a/mojo/public/c/system/BUILD.gn b/mojo/public/c/system/BUILD.gn
index 78e7ab68e9dffa532f2c77f43bccf99918082042..c2f149b90acf853f13500cba7842b7b0ddedd3ee 100644
--- a/mojo/public/c/system/BUILD.gn
+++ b/mojo/public/c/system/BUILD.gn
@@ -38,7 +38,7 @@ group("for_shared_library") {
]
if (is_component_build) {
deps = [
- "//third_party/mojo/src/mojo/edk/system",
+ "//mojo/edk/system",
]
} else {
deps = [
@@ -53,7 +53,7 @@ group("for_component") {
]
if (is_component_build) {
deps = [
- "//third_party/mojo/src/mojo/edk/system",
+ "//mojo/edk/system",
]
}
}
« no previous file with comments | « mojo/platform_handle/platform_handle_functions.cc ('k') | mojo/public/c/test_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698