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

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

Issue 1307013004: Propagate scrolling/marginwidth/marginheight property values to child frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content_unittests compile fix Created 5 years, 1 month 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "web/WebFileChooserCompletion.h", 393 "web/WebFileChooserCompletion.h",
394 "web/WebFileChooserParams.h", 394 "web/WebFileChooserParams.h",
395 "web/WebFindOptions.h", 395 "web/WebFindOptions.h",
396 "web/WebFont.h", 396 "web/WebFont.h",
397 "web/WebFontDescription.h", 397 "web/WebFontDescription.h",
398 "web/WebFormControlElement.h", 398 "web/WebFormControlElement.h",
399 "web/WebFormElement.h", 399 "web/WebFormElement.h",
400 "web/WebFrame.h", 400 "web/WebFrame.h",
401 "web/WebFrameClient.h", 401 "web/WebFrameClient.h",
402 "web/WebFrameLoadType.h", 402 "web/WebFrameLoadType.h",
403 "web/WebFrameOwnerProperties.h",
403 "web/WebFrameWidget.h", 404 "web/WebFrameWidget.h",
404 "web/WebGeolocationClient.h", 405 "web/WebGeolocationClient.h",
405 "web/WebGeolocationController.h", 406 "web/WebGeolocationController.h",
406 "web/WebGeolocationError.h", 407 "web/WebGeolocationError.h",
407 "web/WebGeolocationPermissionRequest.h", 408 "web/WebGeolocationPermissionRequest.h",
408 "web/WebGeolocationPermissionRequestManager.h", 409 "web/WebGeolocationPermissionRequestManager.h",
409 "web/WebGeolocationPosition.h", 410 "web/WebGeolocationPosition.h",
410 "web/WebGlyphCache.h", 411 "web/WebGlyphCache.h",
411 "web/WebHeap.h", 412 "web/WebHeap.h",
412 "web/WebHelperPlugin.h", 413 "web/WebHelperPlugin.h",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 "web/WebWorkerContentSettingsClientProxy.h", 520 "web/WebWorkerContentSettingsClientProxy.h",
520 "web/default/WebRenderTheme.h", 521 "web/default/WebRenderTheme.h",
521 "web/linux/WebFontRendering.h", 522 "web/linux/WebFontRendering.h",
522 "web/mac/WebScrollbarTheme.h", 523 "web/mac/WebScrollbarTheme.h",
523 "web/mac/WebSubstringUtil.h", 524 "web/mac/WebSubstringUtil.h",
524 "web/modules/notifications/WebNotificationPermissionCallback.h", 525 "web/modules/notifications/WebNotificationPermissionCallback.h",
525 "web/win/WebFontRendering.h", 526 "web/win/WebFontRendering.h",
526 ], 527 ],
527 }, 528 },
528 } 529 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frame_owner_properties.html ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698