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

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: Addressed comments from battre@. 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/WebCryptoAlgorithmParams.h", 52 "platform/WebCryptoAlgorithmParams.h",
53 "platform/WebCryptoKey.h", 53 "platform/WebCryptoKey.h",
54 "platform/WebCryptoKeyAlgorithm.h", 54 "platform/WebCryptoKeyAlgorithm.h",
55 "platform/WebCryptoKeyAlgorithmParams.h", 55 "platform/WebCryptoKeyAlgorithmParams.h",
56 "platform/WebCursorInfo.h", 56 "platform/WebCursorInfo.h",
57 "platform/WebData.h", 57 "platform/WebData.h",
58 "platform/WebDataConsumerHandle.h", 58 "platform/WebDataConsumerHandle.h",
59 "platform/WebDatabaseObserver.h", 59 "platform/WebDatabaseObserver.h",
60 "platform/WebDeviceLightListener.h", 60 "platform/WebDeviceLightListener.h",
61 "platform/WebDisplayItemList.h", 61 "platform/WebDisplayItemList.h",
62 "platform/WebDisplayMode.h", 62 "platform/WebDocumentSubresourceFilter.h",
63 "platform/WebDoublePoint.h",
Mike West 2016/06/01 13:43:18 WebDisplayMode?
engedy 2016/06/02 23:07:19 Uhm. Just a merge error, thanks for spotting it.
63 "platform/WebDoublePoint.h", 64 "platform/WebDoublePoint.h",
64 "platform/WebDragData.h", 65 "platform/WebDragData.h",
65 "platform/WebDragOperation.h", 66 "platform/WebDragOperation.h",
66 'platform/WebEditingCommandType.h', 67 'platform/WebEditingCommandType.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",
72 "platform/WebExternalTextureLayer.h", 73 "platform/WebExternalTextureLayer.h",
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 492 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 493 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 494 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
494 "web/modules/webmidi/WebMIDIClient.h", 495 "web/modules/webmidi/WebMIDIClient.h",
495 "web/modules/webmidi/WebMIDIOptions.h", 496 "web/modules/webmidi/WebMIDIOptions.h",
496 "web/modules/webmidi/WebMIDIPermissionRequest.h", 497 "web/modules/webmidi/WebMIDIPermissionRequest.h",
497 "web/win/WebFontRendering.h", 498 "web/win/WebFontRendering.h",
498 ], 499 ],
499 }, 500 },
500 } 501 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698