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

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 years, 6 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'variables': { 6 'variables': {
7 'blink_public_sources': [ 7 'blink_public_sources': [
8 "platform/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "platform/WebCryptoKey.h", 52 "platform/WebCryptoKey.h",
53 "platform/WebCryptoKeyAlgorithm.h", 53 "platform/WebCryptoKeyAlgorithm.h",
54 "platform/WebCryptoKeyAlgorithmParams.h", 54 "platform/WebCryptoKeyAlgorithmParams.h",
55 "platform/WebCursorInfo.h", 55 "platform/WebCursorInfo.h",
56 "platform/WebData.h", 56 "platform/WebData.h",
57 "platform/WebDataConsumerHandle.h", 57 "platform/WebDataConsumerHandle.h",
58 "platform/WebDatabaseObserver.h", 58 "platform/WebDatabaseObserver.h",
59 "platform/WebDeviceLightListener.h", 59 "platform/WebDeviceLightListener.h",
60 "platform/WebDisplayItemList.h", 60 "platform/WebDisplayItemList.h",
61 "platform/WebDisplayMode.h", 61 "platform/WebDisplayMode.h",
62 "platform/WebDocumentSubresourceFilter.h",
62 "platform/WebDoublePoint.h", 63 "platform/WebDoublePoint.h",
63 "platform/WebDragData.h", 64 "platform/WebDragData.h",
64 "platform/WebDragOperation.h", 65 "platform/WebDragOperation.h",
65 'platform/WebEditingCommandType.h', 66 'platform/WebEditingCommandType.h',
66 "platform/WebEffectiveConnectionType.h", 67 "platform/WebEffectiveConnectionType.h",
67 "platform/WebEncryptedMediaClient.h", 68 "platform/WebEncryptedMediaClient.h",
68 "platform/WebEncryptedMediaKeyInformation.h", 69 "platform/WebEncryptedMediaKeyInformation.h",
69 "platform/WebEncryptedMediaRequest.h", 70 "platform/WebEncryptedMediaRequest.h",
70 "platform/WebEncryptedMediaTypes.h", 71 "platform/WebEncryptedMediaTypes.h",
71 "platform/WebExternalBitmap.h", 72 "platform/WebExternalBitmap.h",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 480 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
480 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 481 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
481 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 482 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
482 "web/modules/webmidi/WebMIDIClient.h", 483 "web/modules/webmidi/WebMIDIClient.h",
483 "web/modules/webmidi/WebMIDIOptions.h", 484 "web/modules/webmidi/WebMIDIOptions.h",
484 "web/modules/webmidi/WebMIDIPermissionRequest.h", 485 "web/modules/webmidi/WebMIDIPermissionRequest.h",
485 "web/win/WebFontRendering.h", 486 "web/win/WebFontRendering.h",
486 ], 487 ],
487 }, 488 },
488 } 489 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/platform/WebDocumentSubresourceFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698