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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master and add comments to WebLayerStickyPositionConstraint members. Created 4 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 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "platform/WebImageGenerator.h", 193 "platform/WebImageGenerator.h",
194 "platform/WebImageLayer.h", 194 "platform/WebImageLayer.h",
195 "platform/WebInbandTextTrack.h", 195 "platform/WebInbandTextTrack.h",
196 "platform/WebInbandTextTrackClient.h", 196 "platform/WebInbandTextTrackClient.h",
197 "platform/WebInputEvent.h", 197 "platform/WebInputEvent.h",
198 "platform/WebInputEventResult.h", 198 "platform/WebInputEventResult.h",
199 "platform/WebInsecureRequestPolicy.h", 199 "platform/WebInsecureRequestPolicy.h",
200 "platform/WebLayer.h", 200 "platform/WebLayer.h",
201 "platform/WebLayerPositionConstraint.h", 201 "platform/WebLayerPositionConstraint.h",
202 "platform/WebLayerScrollClient.h", 202 "platform/WebLayerScrollClient.h",
203 "platform/WebLayerStickyPositionConstraint.h",
203 "platform/WebLayerTreeView.h", 204 "platform/WebLayerTreeView.h",
204 "platform/WebLayoutAndPaintAsyncCallback.h", 205 "platform/WebLayoutAndPaintAsyncCallback.h",
205 "platform/WebLocalizedString.h", 206 "platform/WebLocalizedString.h",
206 "platform/WebMediaConstraints.h", 207 "platform/WebMediaConstraints.h",
207 "platform/WebMediaDeviceInfo.h", 208 "platform/WebMediaDeviceInfo.h",
208 "platform/WebMediaKeySystemConfiguration.h", 209 "platform/WebMediaKeySystemConfiguration.h",
209 "platform/WebMediaKeySystemMediaCapability.h", 210 "platform/WebMediaKeySystemMediaCapability.h",
210 "platform/WebMediaPlayer.h", 211 "platform/WebMediaPlayer.h",
211 "platform/WebMediaPlayerClient.h", 212 "platform/WebMediaPlayerClient.h",
212 "platform/WebMediaPlayerSource.h", 213 "platform/WebMediaPlayerSource.h",
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 725 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
725 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 726 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
726 } 727 }
727 728
728 group("generate_mojo_bindings") { 729 group("generate_mojo_bindings") {
729 deps = [ 730 deps = [
730 ":mojo_bindings_blink__generator", 731 ":mojo_bindings_blink__generator",
731 ":offscreen_canvas_mojo_bindings_blink__generator", 732 ":offscreen_canvas_mojo_bindings_blink__generator",
732 ] 733 ]
733 } 734 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp ('k') | third_party/WebKit/public/platform/WebLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698