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

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 4 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 485 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 486 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 487 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
494 "web/modules/webmidi/WebMIDIClient.h", 488 "web/modules/webmidi/WebMIDIClient.h",
495 "web/modules/webmidi/WebMIDIOptions.h", 489 "web/modules/webmidi/WebMIDIOptions.h",
496 "web/modules/webmidi/WebMIDIPermissionRequest.h", 490 "web/modules/webmidi/WebMIDIPermissionRequest.h",
497 "web/win/WebFontRendering.h", 491 "web/win/WebFontRendering.h",
498 ], 492 ],
499 }, 493 },
500 } 494 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698