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

Side by Side Diff: chrome/common/page_load_metrics/page_load_metrics.typemap

Issue 2823523003: [Page Load Metrics] PageLoadMetrics Mojofication. (Closed)
Patch Set: update Created 3 years, 7 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 2017 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/page_load_metrics/page_load_metrics.mojom"
6
7 public_headers = [ "//chrome/common/page_load_metrics/page_load_timing.h" ]
8 traits_headers =
9 [ "//chrome/common/page_load_metrics/page_load_metrics_struct_traits.h" ]
10 deps = [
11 "//third_party/WebKit/public:blink_headers",
12 ]
13 type_mappings = [
14 "page_load_metrics.mojom.DocumentTiming=page_load_metrics::DocumentTiming",
15 "page_load_metrics.mojom.PaintTiming=page_load_metrics::PaintTiming",
16 "page_load_metrics.mojom.ParseTiming=page_load_metrics::ParseTiming",
17 "page_load_metrics.mojom.StyleSheetTiming=page_load_metrics::StyleSheetTiming" ,
18 "page_load_metrics.mojom.PageLoadTiming=page_load_metrics::PageLoadTiming",
19 "page_load_metrics.mojom.PageLoadMetadata=page_load_metrics::PageLoadMetadata" ,
20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698