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

Unified Diff: extensions/browser/api/diagnostics/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . Created 4 years, 3 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
Index: extensions/browser/api/diagnostics/BUILD.gn
diff --git a/services/file/public/interfaces/BUILD.gn b/extensions/browser/api/diagnostics/BUILD.gn
similarity index 54%
copy from services/file/public/interfaces/BUILD.gn
copy to extensions/browser/api/diagnostics/BUILD.gn
index 8d8e767a261e71db8140fe1c85842c9f10945681..27c64ce6648e3daa6adf214cc520362fa0741023 100644
--- a/services/file/public/interfaces/BUILD.gn
+++ b/extensions/browser/api/diagnostics/BUILD.gn
@@ -2,14 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
+assert(is_chromeos)
-mojom("interfaces") {
+source_set("diagnostics") {
sources = [
- "file_system.mojom",
+ "diagnostics_api.cc",
+ "diagnostics_api.h",
+ "diagnostics_api_chromeos.cc",
]
deps = [
- "//components/filesystem/public/interfaces",
+ "//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698