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

Side by Side Diff: public/BUILD.gn

Issue 1319863006: (blink) Propagate scrolling/marginwidth/marginheight property values to child frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments from Alex 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "web/WebDatabase.h", 437 "web/WebDatabase.h",
438 "web/WebDevToolsAgent.h", 438 "web/WebDevToolsAgent.h",
439 "web/WebNode.h", 439 "web/WebNode.h",
440 "web/WebRuntimeFeatures.h", 440 "web/WebRuntimeFeatures.h",
441 "web/WebScopedUserGesture.h", 441 "web/WebScopedUserGesture.h",
442 "web/WebFileChooserCompletion.h", 442 "web/WebFileChooserCompletion.h",
443 "web/WebPrintScalingOption.h", 443 "web/WebPrintScalingOption.h",
444 "web/WebFontDescription.h", 444 "web/WebFontDescription.h",
445 "web/WebDraggableRegion.h", 445 "web/WebDraggableRegion.h",
446 "web/WebAutofillClient.h", 446 "web/WebAutofillClient.h",
447 "web/WebFrameOwnerProperties.h",
447 "web/WebLocalFrame.h", 448 "web/WebLocalFrame.h",
448 "web/WebDragOperation.h", 449 "web/WebDragOperation.h",
449 "web/WebFindOptions.h", 450 "web/WebFindOptions.h",
450 "web/WebElement.h", 451 "web/WebElement.h",
451 "web/WebGeolocationError.h", 452 "web/WebGeolocationError.h",
452 "web/WebFrameLoadType.h", 453 "web/WebFrameLoadType.h",
453 "web/WebArrayBufferConverter.h", 454 "web/WebArrayBufferConverter.h",
454 "web/WebMediaPlayerAction.h", 455 "web/WebMediaPlayerAction.h",
455 "web/WebEmbeddedWorkerStartData.h", 456 "web/WebEmbeddedWorkerStartData.h",
456 "web/WebConsoleMessage.h", 457 "web/WebConsoleMessage.h",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 grit("image_resources") { 651 grit("image_resources") {
651 output_dir = "$root_gen_dir/blink/public/resources" 652 output_dir = "$root_gen_dir/blink/public/resources"
652 use_qualified_include = true 653 use_qualified_include = true
653 source = "blink_image_resources.grd" 654 source = "blink_image_resources.grd"
654 outputs = [ 655 outputs = [
655 "grit/blink_image_resources.h", 656 "grit/blink_image_resources.h",
656 "blink_image_resources_100_percent.pak", 657 "blink_image_resources_100_percent.pak",
657 "blink_image_resources_200_percent.pak", 658 "blink_image_resources_200_percent.pak",
658 ] 659 ]
659 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698