summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authortdanderson <tdanderson@chromium.org>2016-01-05 09:50:43 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-05 17:51:41 +0000
commitb161d2c9aab0c7eff442ba9c90303d8bce22880f (patch)
tree6047bce1a4fda488c6170b5f932bab61d317e4db /ash/ash.gyp
parent15dfe4497acc9320e7453e38edec62acbf237716 (diff)
downloadchromium_src-b161d2c9aab0c7eff442ba9c90303d8bce22880f.zip
chromium_src-b161d2c9aab0c7eff442ba9c90303d8bce22880f.tar.gz
chromium_src-b161d2c9aab0c7eff442ba9c90303d8bce22880f.tar.bz2
Do not use assets for Ash window control button backgrounds
Paints the hovered/pressed background colors of the Ash frame caption buttons programmatically and deletes the now-obsolete asset files. Also introduces ash_layout_constants.cc in order to parameterize the constants which have different values for material design; this is used to specify the caption button dimensions which were previously given by assets. BUG=569062 TEST=ash_unittests.* Review URL: https://codereview.chromium.org/1505223004 Cr-Commit-Position: refs/heads/master@{#367566}
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 960d9aa..292f1cf 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -33,6 +33,8 @@
'ash_constants.cc',
'ash_constants.h',
'ash_export.h',
+ 'ash_layout_constants.cc',
+ 'ash_layout_constants.h',
'ash_switches.cc',
'ash_switches.h',
'ash_touch_exploration_manager_chromeos.cc',