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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2767423002: Worker: Add missing files in BUILD.gn (Closed)
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
« no previous file with comments | « third_party/WebKit/Source/modules/serviceworkers/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "platform/modules/serviceworker/WebServiceWorkerError.h", 386 "platform/modules/serviceworker/WebServiceWorkerError.h",
387 "platform/modules/serviceworker/WebServiceWorkerEventResult.h", 387 "platform/modules/serviceworker/WebServiceWorkerEventResult.h",
388 "platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 388 "platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
389 "platform/modules/serviceworker/WebServiceWorkerProvider.h", 389 "platform/modules/serviceworker/WebServiceWorkerProvider.h",
390 "platform/modules/serviceworker/WebServiceWorkerProviderClient.h", 390 "platform/modules/serviceworker/WebServiceWorkerProviderClient.h",
391 "platform/modules/serviceworker/WebServiceWorkerProxy.h", 391 "platform/modules/serviceworker/WebServiceWorkerProxy.h",
392 "platform/modules/serviceworker/WebServiceWorkerRegistration.h", 392 "platform/modules/serviceworker/WebServiceWorkerRegistration.h",
393 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h", 393 "platform/modules/serviceworker/WebServiceWorkerRegistrationProxy.h",
394 "platform/modules/serviceworker/WebServiceWorkerRequest.h", 394 "platform/modules/serviceworker/WebServiceWorkerRequest.h",
395 "platform/modules/serviceworker/WebServiceWorkerResponse.h", 395 "platform/modules/serviceworker/WebServiceWorkerResponse.h",
396 "platform/modules/serviceworker/WebServiceWorkerResponseError.h",
396 "platform/modules/serviceworker/WebServiceWorkerResponseType.h", 397 "platform/modules/serviceworker/WebServiceWorkerResponseType.h",
397 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h", 398 "platform/modules/serviceworker/WebServiceWorkerSkipWaitingCallbacks.h",
398 "platform/modules/serviceworker/WebServiceWorkerState.h", 399 "platform/modules/serviceworker/WebServiceWorkerState.h",
399 "platform/modules/vr/WebVR.h", 400 "platform/modules/vr/WebVR.h",
400 "platform/modules/webmidi/WebMIDIAccessor.h", 401 "platform/modules/webmidi/WebMIDIAccessor.h",
401 "platform/modules/webmidi/WebMIDIAccessorClient.h", 402 "platform/modules/webmidi/WebMIDIAccessorClient.h",
402 "platform/modules/websockets/WebSocketHandle.h", 403 "platform/modules/websockets/WebSocketHandle.h",
403 "platform/modules/websockets/WebSocketHandleClient.h", 404 "platform/modules/websockets/WebSocketHandleClient.h",
404 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h", 405 "platform/modules/websockets/WebSocketHandshakeRequestInfo.h",
405 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h", 406 "platform/modules/websockets/WebSocketHandshakeResponseInfo.h",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "web/WebSecurityPolicy.h", 535 "web/WebSecurityPolicy.h",
535 "web/WebSelectElement.h", 536 "web/WebSelectElement.h",
536 "web/WebSelection.h", 537 "web/WebSelection.h",
537 "web/WebSelector.h", 538 "web/WebSelector.h",
538 "web/WebSerializedScriptValue.h", 539 "web/WebSerializedScriptValue.h",
539 "web/WebSerializedScriptValueVersion.h", 540 "web/WebSerializedScriptValueVersion.h",
540 "web/WebSettings.h", 541 "web/WebSettings.h",
541 "web/WebSharedWorker.h", 542 "web/WebSharedWorker.h",
542 "web/WebSharedWorkerClient.h", 543 "web/WebSharedWorkerClient.h",
543 "web/WebSharedWorkerConnectListener.h", 544 "web/WebSharedWorkerConnectListener.h",
545 "web/WebSharedWorkerCreationContextType.h",
544 "web/WebSharedWorkerCreationErrors.h", 546 "web/WebSharedWorkerCreationErrors.h",
545 "web/WebSharedWorkerRepositoryClient.h", 547 "web/WebSharedWorkerRepositoryClient.h",
546 "web/WebSpeechGrammar.h", 548 "web/WebSpeechGrammar.h",
547 "web/WebSpeechRecognitionHandle.h", 549 "web/WebSpeechRecognitionHandle.h",
548 "web/WebSpeechRecognitionParams.h", 550 "web/WebSpeechRecognitionParams.h",
549 "web/WebSpeechRecognitionResult.h", 551 "web/WebSpeechRecognitionResult.h",
550 "web/WebSpeechRecognizer.h", 552 "web/WebSpeechRecognizer.h",
551 "web/WebSpeechRecognizerClient.h", 553 "web/WebSpeechRecognizerClient.h",
552 "web/WebSpellCheckClient.h", 554 "web/WebSpellCheckClient.h",
553 "web/WebStorageEventDispatcher.h", 555 "web/WebStorageEventDispatcher.h",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 # relegated to a separate target to avoid duplication between the variants. 757 # relegated to a separate target to avoid duplication between the variants.
756 source_set("shared_typemap_traits") { 758 source_set("shared_typemap_traits") {
757 visibility = [ ":*" ] 759 visibility = [ ":*" ]
758 sources = [ 760 sources = [
759 "web/ConsoleMessageStructTraits.cpp", 761 "web/ConsoleMessageStructTraits.cpp",
760 ] 762 ]
761 deps = [ 763 deps = [
762 ":mojo_bindings_shared__generator", 764 ":mojo_bindings_shared__generator",
763 ] 765 ]
764 } 766 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/serviceworkers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698