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

Side by Side Diff: third_party/WebKit/Source/core/page/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("page") { 7 blink_core_sources("page") {
8 sources = [ 8 sources = [
9 "AutoscrollController.cpp", 9 "AutoscrollController.cpp",
10 "AutoscrollController.h", 10 "AutoscrollController.h",
11 "ChromeClient.cpp", 11 "ChromeClient.cpp",
12 "ChromeClient.h", 12 "ChromeClient.h",
13 "ContextMenuClient.h", 13 "ContextMenuClient.h",
14 "ContextMenuController.cpp", 14 "ContextMenuController.cpp",
15 "ContextMenuController.h", 15 "ContextMenuController.h",
16 "ContextMenuProvider.h", 16 "ContextMenuProvider.h",
17 "CreateWindow.cpp", 17 "CreateWindow.cpp",
18 "CreateWindow.h", 18 "CreateWindow.h",
19 "CustomContextMenuProvider.cpp", 19 "CustomContextMenuProvider.cpp",
20 "CustomContextMenuProvider.h", 20 "CustomContextMenuProvider.h",
21 "DragActions.h", 21 "DragActions.h",
22 "DragController.cpp", 22 "DragController.cpp",
23 "DragController.h", 23 "DragController.h",
24 "DragData.cpp", 24 "DragData.cpp",
25 "DragData.h",
25 "DragSession.h", 26 "DragSession.h",
26 "DragState.h", 27 "DragState.h",
27 "EditorClient.h", 28 "EditorClient.h",
28 "EventWithHitTestResults.h", 29 "EventWithHitTestResults.h",
29 "FocusChangedObserver.cpp", 30 "FocusChangedObserver.cpp",
30 "FocusChangedObserver.h", 31 "FocusChangedObserver.h",
31 "FocusController.cpp", 32 "FocusController.cpp",
32 "FocusController.h", 33 "FocusController.h",
33 "FrameTree.cpp", 34 "FrameTree.cpp",
34 "FrameTree.h", 35 "FrameTree.h",
35 "Page.cpp", 36 "Page.cpp",
36 "Page.h", 37 "Page.h",
37 "PageAnimator.cpp", 38 "PageAnimator.cpp",
38 "PageAnimator.h", 39 "PageAnimator.h",
40 "PagePopup.h",
39 "PagePopupClient.cpp", 41 "PagePopupClient.cpp",
40 "PagePopupClient.h", 42 "PagePopupClient.h",
41 "PagePopupController.cpp", 43 "PagePopupController.cpp",
42 "PagePopupController.h", 44 "PagePopupController.h",
43 "PagePopupSupplement.cpp", 45 "PagePopupSupplement.cpp",
44 "PagePopupSupplement.h", 46 "PagePopupSupplement.h",
45 "PageVisibilityNotifier.cpp", 47 "PageVisibilityNotifier.cpp",
46 "PageVisibilityNotifier.h", 48 "PageVisibilityNotifier.h",
47 "PageVisibilityObserver.h", 49 "PageVisibilityObserver.h",
48 "PageVisibilityState.cpp", 50 "PageVisibilityState.cpp",
51 "PageVisibilityState.h",
49 "PointerLockController.cpp", 52 "PointerLockController.cpp",
50 "PointerLockController.h", 53 "PointerLockController.h",
51 "PopupOpeningObserver.h", 54 "PopupOpeningObserver.h",
52 "PrintContext.cpp", 55 "PrintContext.cpp",
53 "PrintContext.h", 56 "PrintContext.h",
54 "ScopedPageSuspender.cpp", 57 "ScopedPageSuspender.cpp",
55 "ScopedPageSuspender.h", 58 "ScopedPageSuspender.h",
56 "SpatialNavigation.cpp", 59 "SpatialNavigation.cpp",
57 "SpatialNavigation.h", 60 "SpatialNavigation.h",
58 "SpellCheckerClient.h", 61 "SpellCheckerClient.h",
59 "TouchAdjustment.cpp", 62 "TouchAdjustment.cpp",
60 "TouchAdjustment.h", 63 "TouchAdjustment.h",
61 "TouchDisambiguation.cpp", 64 "TouchDisambiguation.cpp",
62 "TouchDisambiguation.h", 65 "TouchDisambiguation.h",
63 "ValidationMessageClient.h", 66 "ValidationMessageClient.h",
64 "WindowFeatures.cpp", 67 "WindowFeatures.cpp",
68 "WindowFeatures.h",
65 "scrolling/OverscrollController.cpp", 69 "scrolling/OverscrollController.cpp",
66 "scrolling/OverscrollController.h", 70 "scrolling/OverscrollController.h",
67 "scrolling/RootScrollerController.cpp", 71 "scrolling/RootScrollerController.cpp",
68 "scrolling/RootScrollerController.h", 72 "scrolling/RootScrollerController.h",
69 "scrolling/RootScrollerUtil.cpp", 73 "scrolling/RootScrollerUtil.cpp",
70 "scrolling/RootScrollerUtil.h", 74 "scrolling/RootScrollerUtil.h",
71 "scrolling/ScrollCustomizationCallbacks.cpp", 75 "scrolling/ScrollCustomizationCallbacks.cpp",
72 "scrolling/ScrollCustomizationCallbacks.h", 76 "scrolling/ScrollCustomizationCallbacks.h",
73 "scrolling/ScrollState.cpp", 77 "scrolling/ScrollState.cpp",
74 "scrolling/ScrollState.h", 78 "scrolling/ScrollState.h",
75 "scrolling/ScrollStateCallback.cpp", 79 "scrolling/ScrollStateCallback.cpp",
76 "scrolling/ScrollStateCallback.h", 80 "scrolling/ScrollStateCallback.h",
77 "scrolling/ScrollingCoordinator.cpp", 81 "scrolling/ScrollingCoordinator.cpp",
78 "scrolling/ScrollingCoordinator.h", 82 "scrolling/ScrollingCoordinator.h",
79 "scrolling/SnapCoordinator.cpp", 83 "scrolling/SnapCoordinator.cpp",
80 "scrolling/SnapCoordinator.h", 84 "scrolling/SnapCoordinator.h",
81 "scrolling/StickyPositionScrollingConstraints.cpp", 85 "scrolling/StickyPositionScrollingConstraints.cpp",
82 "scrolling/StickyPositionScrollingConstraints.h", 86 "scrolling/StickyPositionScrollingConstraints.h",
83 "scrolling/TopDocumentRootScrollerController.cpp", 87 "scrolling/TopDocumentRootScrollerController.cpp",
84 "scrolling/TopDocumentRootScrollerController.h", 88 "scrolling/TopDocumentRootScrollerController.h",
85 "scrolling/ViewportScrollCallback.cpp", 89 "scrolling/ViewportScrollCallback.cpp",
86 "scrolling/ViewportScrollCallback.h", 90 "scrolling/ViewportScrollCallback.h",
87 ] 91 ]
88 92
89 configs += [ 93 configs += [
90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 94 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
91 "//build/config/compiler:no_size_t_to_int_warning", 95 "//build/config/compiler:no_size_t_to_int_warning",
92 ] 96 ]
93 } 97 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/BUILD.gn ('k') | third_party/WebKit/Source/modules/geolocation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698