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

Unified Diff: sql/mojo/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: sql/mojo/BUILD.gn
diff --git a/sql/mojo/BUILD.gn b/sql/mojo/BUILD.gn
index 18feaec10942938d05ef77d4cc6662929272d455..19a2b955f7946671eef4b9184511211e38e30734 100644
--- a/sql/mojo/BUILD.gn
+++ b/sql/mojo/BUILD.gn
@@ -21,6 +21,7 @@ source_set("mojo") {
"//components/filesystem/public/interfaces",
"//mojo/application/public/cpp",
"//mojo/common",
+ "//mojo/public/cpp/bindings",
"//mojo/platform_handle",
"//third_party/sqlite",
]
@@ -57,6 +58,6 @@ mojo_native_application("apptests") {
"//sql:redirection_header",
"//sql:test_support",
"//testing/gtest:gtest",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
]
}
« chrome/browser/chromeos/BUILD.gn ('K') | « skia/skia.gyp ('k') | sql/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698