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

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

Issue 1672073003: Shunt string-dumping functions from WebFrame to a side class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added/updated TODOs. Created 4 years, 10 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/WebFrame.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/Platform.h", 8 "platform/Platform.h",
9 "platform/URLConversion.h", 9 "platform/URLConversion.h",
10 "platform/WebApiKeyValidator.h", 10 "platform/WebApiKeyValidator.h",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "web/WebExternalPopupMenuClient.h", 392 "web/WebExternalPopupMenuClient.h",
393 "web/WebFileChooserCompletion.h", 393 "web/WebFileChooserCompletion.h",
394 "web/WebFileChooserParams.h", 394 "web/WebFileChooserParams.h",
395 "web/WebFindOptions.h", 395 "web/WebFindOptions.h",
396 "web/WebFont.h", 396 "web/WebFont.h",
397 "web/WebFontDescription.h", 397 "web/WebFontDescription.h",
398 "web/WebFormControlElement.h", 398 "web/WebFormControlElement.h",
399 "web/WebFormElement.h", 399 "web/WebFormElement.h",
400 "web/WebFrame.h", 400 "web/WebFrame.h",
401 "web/WebFrameClient.h", 401 "web/WebFrameClient.h",
402 "web/WebFrameContentDumper.h",
402 "web/WebFrameLoadType.h", 403 "web/WebFrameLoadType.h",
403 "web/WebFrameOwnerProperties.h", 404 "web/WebFrameOwnerProperties.h",
404 "web/WebFrameSerializer.h", 405 "web/WebFrameSerializer.h",
405 "web/WebFrameSerializerClient.h", 406 "web/WebFrameSerializerClient.h",
406 "web/WebFrameWidget.h", 407 "web/WebFrameWidget.h",
407 "web/WebGeolocationClient.h", 408 "web/WebGeolocationClient.h",
408 "web/WebGeolocationController.h", 409 "web/WebGeolocationController.h",
409 "web/WebGeolocationError.h", 410 "web/WebGeolocationError.h",
410 "web/WebGeolocationPermissionRequest.h", 411 "web/WebGeolocationPermissionRequest.h",
411 "web/WebGeolocationPermissionRequestManager.h", 412 "web/WebGeolocationPermissionRequestManager.h",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 520 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
520 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 521 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
521 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 522 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
522 "web/modules/webmidi/WebMIDIClient.h", 523 "web/modules/webmidi/WebMIDIClient.h",
523 "web/modules/webmidi/WebMIDIOptions.h", 524 "web/modules/webmidi/WebMIDIOptions.h",
524 "web/modules/webmidi/WebMIDIPermissionRequest.h", 525 "web/modules/webmidi/WebMIDIPermissionRequest.h",
525 "web/win/WebFontRendering.h", 526 "web/win/WebFontRendering.h",
526 ], 527 ],
527 }, 528 },
528 } 529 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698