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

Unified Diff: components/arc/common/file_system.typemap

Issue 2727113002: mediaview: Add a typemap for arc::mojom::ChangeType. (Closed)
Patch Set: Rebased to ToT. Created 3 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/arc/common/OWNERS ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/file_system.typemap
diff --git a/components/arc/common/file_system.typemap b/components/arc/common/file_system.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..cb71bf2d616b25421e193aa30687daec5528977d
--- /dev/null
+++ b/components/arc/common/file_system.typemap
@@ -0,0 +1,11 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//components/arc/common/file_system.mojom"
+public_headers = [ "//storage/browser/fileapi/watcher_manager.h" ]
+public_deps = [
+ "//storage/browser",
+]
+traits_headers = [ "//components/arc/file_system/file_system_struct_traits.h" ]
+type_mappings = [ "arc.mojom.ChangeType=storage::WatcherManager::ChangeType" ]
« no previous file with comments | « components/arc/common/OWNERS ('k') | components/arc/common/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698