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

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

Issue 2426793002: Aura overlay scrollbars adjust color for dark backgrounds (Closed)
Patch Set: fix test Created 4 years, 1 month 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "platform/WebRTCVoidRequest.h", 266 "platform/WebRTCVoidRequest.h",
267 "platform/WebRect.h", 267 "platform/WebRect.h",
268 "platform/WebReferrerPolicy.h", 268 "platform/WebReferrerPolicy.h",
269 "platform/WebRenderingStats.h", 269 "platform/WebRenderingStats.h",
270 "platform/WebScheduler.h", 270 "platform/WebScheduler.h",
271 "platform/WebScreenInfo.h", 271 "platform/WebScreenInfo.h",
272 "platform/WebScrollbar.h", 272 "platform/WebScrollbar.h",
273 "platform/WebScrollbarBehavior.h", 273 "platform/WebScrollbarBehavior.h",
274 "platform/WebScrollbarButtonsPlacement.h", 274 "platform/WebScrollbarButtonsPlacement.h",
275 "platform/WebScrollbarLayer.h", 275 "platform/WebScrollbarLayer.h",
276 "platform/WebScrollbarOverlayColorTheme.h",
276 "platform/WebScrollbarThemeGeometry.h", 277 "platform/WebScrollbarThemeGeometry.h",
277 "platform/WebScrollbarThemePainter.h", 278 "platform/WebScrollbarThemePainter.h",
278 "platform/WebSecurityOrigin.h", 279 "platform/WebSecurityOrigin.h",
279 "platform/WebSecurityStyle.h", 280 "platform/WebSecurityStyle.h",
280 "platform/WebSelectionBound.h", 281 "platform/WebSelectionBound.h",
281 "platform/WebSetSinkIdCallbacks.h", 282 "platform/WebSetSinkIdCallbacks.h",
282 "platform/WebSize.h", 283 "platform/WebSize.h",
283 "platform/WebSourceBuffer.h", 284 "platform/WebSourceBuffer.h",
284 "platform/WebSourceBufferClient.h", 285 "platform/WebSourceBufferClient.h",
285 "platform/WebSourceInfo.h", 286 "platform/WebSourceInfo.h",
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 # relegated to a separate target to avoid duplication between the variants. 749 # relegated to a separate target to avoid duplication between the variants.
749 source_set("shared_typemap_traits") { 750 source_set("shared_typemap_traits") {
750 visibility = [ ":*" ] 751 visibility = [ ":*" ]
751 sources = [ 752 sources = [
752 "web/WindowFeaturesStructTraits.cpp", 753 "web/WindowFeaturesStructTraits.cpp",
753 ] 754 ]
754 deps = [ 755 deps = [
755 ":new_wrapper_types_mojo_bindings_shared__generator", 756 ":new_wrapper_types_mojo_bindings_shared__generator",
756 ] 757 ]
757 } 758 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/public/platform/WebScrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698