Chromium Code Reviews| OLD | NEW |
|---|---|
| (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.
| |
| OLD | NEW |