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

Unified Diff: components/filesystem/BUILD.gn

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-ify all the tracing stuff. 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') | components/filesystem/file_system_app.h » ('J')
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 5cfeed20b269995e3e6b5f904a845dc7dfc52adc..b8483a7004f156ca0b65cf3e9f504b9345553b6d 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -11,6 +11,8 @@ 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",
@@ -25,6 +27,7 @@ source_set("lib") {
"//mojo/common",
"//mojo/common:common_base",
"//mojo/platform_handle",
+ "//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
"//url",
@@ -33,8 +36,6 @@ source_set("lib") {
mojo_native_application("filesystem") {
sources = [
- "file_system_app.cc",
- "file_system_app.h",
"main.cc",
]
@@ -48,7 +49,6 @@ mojo_native_application("filesystem") {
"//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') | components/filesystem/file_system_app.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698