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

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

Issue 2823523003: [Page Load Metrics] PageLoadMetrics Mojofication. (Closed)
Patch Set: Add Finch trial check and rebase Created 3 years, 8 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.StyleSheetTiming=page_load_metrics::StyleSheetTiming" ,
15 "page_load_metrics.mojom.PageLoadTiming=page_load_metrics::PageLoadTiming",
16 "page_load_metrics.mojom.PageLoadMetadata=page_load_metrics::PageLoadMetadata" ,
Zhen Wang 2017/04/19 18:49:54 Why are DocumentTiming, PaintTiming, ParseTiming n
lpy 2017/04/19 21:05:05 Done.
17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698