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

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: Cleanup and add unit test for impl side sticky position update. Created 4 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
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "platform/WebImageGenerator.h", 201 "platform/WebImageGenerator.h",
202 "platform/WebImageLayer.h", 202 "platform/WebImageLayer.h",
203 "platform/WebInbandTextTrack.h", 203 "platform/WebInbandTextTrack.h",
204 "platform/WebInbandTextTrackClient.h", 204 "platform/WebInbandTextTrackClient.h",
205 "platform/WebInputEvent.h", 205 "platform/WebInputEvent.h",
206 "platform/WebInputEventResult.h", 206 "platform/WebInputEventResult.h",
207 "platform/WebInsecureRequestPolicy.h", 207 "platform/WebInsecureRequestPolicy.h",
208 "platform/WebLayer.h", 208 "platform/WebLayer.h",
209 "platform/WebLayerPositionConstraint.h", 209 "platform/WebLayerPositionConstraint.h",
210 "platform/WebLayerScrollClient.h", 210 "platform/WebLayerScrollClient.h",
211 "platform/WebLayerStickyPositionConstraint.h",
211 "platform/WebLayerTreeView.h", 212 "platform/WebLayerTreeView.h",
212 "platform/WebLayoutAndPaintAsyncCallback.h", 213 "platform/WebLayoutAndPaintAsyncCallback.h",
213 "platform/WebLocalizedString.h", 214 "platform/WebLocalizedString.h",
214 "platform/WebMediaConstraints.h", 215 "platform/WebMediaConstraints.h",
215 "platform/WebMediaDeviceInfo.h", 216 "platform/WebMediaDeviceInfo.h",
216 "platform/WebMediaKeySystemConfiguration.h", 217 "platform/WebMediaKeySystemConfiguration.h",
217 "platform/WebMediaKeySystemMediaCapability.h", 218 "platform/WebMediaKeySystemMediaCapability.h",
218 "platform/WebMediaPlayer.h", 219 "platform/WebMediaPlayer.h",
219 "platform/WebMediaPlayerClient.h", 220 "platform/WebMediaPlayerClient.h",
220 "platform/WebMediaPlayerSource.h", 221 "platform/WebMediaPlayerSource.h",
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 736 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
736 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 737 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
737 } 738 }
738 739
739 group("generate_mojo_bindings") { 740 group("generate_mojo_bindings") {
740 deps = [ 741 deps = [
741 ":mojo_bindings_blink__generator", 742 ":mojo_bindings_blink__generator",
742 ":offscreen_canvas_mojo_bindings_blink__generator", 743 ":offscreen_canvas_mojo_bindings_blink__generator",
743 ] 744 ]
744 } 745 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698