| Index: ash/ash_touch_hud.gyp
|
| diff --git a/ash/ash_touch_hud.gyp b/ash/ash_touch_hud.gyp
|
| deleted file mode 100644
|
| index 80b02475d072505be935208286fe420285671607..0000000000000000000000000000000000000000
|
| --- a/ash/ash_touch_hud.gyp
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -# Copyright 2016 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.
|
| -
|
| -{
|
| - 'targets': [
|
| - {
|
| - # GN version: //ash/touch_hud
|
| - 'target_name': 'ash_touch_hud',
|
| - 'type': '<(component)',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../skia/skia.gyp:skia',
|
| - '../ui/events/events.gyp:events',
|
| - '../ui/gfx/gfx.gyp:gfx',
|
| - '../ui/views/views.gyp:views',
|
| - ],
|
| - 'defines': [
|
| - 'ASH_TOUCH_HUD_IMPLEMENTATION',
|
| - ],
|
| - 'sources': [
|
| - 'touch_hud/ash_touch_hud_export.h',
|
| - 'touch_hud/touch_hud_renderer.cc',
|
| - 'touch_hud/touch_hud_renderer.h',
|
| - ],
|
| - },
|
| -}
|
|
|