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

Unified Diff: components/filesystem/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
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index 3159f2fd1f4d3cd839ac80bb40952391bc9cde7e..47782a6f68a4efb6ae06b65ca3ab058746797bac 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -41,8 +41,8 @@ mojo_native_application("filesystem") {
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/platform_handle:for_shared_library",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
]
}
@@ -63,7 +63,7 @@ mojo_native_application("apptests") {
"//components/filesystem/public/interfaces",
"//mojo/application/public/cpp:test_support",
"//mojo/platform_handle:for_shared_library",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
data_deps = [
« no previous file with comments | « components/dom_distiller/content/renderer/distiller_page_notifier_service_impl.h ('k') | components/filesystem/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698