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

Side by Side Diff: ui/file_manager/video_player/js/compiled_resources.gyp

Issue 2606663002: Files app: Compile common/js/util.js (Closed)
Patch Set: Remove redundant appID. Created 3 years, 12 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
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'cast/caster.js', 107 'cast/caster.js',
108 'media_controls.js', 108 'media_controls.js',
109 ], 109 ],
110 'externs': [ 110 'externs': [
111 '<(EXTERNS_DIR)/chrome_extensions.js', 111 '<(EXTERNS_DIR)/chrome_extensions.js',
112 '<(EXTERNS_DIR)/chrome_send.js', 112 '<(EXTERNS_DIR)/chrome_send.js',
113 '<(EXTERNS_DIR)/file_manager_private.js', 113 '<(EXTERNS_DIR)/file_manager_private.js',
114 '<(EXTERNS_DIR)/media_player_private.js', 114 '<(EXTERNS_DIR)/media_player_private.js',
115 '<(EXTERNS_DIR)/metrics_private.js', 115 '<(EXTERNS_DIR)/metrics_private.js',
116 '../../../../third_party/analytics/externs.js', 116 '../../../../third_party/analytics/externs.js',
117 '../../externs/app_window_common.js',
117 '../../externs/background_window_common.js', 118 '../../externs/background_window_common.js',
118 '../../externs/chrome_test.js', 119 '../../externs/chrome_test.js',
119 '../../externs/chrome_cast.js', 120 '../../externs/chrome_cast.js',
120 '../../externs/chrome_webstore_widget_private.js', 121 '../../externs/chrome_webstore_widget_private.js',
121 '../../externs/entry_location.js', 122 '../../externs/entry_location.js',
122 '../../externs/es6_workaround.js', 123 '../../externs/es6_workaround.js',
123 '../../externs/platform.js', 124 '../../externs/platform.js',
124 '../../externs/video_player_foreground.js',
125 '../../externs/volume_info.js', 125 '../../externs/volume_info.js',
126 '../../externs/volume_info_list.js', 126 '../../externs/volume_info_list.js',
127 '../../externs/volume_manager.js', 127 '../../externs/volume_manager.js',
128 ], 128 ],
129 }, 129 },
130 'includes': [ 130 'includes': [
131 '../../compile_js.gypi', 131 '../../compile_js.gypi',
132 ], 132 ],
133 } 133 }
134 ], 134 ],
135 } 135 }
136 136
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698