Index: ash/ash_resources.gypi |
diff --git a/ash/ash_resources.gypi b/ash/ash_resources.gypi |
deleted file mode 100644 |
index 68d93efae76fb05eea7dd8fe3747c3e2e7e9f2f9..0000000000000000000000000000000000000000 |
--- a/ash/ash_resources.gypi |
+++ /dev/null |
@@ -1,25 +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. |
- |
-{ |
- 'targets': [ |
- { |
- 'target_name': 'ash_resources', |
- 'type': 'none', |
- 'variables': { |
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/resources', |
- }, |
- 'actions': [ |
- { |
- 'action_name': 'ash_resources', |
- 'variables': { |
- 'grit_grd_file': 'resources/ash_resources.grd', |
- }, |
- 'includes': [ '../build/grit_action.gypi' ], |
- }, |
- ], |
- 'includes': [ '../build/grit_target.gypi' ], |
- }, |
- ], |
-} |