Chromium Code Reviews| Index: extensions/browser/api/diagnostics/BUILD.gn |
| diff --git a/components/leveldb/public/interfaces/BUILD.gn b/extensions/browser/api/diagnostics/BUILD.gn |
| similarity index 57% |
| copy from components/leveldb/public/interfaces/BUILD.gn |
| copy to extensions/browser/api/diagnostics/BUILD.gn |
| index 0b95cf4b365afc2bf68220e01f2eca7ac41d5b35..cdef2936ccf301ed884f32bcdc92dc18ada189ce 100644 |
| --- a/components/leveldb/public/interfaces/BUILD.gn |
| +++ b/extensions/browser/api/diagnostics/BUILD.gn |
| @@ -2,14 +2,14 @@ |
| # 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") |
| - |
| -mojom("interfaces") { |
| +source_set("diagnostics") { |
| sources = [ |
| - "leveldb.mojom", |
| + "diagnostics_api.cc", |
| + "diagnostics_api.h", |
| + "diagnostics_api_chromeos.cc", |
|
Devlin
2016/09/14 22:50:29
can we add an assert platform is chromeos here?
Rahul Chaturvedi
2016/09/14 23:10:24
Done.
|
| ] |
| deps = [ |
| - "//components/filesystem/public/interfaces", |
| + "//extensions/common/api", |
| ] |
| } |