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

Unified Diff: components/leveldb/BUILD.gn

Issue 1708253004: mojo: Get mojo:leveldb and mojo:filesystem compiled into content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Probable fix to the build flake. Created 4 years, 10 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 | « components/filesystem/filesystem.gyp ('k') | components/leveldb/leveldb.gyp » ('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 db5dd1e906fbdbd0470d045e7ce8a5033d67dfeb..5bdef0a13ab2ad829caea87923b4aecbc60c5f05 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -9,12 +9,12 @@ source_set("lib") {
sources = [
"env_mojo.cc",
"env_mojo.h",
- "leveldb_app.cc",
- "leveldb_app.h",
"leveldb_database_impl.cc",
"leveldb_database_impl.h",
"leveldb_file_thread.cc",
"leveldb_file_thread.h",
+ "leveldb_service_impl.cc",
+ "leveldb_service_impl.h",
"util.cc",
"util.h",
]
@@ -25,7 +25,6 @@ source_set("lib") {
"//mojo/common",
"//mojo/message_pump",
"//mojo/platform_handle",
- "//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
"//third_party/leveldatabase",
]
@@ -33,17 +32,21 @@ source_set("lib") {
mojo_native_application("leveldb") {
sources = [
+ "leveldb_app.cc",
+ "leveldb_app.h",
"main.cc",
]
deps = [
":lib",
":manifest",
+ "//components/leveldb/public/interfaces",
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/platform_handle:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
+ "//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
]
}
« no previous file with comments | « components/filesystem/filesystem.gyp ('k') | components/leveldb/leveldb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698