| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "web/WebInputEvent.h", | 381 "web/WebInputEvent.h", |
| 382 "web/WebKit.h", | 382 "web/WebKit.h", |
| 383 "web/WebLabelElement.h", | 383 "web/WebLabelElement.h", |
| 384 "web/WebLeakDetector.h", | 384 "web/WebLeakDetector.h", |
| 385 "web/WebLocalFrame.h", | 385 "web/WebLocalFrame.h", |
| 386 "web/WebMeaningfulLayout.h", | 386 "web/WebMeaningfulLayout.h", |
| 387 "web/WebMediaDeviceChangeObserver.h", | 387 "web/WebMediaDeviceChangeObserver.h", |
| 388 "web/WebMediaDevicesRequest.h", | 388 "web/WebMediaDevicesRequest.h", |
| 389 "web/WebMediaPlayerAction.h", | 389 "web/WebMediaPlayerAction.h", |
| 390 "web/WebMediaStreamRegistry.h", | 390 "web/WebMediaStreamRegistry.h", |
| 391 "web/WebMemoryPressureListener.h", | 391 "web/WebMemoryCoordinator.h", |
| 392 "web/WebMenuItemInfo.h", | 392 "web/WebMenuItemInfo.h", |
| 393 "web/WebMetaElement.h", | 393 "web/WebMetaElement.h", |
| 394 "web/WebNavigationPolicy.h", | 394 "web/WebNavigationPolicy.h", |
| 395 "web/WebNavigationType.h", | 395 "web/WebNavigationType.h", |
| 396 "web/WebNavigatorContentUtilsClient.h", | 396 "web/WebNavigatorContentUtilsClient.h", |
| 397 "web/WebNetworkStateNotifier.h", | 397 "web/WebNetworkStateNotifier.h", |
| 398 "web/WebNode.h", | 398 "web/WebNode.h", |
| 399 "web/WebOptionElement.h", | 399 "web/WebOptionElement.h", |
| 400 "web/WebPagePopup.h", | 400 "web/WebPagePopup.h", |
| 401 "web/WebPepperSocket.h", | 401 "web/WebPepperSocket.h", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 475 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 476 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 476 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 477 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 477 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 478 "web/modules/webmidi/WebMIDIClient.h", | 478 "web/modules/webmidi/WebMIDIClient.h", |
| 479 "web/modules/webmidi/WebMIDIOptions.h", | 479 "web/modules/webmidi/WebMIDIOptions.h", |
| 480 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 480 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 481 "web/win/WebFontRendering.h", | 481 "web/win/WebFontRendering.h", |
| 482 ], | 482 ], |
| 483 }, | 483 }, |
| 484 } | 484 } |
| OLD | NEW |