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

Unified Diff: ui/native_theme/BUILD.gn

Issue 2480063002: Split NativeThemeAura into Overlay and NonOverlay versions. (Closed)
Patch Set: Fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/BUILD.gn
diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn
index fb2296879bfef08a2415aa800ddeef1e94ac3743..9c22a22afe1c4aaf8b2057497720c2af295a5852 100644
--- a/ui/native_theme/BUILD.gn
+++ b/ui/native_theme/BUILD.gn
@@ -27,6 +27,8 @@ component("native_theme") {
sources += [
"native_theme_aura.cc",
"native_theme_aura.h",
+ "native_theme_aura_overlay.cc",
+ "native_theme_aura_overlay.h",
"native_theme_dark_aura.cc",
"native_theme_dark_aura.h",
"overlay_scrollbar_constants_aura.h",
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | ui/native_theme/native_theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698