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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//chrome/common/shell_handler_win.mojom"
6 public_headers = [ "//base/strings/string16.h" ]
7 deps = [
8 "//base",
9 ]
10 type_mappings = [ "mojom.FileExtensionFilters=std::vector<std::tuple<base::strin g16, base::string16>>" ]
sky 2016/07/08 15:28:21 nit: < 80
Patrick Monette 2016/07/08 19:36:10 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698