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

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

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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/WebApplicationCacheHost.h", 9 "platform/WebApplicationCacheHost.h",
10 "platform/WebApplicationCacheHostClient.h", 10 "platform/WebApplicationCacheHostClient.h",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "web/WebFileChooserParams.h", 390 "web/WebFileChooserParams.h",
391 "web/WebFindOptions.h", 391 "web/WebFindOptions.h",
392 "web/WebFont.h", 392 "web/WebFont.h",
393 "web/WebFontDescription.h", 393 "web/WebFontDescription.h",
394 "web/WebFormControlElement.h", 394 "web/WebFormControlElement.h",
395 "web/WebFormElement.h", 395 "web/WebFormElement.h",
396 "web/WebFrame.h", 396 "web/WebFrame.h",
397 "web/WebFrameClient.h", 397 "web/WebFrameClient.h",
398 "web/WebFrameLoadType.h", 398 "web/WebFrameLoadType.h",
399 "web/WebFrameWidget.h", 399 "web/WebFrameWidget.h",
400 "web/WebGeolocationClient.h",
401 "web/WebGeolocationController.h",
402 "web/WebGeolocationError.h",
403 "web/WebGeolocationPermissionRequest.h",
404 "web/WebGeolocationPermissionRequestManager.h",
405 "web/WebGeolocationPosition.h",
406 "web/WebGlyphCache.h", 400 "web/WebGlyphCache.h",
407 "web/WebGraphicsContext.h", 401 "web/WebGraphicsContext.h",
408 "web/WebHeap.h", 402 "web/WebHeap.h",
409 "web/WebHelperPlugin.h", 403 "web/WebHelperPlugin.h",
410 "web/WebHistoryCommitType.h", 404 "web/WebHistoryCommitType.h",
411 "web/WebHistoryItem.h", 405 "web/WebHistoryItem.h",
412 "web/WebHitTestResult.h", 406 "web/WebHitTestResult.h",
413 "web/WebIconURL.h", 407 "web/WebIconURL.h",
414 "web/WebImageCache.h", 408 "web/WebImageCache.h",
415 "web/WebImageDecoder.h", 409 "web/WebImageDecoder.h",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "web/WebWorkerContentSettingsClientProxy.h", 510 "web/WebWorkerContentSettingsClientProxy.h",
517 "web/default/WebRenderTheme.h", 511 "web/default/WebRenderTheme.h",
518 "web/linux/WebFontRendering.h", 512 "web/linux/WebFontRendering.h",
519 "web/mac/WebScrollbarTheme.h", 513 "web/mac/WebScrollbarTheme.h",
520 "web/mac/WebSubstringUtil.h", 514 "web/mac/WebSubstringUtil.h",
521 "web/modules/notifications/WebNotificationPermissionCallback.h", 515 "web/modules/notifications/WebNotificationPermissionCallback.h",
522 "web/win/WebFontRendering.h", 516 "web/win/WebFontRendering.h",
523 ], 517 ],
524 }, 518 },
525 } 519 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698