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

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

Issue 2895413002: WebRuntimeFeatures moved to platform/ (Closed)
Patch Set: One more move Created 3 years, 7 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("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "platform/WebRTCRtpSender.h", 295 "platform/WebRTCRtpSender.h",
296 "platform/WebRTCSessionDescription.h", 296 "platform/WebRTCSessionDescription.h",
297 "platform/WebRTCSessionDescriptionRequest.h", 297 "platform/WebRTCSessionDescriptionRequest.h",
298 "platform/WebRTCStats.h", 298 "platform/WebRTCStats.h",
299 "platform/WebRTCStatsRequest.h", 299 "platform/WebRTCStatsRequest.h",
300 "platform/WebRTCStatsResponse.h", 300 "platform/WebRTCStatsResponse.h",
301 "platform/WebRTCVoidRequest.h", 301 "platform/WebRTCVoidRequest.h",
302 "platform/WebRect.h", 302 "platform/WebRect.h",
303 "platform/WebReferrerPolicy.h", 303 "platform/WebReferrerPolicy.h",
304 "platform/WebRenderingStats.h", 304 "platform/WebRenderingStats.h",
305 "platform/WebRuntimeFeatures.h",
305 "platform/WebScreenInfo.h", 306 "platform/WebScreenInfo.h",
306 "platform/WebScrollbar.h", 307 "platform/WebScrollbar.h",
307 "platform/WebScrollbarBehavior.h", 308 "platform/WebScrollbarBehavior.h",
308 "platform/WebScrollbarButtonsPlacement.h", 309 "platform/WebScrollbarButtonsPlacement.h",
309 "platform/WebScrollbarLayer.h", 310 "platform/WebScrollbarLayer.h",
310 "platform/WebScrollbarOverlayColorTheme.h", 311 "platform/WebScrollbarOverlayColorTheme.h",
311 "platform/WebScrollbarThemeGeometry.h", 312 "platform/WebScrollbarThemeGeometry.h",
312 "platform/WebScrollbarThemePainter.h", 313 "platform/WebScrollbarThemePainter.h",
313 "platform/WebSecurityOrigin.h", 314 "platform/WebSecurityOrigin.h",
314 "platform/WebSecurityStyle.h", 315 "platform/WebSecurityStyle.h",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "web/WebPopupMenuInfo.h", 550 "web/WebPopupMenuInfo.h",
550 "web/WebPopupType.h", 551 "web/WebPopupType.h",
551 "web/WebPrerendererClient.h", 552 "web/WebPrerendererClient.h",
552 "web/WebPrintParams.h", 553 "web/WebPrintParams.h",
553 "web/WebPrintPresetOptions.h", 554 "web/WebPrintPresetOptions.h",
554 "web/WebPrintScalingOption.h", 555 "web/WebPrintScalingOption.h",
555 "web/WebRange.h", 556 "web/WebRange.h",
556 "web/WebRemoteFrame.h", 557 "web/WebRemoteFrame.h",
557 "web/WebRemoteFrameClient.h", 558 "web/WebRemoteFrameClient.h",
558 "web/WebRenderTheme.h", 559 "web/WebRenderTheme.h",
559 "web/WebRuntimeFeatures.h",
560 "web/WebSandboxFlags.h", 560 "web/WebSandboxFlags.h",
561 "web/WebScopedUserGesture.h", 561 "web/WebScopedUserGesture.h",
562 "web/WebScopedWindowFocusAllowedIndicator.h", 562 "web/WebScopedWindowFocusAllowedIndicator.h",
563 "web/WebScriptController.h", 563 "web/WebScriptController.h",
564 "web/WebScriptExecutionCallback.h", 564 "web/WebScriptExecutionCallback.h",
565 "web/WebScriptSource.h", 565 "web/WebScriptSource.h",
566 "web/WebSearchableFormData.h", 566 "web/WebSearchableFormData.h",
567 "web/WebSecurityPolicy.h", 567 "web/WebSecurityPolicy.h",
568 "web/WebSelectElement.h", 568 "web/WebSelectElement.h",
569 "web/WebSelection.h", 569 "web/WebSelection.h",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 sources = [ 824 sources = [
825 "web/ConsoleMessageStructTraits.cpp", 825 "web/ConsoleMessageStructTraits.cpp",
826 "web/ConsoleMessageStructTraits.h", 826 "web/ConsoleMessageStructTraits.h",
827 ] 827 ]
828 deps = [ 828 deps = [
829 ":blink_headers", 829 ":blink_headers",
830 ":mojo_bindings_shared__generator", 830 ":mojo_bindings_shared__generator",
831 "//mojo/public/cpp/bindings:struct_traits", 831 "//mojo/public/cpp/bindings:struct_traits",
832 ] 832 ]
833 } 833 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | third_party/WebKit/public/platform/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698