| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 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("//third_party/WebKit/Source/modules/modules.gni") | 5 import("//third_party/WebKit/Source/modules/modules.gni") |
| 6 | 6 |
| 7 blink_modules_sources("serviceworkers") { | 7 blink_modules_sources("serviceworkers") { |
| 8 sources = [ | 8 sources = [ |
| 9 "ExtendableEvent.cpp", | 9 "ExtendableEvent.cpp", |
| 10 "ExtendableEvent.h", | 10 "ExtendableEvent.h", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "ServiceWorkerRegistration.h", | 50 "ServiceWorkerRegistration.h", |
| 51 "ServiceWorkerScriptCachedMetadataHandler.cpp", | 51 "ServiceWorkerScriptCachedMetadataHandler.cpp", |
| 52 "ServiceWorkerScriptCachedMetadataHandler.h", | 52 "ServiceWorkerScriptCachedMetadataHandler.h", |
| 53 "ServiceWorkerThread.cpp", | 53 "ServiceWorkerThread.cpp", |
| 54 "ServiceWorkerThread.h", | 54 "ServiceWorkerThread.h", |
| 55 "ServiceWorkerWindowClient.cpp", | 55 "ServiceWorkerWindowClient.cpp", |
| 56 "ServiceWorkerWindowClient.h", | 56 "ServiceWorkerWindowClient.h", |
| 57 "ServiceWorkerWindowClientCallback.cpp", | 57 "ServiceWorkerWindowClientCallback.cpp", |
| 58 "ServiceWorkerWindowClientCallback.h", | 58 "ServiceWorkerWindowClientCallback.h", |
| 59 "WaitUntilObserver.cpp", | 59 "WaitUntilObserver.cpp", |
| 60 "WaitUntilObserver.h", |
| 60 ] | 61 ] |
| 61 } | 62 } |
| OLD | NEW |