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

Unified Diff: ui/webui/resources/js/compiled_resources.gyp

Issue 2887253006: Closure: remove older, original GYP compilation system (Closed)
Patch Set: compiled_resources.gypi Created 3 years, 7 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 | « ui/keyboard/resources/compiled_resources.gyp ('k') | ui/webui/resources/js/cr/ui/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/compiled_resources.gyp
diff --git a/ui/webui/resources/js/compiled_resources.gyp b/ui/webui/resources/js/compiled_resources.gyp
deleted file mode 100644
index a57647360f928db6d614acf026ee7ad1d5bdc07b..0000000000000000000000000000000000000000
--- a/ui/webui/resources/js/compiled_resources.gyp
+++ /dev/null
@@ -1,65 +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': 'assert',
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'cr',
- 'variables': {
- 'depends': ['compiled_resources.gyp:promise_resolver'],
- 'externs': ['../../../../third_party/closure_compiler/externs/chrome_send.js'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'event_tracker',
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'i18n_template_no_process',
- 'variables': {
- 'depends': ['compiled_resources.gyp:load_time_data'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'i18n_template',
- 'variables': {
- 'depends': ['compiled_resources.gyp:i18n_template_no_process'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'load_time_data',
- 'variables': {
- 'depends': [
- '../../../../third_party/jstemplate/util.js',
- '../../../../third_party/jstemplate/jsevalcontext.js',
- '../../../../third_party/jstemplate/jstemplate.js',
- ],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'parse_html_subset',
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'promise_resolver',
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- {
- 'target_name': 'util',
- 'variables': {
- 'depends': ['compiled_resources.gyp:cr', 'assert.js'],
- # TODO(jlklein): Get <(VARIABLES) in transient externs/depends working.
- 'externs': ['../../../../third_party/closure_compiler/externs/chrome_send.js'],
- },
- 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
- },
- ],
-}
« no previous file with comments | « ui/keyboard/resources/compiled_resources.gyp ('k') | ui/webui/resources/js/cr/ui/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698