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

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

Issue 625813003: Add externs for file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/image_loader/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 '../../../webui/resources/js/cr.js', 10 '../../../webui/resources/js/cr.js',
11 '../../../webui/resources/js/cr/event_target.js', 11 '../../../webui/resources/js/cr/event_target.js',
12 '../../../webui/resources/js/cr/ui/array_data_model.js', 12 '../../../webui/resources/js/cr/ui/array_data_model.js',
13 '../../../webui/resources/js/load_time_data.js', 13 '../../../webui/resources/js/load_time_data.js',
14 '../../file_manager/common/js/util.js', 14 '../../file_manager/common/js/util.js',
15 '../../file_manager/common/js/async_util.js', 15 '../../file_manager/common/js/async_util.js',
16 '../../file_manager/common/js/volume_manager_common.js', 16 '../../file_manager/common/js/volume_manager_common.js',
17 '../../file_manager/background/js/volume_manager.js', 17 '../../file_manager/background/js/volume_manager.js',
18 '../../file_manager/foreground/js/file_type.js', 18 '../../file_manager/foreground/js/file_type.js',
19 'error_util.js', 19 'error_util.js',
20 'test_util.js', 20 'test_util.js',
21 ], 21 ],
22 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], 22 'externs': [
23 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
24 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
25 '<(CLOSURE_DIR)/externs/file_manager_private.js',
26 ],
23 }, 27 },
24 'includes': [ 28 'includes': [
25 '../../../../third_party/closure_compiler/compile_js.gypi' 29 '../../../../third_party/closure_compiler/compile_js.gypi'
26 ], 30 ],
27 }, 31 },
28 { 32 {
29 'target_name': 'video_player_scripts', 33 'target_name': 'video_player_scripts',
30 'variables': { 34 'variables': {
31 'depends': [ 35 'depends': [
32 ], 36 ],
33 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], 37 'externs': [
38 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
39 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
40 '<(CLOSURE_DIR)/externs/file_manager_private.js',
41 '<(CLOSURE_DIR)/externs/media_player_private.js',
42 ],
34 }, 43 },
35 'includes': [ 44 'includes': [
36 '../../../../third_party/closure_compiler/compile_js.gypi' 45 '../../../../third_party/closure_compiler/compile_js.gypi'
37 ], 46 ],
38 } 47 }
39 ], 48 ],
40 } 49 }
41 50
OLDNEW
« no previous file with comments | « ui/file_manager/image_loader/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698