Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: chrome/browser/resources/md_history/compiled_resources.gyp

Issue 1773173004: Closure: remove md_history's v1 compiled_resources.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/compiled_resources.gyp
diff --git a/chrome/browser/resources/md_history/compiled_resources.gyp b/chrome/browser/resources/md_history/compiled_resources.gyp
deleted file mode 100644
index 0714b0402f74919bf57a4190a74eacf9281aab70..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/md_history/compiled_resources.gyp
+++ /dev/null
@@ -1,37 +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.
-
-# Closure compiler definition for MD History.
-{
- 'targets': [
- {
- 'target_name': 'history',
-
- 'variables': {
- 'depends': [
- '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-keys-behavior/iron-a11y-keys-behavior-extracted.js',
- '../../../../third_party/polymer/v1_0/components-chromium/iron-list/iron-list-extracted.js',
- '../../../../third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js',
- '../../../../third_party/polymer/v1_0/components-chromium/iron-scroll-target-behavior/iron-scroll-target-behavior-extracted.js',
- '../../../../ui/webui/resources/cr_elements/cr_search_field/cr_search_field.js',
- '../../../../ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources.gyp:cr_shared_menu',
- '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
- '../../../../ui/webui/resources/js/load_time_data.js',
- '../../../../ui/webui/resources/js/promise_resolver.js',
- '../../../../ui/webui/resources/js/util.js',
- 'history.js',
- 'history_item.js',
- 'history_list.js',
- 'history_toolbar.js',
- ],
- 'externs': [
- '<(EXTERNS_DIR)/chrome_send.js',
- '../history/externs.js',
- ],
- },
-
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- ],
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698