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

Side by Side Diff: ui/file_manager/audio_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 | « no previous file | ui/file_manager/externs/app_window_common.js » ('j') | 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../elements/track_list.js', 100 '../elements/track_list.js',
101 '../elements/audio_player.js', 101 '../elements/audio_player.js',
102 '../elements/repeat_button.js', 102 '../elements/repeat_button.js',
103 ], 103 ],
104 'externs': [ 104 'externs': [
105 '<(EXTERNS_DIR)/chrome_extensions.js', 105 '<(EXTERNS_DIR)/chrome_extensions.js',
106 '<(EXTERNS_DIR)/chrome_send.js', 106 '<(EXTERNS_DIR)/chrome_send.js',
107 '<(EXTERNS_DIR)/file_manager_private.js', 107 '<(EXTERNS_DIR)/file_manager_private.js',
108 '<(EXTERNS_DIR)/metrics_private.js', 108 '<(EXTERNS_DIR)/metrics_private.js',
109 '../../../../third_party/analytics/externs.js', 109 '../../../../third_party/analytics/externs.js',
110 '../../externs/app_window_common.js',
110 '../../externs/audio_player_foreground.js', 111 '../../externs/audio_player_foreground.js',
111 '../../externs/background_window_common.js', 112 '../../externs/background_window_common.js',
112 '../../externs/chrome_test.js', 113 '../../externs/chrome_test.js',
113 '../../externs/entry_location.js', 114 '../../externs/entry_location.js',
114 '../../externs/es6_workaround.js', 115 '../../externs/es6_workaround.js',
115 '../../externs/platform.js', 116 '../../externs/platform.js',
116 '../../externs/volume_info.js', 117 '../../externs/volume_info.js',
117 '../../externs/volume_info_list.js', 118 '../../externs/volume_info_list.js',
118 '../../externs/volume_manager.js', 119 '../../externs/volume_manager.js',
119 ], 120 ],
120 }, 121 },
121 'includes': [ 122 'includes': [
122 '../../compile_js.gypi', 123 '../../compile_js.gypi',
123 ], 124 ],
124 } 125 }
125 ], 126 ],
126 } 127 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/externs/app_window_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698