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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/public/c/gpu/MGL/mgl_types.h ('k') | mojo/public/c/system/buffer.h » ('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/third_party/mojo/src/mojo/public/c/system/BUILD.gn b/mojo/public/c/system/BUILD.gn
similarity index 93%
rename from third_party/mojo/src/mojo/public/c/system/BUILD.gn
rename to mojo/public/c/system/BUILD.gn
index 3c4b29a54f4f956f0127b21edabfdbaad659c1a4..51fc58d8752f9069cec0fb1755f8b3640b65c17c 100644
--- a/third_party/mojo/src/mojo/public/c/system/BUILD.gn
+++ b/mojo/public/c/system/BUILD.gn
@@ -39,7 +39,7 @@ group("for_shared_library") {
]
if (is_component_build) {
deps = [
- "../../../edk/system",
+ "//third_party/mojo/src/mojo/edk/system",
]
} else {
deps = [
@@ -54,7 +54,7 @@ group("for_component") {
]
if (is_component_build) {
deps = [
- "../../../edk/system",
+ "//third_party/mojo/src/mojo/edk/system",
]
}
}
« no previous file with comments | « mojo/public/c/gpu/MGL/mgl_types.h ('k') | mojo/public/c/system/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698