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

Unified Diff: components/filesystem/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 | « no previous file | components/filesystem/file_system_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index ffb94dd9f1c4123e39340fdb06ba48aa20195374..ead4ab195636aed4fd71b4d8e20d143b29c57282 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -11,8 +11,6 @@ source_set("lib") {
"directory_impl.h",
"file_impl.cc",
"file_impl.h",
- "file_system_app.cc",
- "file_system_app.h",
"file_system_impl.cc",
"file_system_impl.h",
"lock_table.cc",
@@ -27,7 +25,6 @@ source_set("lib") {
"//mojo/common",
"//mojo/common:common_base",
"//mojo/platform_handle",
- "//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
"//url",
]
@@ -35,6 +32,8 @@ source_set("lib") {
mojo_native_application("filesystem") {
sources = [
+ "file_system_app.cc",
+ "file_system_app.h",
"main.cc",
]
@@ -42,11 +41,13 @@ mojo_native_application("filesystem") {
":lib",
":manifest",
"//base",
+ "//components/filesystem/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 | « no previous file | components/filesystem/file_system_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698