| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 "web/WebFormControlElement.h", | 372 "web/WebFormControlElement.h", |
| 373 "web/WebFormElement.h", | 373 "web/WebFormElement.h", |
| 374 "web/WebFrame.h", | 374 "web/WebFrame.h", |
| 375 "web/WebFrameClient.h", | 375 "web/WebFrameClient.h", |
| 376 "web/WebFrameContentDumper.h", | 376 "web/WebFrameContentDumper.h", |
| 377 "web/WebFrameLoadType.h", | 377 "web/WebFrameLoadType.h", |
| 378 "web/WebFrameOwnerProperties.h", | 378 "web/WebFrameOwnerProperties.h", |
| 379 "web/WebFrameSerializer.h", | 379 "web/WebFrameSerializer.h", |
| 380 "web/WebFrameSerializerClient.h", | 380 "web/WebFrameSerializerClient.h", |
| 381 "web/WebFrameWidget.h", | 381 "web/WebFrameWidget.h", |
| 382 "web/WebGeolocationClient.h", | |
| 383 "web/WebGeolocationController.h", | |
| 384 "web/WebGeolocationError.h", | |
| 385 "web/WebGeolocationPermissionRequest.h", | |
| 386 "web/WebGeolocationPermissionRequestManager.h", | |
| 387 "web/WebGeolocationPosition.h", | |
| 388 "web/WebHeap.h", | 382 "web/WebHeap.h", |
| 389 "web/WebHelperPlugin.h", | 383 "web/WebHelperPlugin.h", |
| 390 "web/WebHistoryCommitType.h", | 384 "web/WebHistoryCommitType.h", |
| 391 "web/WebHistoryItem.h", | 385 "web/WebHistoryItem.h", |
| 392 "web/WebHitTestResult.h", | 386 "web/WebHitTestResult.h", |
| 393 "web/WebIconURL.h", | 387 "web/WebIconURL.h", |
| 394 "web/WebImageCache.h", | 388 "web/WebImageCache.h", |
| 395 "web/WebImageDecoder.h", | 389 "web/WebImageDecoder.h", |
| 396 "web/WebInputElement.h", | 390 "web/WebInputElement.h", |
| 397 "web/WebInputEvent.h", | 391 "web/WebInputEvent.h", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "web/modules/serviceworker/WebServiceWorkerContextClient.h", | 484 "web/modules/serviceworker/WebServiceWorkerContextClient.h", |
| 491 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", | 485 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", |
| 492 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", | 486 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", |
| 493 "web/modules/webmidi/WebMIDIClient.h", | 487 "web/modules/webmidi/WebMIDIClient.h", |
| 494 "web/modules/webmidi/WebMIDIOptions.h", | 488 "web/modules/webmidi/WebMIDIOptions.h", |
| 495 "web/modules/webmidi/WebMIDIPermissionRequest.h", | 489 "web/modules/webmidi/WebMIDIPermissionRequest.h", |
| 496 "web/win/WebFontRendering.h", | 490 "web/win/WebFontRendering.h", |
| 497 ], | 491 ], |
| 498 }, | 492 }, |
| 499 } | 493 } |
| OLD | NEW |