Index: chrome/browser/resources/chromeos/compiled_resources.gyp |
diff --git a/chrome/browser/resources/chromeos/compiled_resources.gyp b/chrome/browser/resources/chromeos/compiled_resources.gyp |
deleted file mode 100644 |
index d30d11693f026a46d187927f8ad19e5aa6840b77..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/chromeos/compiled_resources.gyp |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-# Copyright 2015 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': 'bluetooth_pair_device', |
- 'variables': { |
- 'depends': [ |
- '../../../../chrome/browser/resources/options/compiled_resources.gyp:options_bundle', |
- ], |
- 'externs': ['<(EXTERNS_DIR)/chrome_send.js'], |
- }, |
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
- }, |
- { |
- 'target_name': 'certificate_manager_dialog', |
- 'variables': { |
- 'depends': [ |
- '../../../../chrome/browser/resources/options/compiled_resources.gyp:options_bundle', |
- ], |
- 'externs': ['<(EXTERNS_DIR)/chrome_send.js'], |
- }, |
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
- }, |
- ], |
-} |