OLD | NEW |
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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "web/WebPluginScriptForbiddenScope.h", | 412 "web/WebPluginScriptForbiddenScope.h", |
413 "web/WebPopupMenuInfo.h", | 413 "web/WebPopupMenuInfo.h", |
414 "web/WebPopupType.h", | 414 "web/WebPopupType.h", |
415 "web/WebPrerendererClient.h", | 415 "web/WebPrerendererClient.h", |
416 "web/WebPrintParams.h", | 416 "web/WebPrintParams.h", |
417 "web/WebPrintPresetOptions.h", | 417 "web/WebPrintPresetOptions.h", |
418 "web/WebPrintScalingOption.h", | 418 "web/WebPrintScalingOption.h", |
419 "web/WebRange.h", | 419 "web/WebRange.h", |
420 "web/WebRemoteFrame.h", | 420 "web/WebRemoteFrame.h", |
421 "web/WebRemoteFrameClient.h", | 421 "web/WebRemoteFrameClient.h", |
| 422 "web/WebRenderTheme.h", |
422 "web/WebRuntimeFeatures.h", | 423 "web/WebRuntimeFeatures.h", |
423 "web/WebSandboxFlags.h", | 424 "web/WebSandboxFlags.h", |
424 "web/WebScopedUserGesture.h", | 425 "web/WebScopedUserGesture.h", |
425 "web/WebScopedWindowFocusAllowedIndicator.h", | 426 "web/WebScopedWindowFocusAllowedIndicator.h", |
426 "web/WebScriptController.h", | 427 "web/WebScriptController.h", |
427 "web/WebScriptExecutionCallback.h", | 428 "web/WebScriptExecutionCallback.h", |
428 "web/WebScriptSource.h", | 429 "web/WebScriptSource.h", |
429 "web/WebSearchableFormData.h", | 430 "web/WebSearchableFormData.h", |
430 "web/WebSecurityPolicy.h", | 431 "web/WebSecurityPolicy.h", |
431 "web/WebSelectElement.h", | 432 "web/WebSelectElement.h", |
(...skipping 30 matching lines...) Expand all Loading... |
462 "web/WebUserGestureIndicator.h", | 463 "web/WebUserGestureIndicator.h", |
463 "web/WebUserGestureToken.h", | 464 "web/WebUserGestureToken.h", |
464 "web/WebUserMediaClient.h", | 465 "web/WebUserMediaClient.h", |
465 "web/WebUserMediaRequest.h", | 466 "web/WebUserMediaRequest.h", |
466 "web/WebView.h", | 467 "web/WebView.h", |
467 "web/WebViewClient.h", | 468 "web/WebViewClient.h", |
468 "web/WebWidget.h", | 469 "web/WebWidget.h", |
469 "web/WebWidgetClient.h", | 470 "web/WebWidgetClient.h", |
470 "web/WebWindowFeatures.h", | 471 "web/WebWindowFeatures.h", |
471 "web/WebWorkerContentSettingsClientProxy.h", | 472 "web/WebWorkerContentSettingsClientProxy.h", |
472 "web/default/WebRenderTheme.h", | |
473 "web/linux/WebFontRendering.h", | 473 "web/linux/WebFontRendering.h", |
474 "web/mac/WebScrollbarTheme.h", | 474 "web/mac/WebScrollbarTheme.h", |
475 "web/mac/WebSubstringUtil.h", | 475 "web/mac/WebSubstringUtil.h", |
476 "web/modules/notifications/WebNotificationPermissionCallback.h", | 476 "web/modules/notifications/WebNotificationPermissionCallback.h", |
477 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 477 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
480 "web/win/WebFontRendering.h", | 480 "web/win/WebFontRendering.h", |
481 ], | 481 ], |
482 }, | 482 }, |
483 } | 483 } |
OLD | NEW |