| 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "web/WebUserMediaRequest.h", | 475 "web/WebUserMediaRequest.h", |
| 476 "web/WebView.h", | 476 "web/WebView.h", |
| 477 "web/WebViewClient.h", | 477 "web/WebViewClient.h", |
| 478 "web/WebWidget.h", | 478 "web/WebWidget.h", |
| 479 "web/WebWidgetClient.h", | 479 "web/WebWidgetClient.h", |
| 480 "web/WebWindowFeatures.h", | 480 "web/WebWindowFeatures.h", |
| 481 "web/WebWorkerContentSettingsClientProxy.h", | 481 "web/WebWorkerContentSettingsClientProxy.h", |
| 482 "web/linux/WebFontRendering.h", | 482 "web/linux/WebFontRendering.h", |
| 483 "web/mac/WebScrollbarTheme.h", | 483 "web/mac/WebScrollbarTheme.h", |
| 484 "web/mac/WebSubstringUtil.h", | 484 "web/mac/WebSubstringUtil.h", |
| 485 "web/modules/notifications/WebNotificationPermissionCallback.h", |
| 486 "web/modules/serviceworker/WebIsolatedWorker.h", |
| 487 "web/modules/serviceworker/WebIsolatedWorkerContextClient.h", |
| 485 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 488 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 486 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 489 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 487 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 490 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 488 "web/win/WebFontRendering.h", | 491 "web/win/WebFontRendering.h", |
| 489 ], | 492 ], |
| 490 }, | 493 }, |
| 491 } | 494 } |
| OLD | NEW |