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

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

Issue 2853333003: Print preview: Migrate compiled_resources to newer syntax. (Closed)
Patch Set: Created 3 years, 8 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 | chrome/browser/resources/print_preview/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/compiled_resources.gyp
diff --git a/chrome/browser/resources/print_preview/compiled_resources.gyp b/chrome/browser/resources/print_preview/compiled_resources.gyp
deleted file mode 100644
index 2f0576586b0507c1525530d5b06b306d6f5137b3..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/print_preview/compiled_resources.gyp
+++ /dev/null
@@ -1,25 +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': 'print_preview',
- 'variables': {
- 'depends': [
- '../../../../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/focus_manager.js',
- '../../../../ui/webui/resources/js/cr/ui/focus_outline_manager.js',
- '../../../../ui/webui/resources/js/event_tracker.js',
- '../../../../ui/webui/resources/js/load_time_data.js',
- '../../../../ui/webui/resources/js/promise_resolver.js',
- '../../../../ui/webui/resources/js/util.js',
- ],
- 'externs': ['<(EXTERNS_DIR)/chrome_send.js'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- }
- ],
-}
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698