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

Side by Side Diff: components/chrome_apps/webstore_widget/app/compiled_resources.gyp

Issue 1234753002: Revert "Teach i18nTemplate.process() to handle <link rel=import> and <template>" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'main', 7 'target_name': 'main',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '<@(cws_widget_container)', 10 '<@(cws_widget_container)',
11 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 11 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
12 '../../../../ui/webui/resources/js/compiled_resources.gyp:i18n_templat e_no_process', 12 '../../../../ui/webui/resources/js/i18n_template_no_process.js',
13 '../../../../ui/webui/resources/js/load_time_data.js', 13 '../../../../ui/webui/resources/js/load_time_data.js',
14 ], 14 ],
15 'externs': [ 15 'externs': [
16 '<(EXTERNS_DIR)/chrome_send.js', 16 '<(EXTERNS_DIR)/chrome_send.js',
17 '<(EXTERNS_DIR)/chrome_extensions.js', 17 '<(EXTERNS_DIR)/chrome_extensions.js',
18 '<(EXTERNS_DIR)/file_manager_private.js', 18 '<(EXTERNS_DIR)/file_manager_private.js',
19 '<(EXTERNS_DIR)/metrics_private.js', 19 '<(EXTERNS_DIR)/metrics_private.js',
20 '../externs/chrome_webstore_widget_private.js', 20 '../externs/chrome_webstore_widget_private.js',
21 '../externs/webview_tag.js' 21 '../externs/webview_tag.js'
22 ] 22 ]
(...skipping 10 matching lines...) Expand all
33 '<(EXTERNS_DIR)/chrome_extensions.js', 33 '<(EXTERNS_DIR)/chrome_extensions.js',
34 '../externs/chrome_webstore_widget_private.js' 34 '../externs/chrome_webstore_widget_private.js'
35 ] 35 ]
36 }, 36 },
37 'includes': [ 37 'includes': [
38 '../../../../third_party/closure_compiler/compile_js.gypi' 38 '../../../../third_party/closure_compiler/compile_js.gypi'
39 ] 39 ]
40 } 40 }
41 ] 41 ]
42 } 42 }
OLDNEW
« no previous file with comments | « chrome/test/data/webui/webui_resource_browsertest.cc ('k') | third_party/closure_compiler/externs/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698