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

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

Issue 1858893002: Remove WebBindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebBindings.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "platform/modules/webusb/WebUSBDeviceRequestOptions.h", 324 "platform/modules/webusb/WebUSBDeviceRequestOptions.h",
325 "platform/modules/webusb/WebUSBError.h", 325 "platform/modules/webusb/WebUSBError.h",
326 "platform/modules/webusb/WebUSBTransferInfo.h", 326 "platform/modules/webusb/WebUSBTransferInfo.h",
327 "web/WebAXEnums.h", 327 "web/WebAXEnums.h",
328 "web/WebAXObject.h", 328 "web/WebAXObject.h",
329 "web/WebActiveWheelFlingParameters.h", 329 "web/WebActiveWheelFlingParameters.h",
330 "web/WebArrayBuffer.h", 330 "web/WebArrayBuffer.h",
331 "web/WebArrayBufferConverter.h", 331 "web/WebArrayBufferConverter.h",
332 "web/WebArrayBufferView.h", 332 "web/WebArrayBufferView.h",
333 "web/WebAutofillClient.h", 333 "web/WebAutofillClient.h",
334 "web/WebBindings.h",
335 "web/WebBlob.h", 334 "web/WebBlob.h",
336 "web/WebCSSParser.h", 335 "web/WebCSSParser.h",
337 "web/WebCache.h", 336 "web/WebCache.h",
338 "web/WebColorChooser.h", 337 "web/WebColorChooser.h",
339 "web/WebColorChooserClient.h", 338 "web/WebColorChooserClient.h",
340 "web/WebColorSuggestion.h", 339 "web/WebColorSuggestion.h",
341 "web/WebCompositionUnderline.h", 340 "web/WebCompositionUnderline.h",
342 "web/WebConsoleMessage.h", 341 "web/WebConsoleMessage.h",
343 "web/WebContentDetectionResult.h", 342 "web/WebContentDetectionResult.h",
344 "web/WebContentSecurityPolicy.h", 343 "web/WebContentSecurityPolicy.h",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 497 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 498 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 499 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
501 "web/modules/webmidi/WebMIDIClient.h", 500 "web/modules/webmidi/WebMIDIClient.h",
502 "web/modules/webmidi/WebMIDIOptions.h", 501 "web/modules/webmidi/WebMIDIOptions.h",
503 "web/modules/webmidi/WebMIDIPermissionRequest.h", 502 "web/modules/webmidi/WebMIDIPermissionRequest.h",
504 "web/win/WebFontRendering.h", 503 "web/win/WebFontRendering.h",
505 ], 504 ],
506 }, 505 },
507 } 506 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebBindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698