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

Side by Side Diff: public/blink_headers.gypi

Issue 1319863006: (blink) Propagate scrolling/marginwidth/marginheight property values to child frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address nits Created 5 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/data/frame_owner_properties.html ('k') | public/web/WebFrame.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/Platform.h", 8 "platform/Platform.h",
9 "platform/WebApplicationCacheHost.h", 9 "platform/WebApplicationCacheHost.h",
10 "platform/WebApplicationCacheHostClient.h", 10 "platform/WebApplicationCacheHostClient.h",
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "web/WebFileChooserCompletion.h", 389 "web/WebFileChooserCompletion.h",
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/WebFrameOwnerProperties.h",
399 "web/WebFrameWidget.h", 400 "web/WebFrameWidget.h",
400 "web/WebGeolocationClient.h", 401 "web/WebGeolocationClient.h",
401 "web/WebGeolocationController.h", 402 "web/WebGeolocationController.h",
402 "web/WebGeolocationError.h", 403 "web/WebGeolocationError.h",
403 "web/WebGeolocationPermissionRequest.h", 404 "web/WebGeolocationPermissionRequest.h",
404 "web/WebGeolocationPermissionRequestManager.h", 405 "web/WebGeolocationPermissionRequestManager.h",
405 "web/WebGeolocationPosition.h", 406 "web/WebGeolocationPosition.h",
406 "web/WebGlyphCache.h", 407 "web/WebGlyphCache.h",
407 "web/WebGraphicsContext.h", 408 "web/WebGraphicsContext.h",
408 "web/WebHeap.h", 409 "web/WebHeap.h",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "web/WebWorkerContentSettingsClientProxy.h", 517 "web/WebWorkerContentSettingsClientProxy.h",
517 "web/default/WebRenderTheme.h", 518 "web/default/WebRenderTheme.h",
518 "web/linux/WebFontRendering.h", 519 "web/linux/WebFontRendering.h",
519 "web/mac/WebScrollbarTheme.h", 520 "web/mac/WebScrollbarTheme.h",
520 "web/mac/WebSubstringUtil.h", 521 "web/mac/WebSubstringUtil.h",
521 "web/modules/notifications/WebNotificationPermissionCallback.h", 522 "web/modules/notifications/WebNotificationPermissionCallback.h",
522 "web/win/WebFontRendering.h", 523 "web/win/WebFontRendering.h",
523 ], 524 ],
524 }, 525 },
525 } 526 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/frame_owner_properties.html ('k') | public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698