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

Unified Diff: chrome/common/shell_handler_win.typemap

Issue 2122303002: Revive experiment to isolate shell operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 | « chrome/common/shell_handler_win.mojom ('k') | chrome/common/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/shell_handler_win.typemap
diff --git a/chrome/common/shell_handler_win.typemap b/chrome/common/shell_handler_win.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..a61d1ed35ff78d368186a926f5eb884b289bdddd
--- /dev/null
+++ b/chrome/common/shell_handler_win.typemap
@@ -0,0 +1,12 @@
+# Copyright 2016 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 = "//chrome/common/shell_handler_win.mojom"
+public_headers = [ "//base/strings/string16.h" ]
+traits_headers = [ "//ipc/ipc_message_utils.h" ]
+deps = [
+ "//base",
+]
+type_mappings = [ "mojom.FileExtensionFilters=" +
+ "std::vector<std::tuple<base::string16, base::string16>>" ]
« no previous file with comments | « chrome/common/shell_handler_win.mojom ('k') | chrome/common/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698