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

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

Issue 2668003003: Provide WebVR pose data only to the focused frame. (Closed)
Patch Set: Address comments Created 3 years, 10 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 "ContextMenuController.cpp", 13 "ContextMenuController.cpp",
14 "ContextMenuProvider.h", 14 "ContextMenuProvider.h",
15 "CreateWindow.cpp", 15 "CreateWindow.cpp",
16 "CreateWindow.h", 16 "CreateWindow.h",
17 "CustomContextMenuProvider.cpp", 17 "CustomContextMenuProvider.cpp",
18 "CustomContextMenuProvider.h", 18 "CustomContextMenuProvider.h",
19 "DragController.cpp", 19 "DragController.cpp",
20 "DragData.cpp", 20 "DragData.cpp",
21 "EventWithHitTestResults.h", 21 "EventWithHitTestResults.h",
22 "FocusChangedObserver.cpp",
23 "FocusChangedObserver.h",
22 "FocusController.cpp", 24 "FocusController.cpp",
23 "FrameTree.cpp", 25 "FrameTree.cpp",
24 "NetworkStateNotifier.cpp", 26 "NetworkStateNotifier.cpp",
25 "NetworkStateNotifier.h", 27 "NetworkStateNotifier.h",
26 "Page.cpp", 28 "Page.cpp",
27 "Page.h", 29 "Page.h",
28 "PageAnimator.cpp", 30 "PageAnimator.cpp",
29 "PageAnimator.h", 31 "PageAnimator.h",
30 "PagePopupClient.cpp", 32 "PagePopupClient.cpp",
31 "PagePopupClient.h", 33 "PagePopupClient.h",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "scrolling/TopDocumentRootScrollerController.h", 73 "scrolling/TopDocumentRootScrollerController.h",
72 "scrolling/ViewportScrollCallback.cpp", 74 "scrolling/ViewportScrollCallback.cpp",
73 "scrolling/ViewportScrollCallback.h", 75 "scrolling/ViewportScrollCallback.h",
74 ] 76 ]
75 77
76 configs += [ 78 configs += [
77 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 79 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
78 "//build/config/compiler:no_size_t_to_int_warning", 80 "//build/config/compiler:no_size_t_to_int_warning",
79 ] 81 ]
80 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698