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

Unified Diff: mojo/application/BUILD.gn

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/android/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index fc8d3766600e64804fd0c961ce7fe451db0546c8..dda877ea9daf029c747cbf0fc1d89d81b7417da0 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -10,7 +10,7 @@ source_set("application") {
]
public_deps = [
- "//mojo/public/cpp/application",
+ "//third_party/mojo/src/mojo/public/cpp/application",
]
deps = [
"//base",
@@ -26,7 +26,7 @@ source_set("test_support") {
]
public_deps = [
- "//mojo/public/cpp/application:test_support",
+ "//third_party/mojo/src/mojo/public/cpp/application:test_support",
]
deps = [
"//base",
« no previous file with comments | « mojo/android/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698