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

Side by Side Diff: ui/file_manager/gallery/js/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'background', 7 'target_name': 'background',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../../../webui/resources/js/cr/event_target.js', 50 '../../../webui/resources/js/cr/event_target.js',
51 '../../../webui/resources/js/cr/ui/touch_handler.js', 51 '../../../webui/resources/js/cr/ui/touch_handler.js',
52 '../../../webui/resources/js/cr/ui/array_data_model.js', 52 '../../../webui/resources/js/cr/ui/array_data_model.js',
53 '../../../webui/resources/js/cr/ui/dialogs.js', 53 '../../../webui/resources/js/cr/ui/dialogs.js',
54 '../../../webui/resources/js/cr/ui/list_item.js', 54 '../../../webui/resources/js/cr/ui/list_item.js',
55 '../../../webui/resources/js/cr/ui/list_selection_model.js', 55 '../../../webui/resources/js/cr/ui/list_selection_model.js',
56 '../../../webui/resources/js/cr/ui/list_single_selection_model.js', 56 '../../../webui/resources/js/cr/ui/list_single_selection_model.js',
57 '../../../webui/resources/js/cr/ui/list_selection_controller.js', 57 '../../../webui/resources/js/cr/ui/list_selection_controller.js',
58 '../../../webui/resources/js/cr/ui/list.js', 58 '../../../webui/resources/js/cr/ui/list.js',
59 '../../../webui/resources/js/cr/ui/grid.js', 59 '../../../webui/resources/js/cr/ui/grid.js',
60 '../../../webui/resources/js/compiled_resources.gyp:i18n_template_no_p rocess', 60 '../../../webui/resources/js/i18n_template_no_process.js',
61 '../../file_manager/common/js/volume_manager_common.js', 61 '../../file_manager/common/js/volume_manager_common.js',
62 '../../file_manager/common/js/lru_cache.js', 62 '../../file_manager/common/js/lru_cache.js',
63 '../../file_manager/common/js/async_util.js', 63 '../../file_manager/common/js/async_util.js',
64 '../../file_manager/common/js/file_type.js', 64 '../../file_manager/common/js/file_type.js',
65 '../../file_manager/common/js/util.js', 65 '../../file_manager/common/js/util.js',
66 '../../file_manager/common/js/metrics_base.js', 66 '../../file_manager/common/js/metrics_base.js',
67 '../../file_manager/common/js/metrics.js', 67 '../../file_manager/common/js/metrics.js',
68 '../../file_manager/foreground/js/metrics_start.js', 68 '../../file_manager/foreground/js/metrics_start.js',
69 '../../file_manager/foreground/js/metadata/content_metadata_provider.j s', 69 '../../file_manager/foreground/js/metadata/content_metadata_provider.j s',
70 '../../file_manager/foreground/js/metadata/exif_constants.js', 70 '../../file_manager/foreground/js/metadata/exif_constants.js',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../../externs/platform.js', 117 '../../externs/platform.js',
118 '../../externs/webview_tag.js', 118 '../../externs/webview_tag.js',
119 ], 119 ],
120 }, 120 },
121 'includes': [ 121 'includes': [
122 '../../../../third_party/closure_compiler/compile_js.gypi' 122 '../../../../third_party/closure_compiler/compile_js.gypi'
123 ], 123 ],
124 } 124 }
125 ], 125 ],
126 } 126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698