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

Side by Side Diff: ui/file_manager/video_player/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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../../../webui/resources/js/cr/ui/array_data_model.js', 56 '../../../webui/resources/js/cr/ui/array_data_model.js',
57 '../../../webui/resources/js/cr/ui/position_util.js', 57 '../../../webui/resources/js/cr/ui/position_util.js',
58 '../../../webui/resources/js/cr/ui/menu_item.js', 58 '../../../webui/resources/js/cr/ui/menu_item.js',
59 '../../../webui/resources/js/cr/ui/menu.js', 59 '../../../webui/resources/js/cr/ui/menu.js',
60 '../../../webui/resources/js/cr/ui/menu_button.js', 60 '../../../webui/resources/js/cr/ui/menu_button.js',
61 '../../../webui/resources/js/cr/ui/command.js', 61 '../../../webui/resources/js/cr/ui/command.js',
62 '../../../webui/resources/js/cr/ui/context_menu_handler.js', 62 '../../../webui/resources/js/cr/ui/context_menu_handler.js',
63 # Referenced in common/js/util.js. 63 # Referenced in common/js/util.js.
64 # TODO(yawano): Remove dependency to cr/ui/dialogs from common/js/util .js. 64 # TODO(yawano): Remove dependency to cr/ui/dialogs from common/js/util .js.
65 '../../../webui/resources/js/cr/ui/dialogs.js', 65 '../../../webui/resources/js/cr/ui/dialogs.js',
66 '../../../webui/resources/js/compiled_resources.gyp:i18n_template_no_p rocess', 66 '../../../webui/resources/js/i18n_template_no_process.js',
67 '../../file_manager/common/js/async_util.js', 67 '../../file_manager/common/js/async_util.js',
68 '../../file_manager/common/js/file_type.js', 68 '../../file_manager/common/js/file_type.js',
69 '../../file_manager/common/js/util.js', 69 '../../file_manager/common/js/util.js',
70 '../../file_manager/common/js/volume_manager_common.js', 70 '../../file_manager/common/js/volume_manager_common.js',
71 '../../file_manager/foreground/js/mouse_inactivity_watcher.js', 71 '../../file_manager/foreground/js/mouse_inactivity_watcher.js',
72 '../../file_manager/foreground/js/volume_manager_wrapper.js', 72 '../../file_manager/foreground/js/volume_manager_wrapper.js',
73 # Referenced in volume_manager_wrapper.js. 73 # Referenced in volume_manager_wrapper.js.
74 '../../file_manager/background/js/volume_manager.js', 74 '../../file_manager/background/js/volume_manager.js',
75 'cast/cast_extension_discoverer.js', 75 'cast/cast_extension_discoverer.js',
76 'cast/cast_video_element.js', 76 'cast/cast_video_element.js',
(...skipping 14 matching lines...) Expand all
91 '../../externs/video_player_foreground.js', 91 '../../externs/video_player_foreground.js',
92 ], 92 ],
93 }, 93 },
94 'includes': [ 94 'includes': [
95 '../../../../third_party/closure_compiler/compile_js.gypi' 95 '../../../../third_party/closure_compiler/compile_js.gypi'
96 ], 96 ],
97 } 97 }
98 ], 98 ],
99 } 99 }
100 100
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | ui/webui/resources/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698