| Index: chrome/browser/resources/extensions/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/extensions/compiled_resources.gyp b/chrome/browser/resources/extensions/compiled_resources.gyp
|
| deleted file mode 100644
|
| index cef92ada285070e457a20115201ad405e2285f6f..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/extensions/compiled_resources.gyp
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -# Copyright 2014 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': 'extensions',
|
| - 'variables': {
|
| - 'depends': [
|
| - '../../../../ui/webui/resources/js/assert.js',
|
| - '../../../../ui/webui/resources/js/assert.js',
|
| - '../../../../ui/webui/resources/js/cr.js',
|
| - '../../../../ui/webui/resources/js/cr/event_target.js',
|
| - '../../../../ui/webui/resources/js/cr/ui.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/alert_overlay.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/array_data_model.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/drag_wrapper.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/focus_manager.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/focus_outline_manager.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/list.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/list_item.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/list_selection_controller.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/list_selection_model.js',
|
| - '../../../../ui/webui/resources/js/cr/ui/overlay.js',
|
| - '../../../../ui/webui/resources/js/load_time_data.js',
|
| - '../../../../ui/webui/resources/js/util.js',
|
| - ],
|
| - 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
|
| - },
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
|
| - }
|
| - ],
|
| -}
|
|
|