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

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2739653002: Beginnings of BackgroundFetch idl implementation
Patch Set: 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 86
87 deps = [ 87 deps = [
88 ":make_modules_generated", 88 ":make_modules_generated",
89 ":module_names", 89 ":module_names",
90 "//device/geolocation/public/interfaces:interfaces_blink", 90 "//device/geolocation/public/interfaces:interfaces_blink",
91 "//third_party/WebKit/Source/bindings/modules:generated", 91 "//third_party/WebKit/Source/bindings/modules:generated",
92 "//third_party/WebKit/Source/core", 92 "//third_party/WebKit/Source/core",
93 "//third_party/WebKit/Source/modules/accessibility", 93 "//third_party/WebKit/Source/modules/accessibility",
94 "//third_party/WebKit/Source/modules/app_banner", 94 "//third_party/WebKit/Source/modules/app_banner",
95 "//third_party/WebKit/Source/modules/audio_output_devices", 95 "//third_party/WebKit/Source/modules/audio_output_devices",
96 "//third_party/WebKit/Source/modules/background_fetch",
96 "//third_party/WebKit/Source/modules/background_sync", 97 "//third_party/WebKit/Source/modules/background_sync",
97 "//third_party/WebKit/Source/modules/battery", 98 "//third_party/WebKit/Source/modules/battery",
98 "//third_party/WebKit/Source/modules/beacon", 99 "//third_party/WebKit/Source/modules/beacon",
99 "//third_party/WebKit/Source/modules/bluetooth", 100 "//third_party/WebKit/Source/modules/bluetooth",
100 "//third_party/WebKit/Source/modules/broadcastchannel", 101 "//third_party/WebKit/Source/modules/broadcastchannel",
101 "//third_party/WebKit/Source/modules/budget", 102 "//third_party/WebKit/Source/modules/budget",
102 "//third_party/WebKit/Source/modules/cachestorage", 103 "//third_party/WebKit/Source/modules/cachestorage",
103 "//third_party/WebKit/Source/modules/canvas", 104 "//third_party/WebKit/Source/modules/canvas",
104 "//third_party/WebKit/Source/modules/canvas2d", 105 "//third_party/WebKit/Source/modules/canvas2d",
105 "//third_party/WebKit/Source/modules/compositorworker", 106 "//third_party/WebKit/Source/modules/compositorworker",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 ":modules_testing", 314 ":modules_testing",
314 "//components/payments/content:payment_request_blink", 315 "//components/payments/content:payment_request_blink",
315 "//skia", 316 "//skia",
316 "//testing/gmock", 317 "//testing/gmock",
317 "//testing/gtest", 318 "//testing/gtest",
318 "//third_party/WebKit/Source/core", 319 "//third_party/WebKit/Source/core",
319 "//third_party/WebKit/Source/wtf", 320 "//third_party/WebKit/Source/wtf",
320 "//v8", 321 "//v8",
321 ] 322 ]
322 } 323 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698