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

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

Issue 2703343002: ServiceWorker: Use mojo's data pipe for respondWith(stream) (Closed)
Patch Set: Addressed comments from kinuko and haraken 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
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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "exported/WebScrollbarThemeClientImpl.cpp", 563 "exported/WebScrollbarThemeClientImpl.cpp",
564 "exported/WebScrollbarThemeClientImpl.h", 564 "exported/WebScrollbarThemeClientImpl.h",
565 "exported/WebScrollbarThemeGeometryNative.cpp", 565 "exported/WebScrollbarThemeGeometryNative.cpp",
566 "exported/WebScrollbarThemeGeometryNative.h", 566 "exported/WebScrollbarThemeGeometryNative.h",
567 "exported/WebScrollbarThemePainter.cpp", 567 "exported/WebScrollbarThemePainter.cpp",
568 "exported/WebSecurityOrigin.cpp", 568 "exported/WebSecurityOrigin.cpp",
569 "exported/WebServiceWorkerProviderClient.cpp", 569 "exported/WebServiceWorkerProviderClient.cpp",
570 "exported/WebServiceWorkerProxy.cpp", 570 "exported/WebServiceWorkerProxy.cpp",
571 "exported/WebServiceWorkerRequest.cpp", 571 "exported/WebServiceWorkerRequest.cpp",
572 "exported/WebServiceWorkerResponse.cpp", 572 "exported/WebServiceWorkerResponse.cpp",
573 "exported/WebServiceWorkerStreamHandle.cpp",
573 "exported/WebSpeechSynthesisUtterance.cpp", 574 "exported/WebSpeechSynthesisUtterance.cpp",
574 "exported/WebSpeechSynthesisVoice.cpp", 575 "exported/WebSpeechSynthesisVoice.cpp",
575 "exported/WebSpeechSynthesizerClientImpl.cpp", 576 "exported/WebSpeechSynthesizerClientImpl.cpp",
576 "exported/WebSpeechSynthesizerClientImpl.h", 577 "exported/WebSpeechSynthesizerClientImpl.h",
577 "exported/WebStorageQuotaCallbacks.cpp", 578 "exported/WebStorageQuotaCallbacks.cpp",
578 "exported/WebString.cpp", 579 "exported/WebString.cpp",
579 "exported/WebTextRun.cpp", 580 "exported/WebTextRun.cpp",
580 "exported/WebThreadSafeData.cpp", 581 "exported/WebThreadSafeData.cpp",
581 "exported/WebURL.cpp", 582 "exported/WebURL.cpp",
582 "exported/WebURLError.cpp", 583 "exported/WebURLError.cpp",
(...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 "//third_party/WebKit/Source:config", 2163 "//third_party/WebKit/Source:config",
2163 "//third_party/WebKit/Source:inside_blink", 2164 "//third_party/WebKit/Source:inside_blink",
2164 ] 2165 ]
2165 2166
2166 deps = [ 2167 deps = [
2167 ":test_support", 2168 ":test_support",
2168 "//testing/gmock", 2169 "//testing/gmock",
2169 "//testing/gtest", 2170 "//testing/gtest",
2170 ] 2171 ]
2171 } 2172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698