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

Unified Diff: components/leveldb/BUILD.gn

Issue 2285623002: [Leveldb] Use std::{string,vector} instead of mojo::{String,Array}. (Closed)
Patch Set: Address comments from Yuzhu Created 4 years, 4 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 | « no previous file | components/leveldb/leveldb_database_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/BUILD.gn
diff --git a/components/leveldb/BUILD.gn b/components/leveldb/BUILD.gn
index 43cf1aeb4d4cc8a5bc740680ac57d15e678f9f5b..082ab788bb96c22ebdb95d15e792da00ddd169c7 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -18,10 +18,13 @@ static_library("lib") {
"leveldb_service_impl.h",
]
- deps = [
+ public_deps = [
"//components/filesystem/public/interfaces",
"//components/leveldb/public/cpp",
"//components/leveldb/public/interfaces",
+ ]
+
+ deps = [
"//mojo/common",
"//mojo/public/cpp/system",
"//services/shell/public/cpp",
« no previous file with comments | « no previous file | components/leveldb/leveldb_database_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698