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

Side by Side Diff: content/common/background_fetch/background_fetch_types.typemap

Issue 2767093004: Implement the BackgroundFetch{Fail,ed} Service Worker events (Closed)
Patch Set: forward declare the data view Created 3 years, 9 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
1 # Copyright 2017 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 mojom = "//third_party/WebKit/public/platform/modules/background_fetch/backgroun d_fetch.mojom" 5 mojom = "//third_party/WebKit/public/platform/modules/background_fetch/backgroun d_fetch.mojom"
6 public_headers = 6 public_headers =
7 [ "//content/common/background_fetch/background_fetch_types.h" ] 7 [ "//content/common/background_fetch/background_fetch_types.h" ]
8 traits_headers = 8 traits_headers =
9 [ "//content/common/background_fetch/background_fetch_struct_traits.h" ] 9 [ "//content/common/background_fetch/background_fetch_struct_traits.h" ]
10 deps = [ 10 deps = [
11 "//mojo/public/cpp/bindings", 11 "//mojo/public/cpp/bindings",
12 "//third_party/WebKit/public:blink_headers", 12 "//third_party/WebKit/public:blink_headers",
13 ] 13 ]
14 type_mappings = [ 14 type_mappings = [
15 "blink.mojom.BackgroundFetchOptions=content::BackgroundFetchOptions", 15 "blink.mojom.BackgroundFetchOptions=content::BackgroundFetchOptions",
16 "blink.mojom.BackgroundFetchRegistration=content::BackgroundFetchRegistration" , 16 "blink.mojom.BackgroundFetchRegistration=content::BackgroundFetchRegistration" ,
17 "content.mojom.BackgroundFetchSettledFetch=::content::BackgroundFetchSettledFe tch",
17 "blink.mojom.IconDefinition=content::IconDefinition", 18 "blink.mojom.IconDefinition=content::IconDefinition",
18 ] 19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698