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

Unified Diff: components/chrome_apps/webstore_widget/app/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 | « PRESUBMIT_test.py ('k') | components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_apps/webstore_widget/app/compiled_resources.gyp
diff --git a/components/chrome_apps/webstore_widget/app/compiled_resources.gyp b/components/chrome_apps/webstore_widget/app/compiled_resources.gyp
deleted file mode 100644
index 2477d32bd06715e3315986148dd1b27031933a66..0000000000000000000000000000000000000000
--- a/components/chrome_apps/webstore_widget/app/compiled_resources.gyp
+++ /dev/null
@@ -1,42 +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': 'main',
- 'variables': {
- 'depends': [
- '<@(cws_widget_container)',
- '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
- '../../../../ui/webui/resources/js/compiled_resources.gyp:i18n_template_no_process',
- '../../../../ui/webui/resources/js/load_time_data.js',
- ],
- 'externs': [
- '<(EXTERNS_DIR)/chrome_send.js',
- '<(EXTERNS_DIR)/chrome_extensions.js',
- '<(EXTERNS_DIR)/file_manager_private.js',
- '<(EXTERNS_DIR)/metrics_private.js',
- '../externs/chrome_webstore_widget_private.js',
- '../externs/webview_tag.js'
- ]
- },
- 'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi',
- '../cws_widget/compiled_resources.gypi'
- ]
- },
- {
- 'target_name': 'background',
- 'variables': {
- 'externs': [
- '<(EXTERNS_DIR)/chrome_extensions.js',
- '../externs/chrome_webstore_widget_private.js'
- ]
- },
- 'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
- ]
- }
- ]
-}
« no previous file with comments | « PRESUBMIT_test.py ('k') | components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698