| Index: ash/common/ash_constants.cc
|
| diff --git a/ash/common/ash_constants.cc b/ash/common/ash_constants.cc
|
| deleted file mode 100644
|
| index 0d0a5a99ec07f25752d042b6062aed472cda8f78..0000000000000000000000000000000000000000
|
| --- a/ash/common/ash_constants.cc
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "ash/common/ash_constants.h"
|
| -
|
| -#include "third_party/skia/include/core/SkColor.h"
|
| -#include "ui/gfx/color_palette.h"
|
| -
|
| -namespace ash {
|
| -
|
| -const int kResizeAreaCornerSize = 16;
|
| -const int kResizeOutsideBoundsSize = 6;
|
| -const int kResizeOutsideBoundsScaleForTouch = 5;
|
| -const int kResizeInsideBoundsSize = 1;
|
| -
|
| -const SkColor kChromeOsBootColor = SkColorSetRGB(0xfe, 0xfe, 0xfe);
|
| -
|
| -const SkColor kFocusBorderColor = SkColorSetA(gfx::kGoogleBlue500, 0x99);
|
| -const int kFocusBorderThickness = 2;
|
| -
|
| -const int kDefaultLargeCursorSize = 64;
|
| -
|
| -} // namespace ash
|
|
|