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

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

Issue 821623002: Combine resources at video_player/js/compiled_resources.gyp for closure compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | 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',
(...skipping 12 matching lines...) Expand all
23 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', 23 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
24 '<(CLOSURE_DIR)/externs/chrome_extensions.js', 24 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
25 '<(CLOSURE_DIR)/externs/file_manager_private.js', 25 '<(CLOSURE_DIR)/externs/file_manager_private.js',
26 ], 26 ],
27 }, 27 },
28 'includes': [ 28 'includes': [
29 '../../../../third_party/closure_compiler/compile_js.gypi' 29 '../../../../third_party/closure_compiler/compile_js.gypi'
30 ], 30 ],
31 }, 31 },
32 { 32 {
33 'target_name': 'video_player_scripts', 33 'target_name': 'video_player',
34 'variables': { 34 'variables': {
35 'depends': [ 35 'depends': [
36 'error_util.js',
37 '../../file_manager/foreground/js/metrics_base.js',
38 'video_player_metrics.js',
39 '../../../webui/resources/js/cr.js',
40 '../../../webui/resources/js/load_time_data.js',
41 '../../../webui/resources/js/event_tracker.js',
42 '../../../webui/resources/js/cr/ui.js',
43 '../../../webui/resources/js/cr/event_target.js',
44 '../../../webui/resources/js/cr/ui/array_data_model.js',
45 '../../../webui/resources/js/cr/ui/position_util.js',
46 '../../../webui/resources/js/cr/ui/menu_item.js',
47 '../../../webui/resources/js/cr/ui/menu.js',
48 '../../../webui/resources/js/cr/ui/menu_button.js',
49 '../../../webui/resources/js/cr/ui/context_menu_handler.js',
50 '../../../webui/resources/js/load_time_data.js',
51 '../../../webui/resources/js/i18n_template_no_process.js',
52 '../../file_manager/common/js/async_util.js',
53 '../../file_manager/common/js/file_type.js',
54 '../../file_manager/common/js/util.js',
55 '../../file_manager/common/js/volume_manager_common.js',
56 '../../file_manager/foreground/js/mouse_inactivity_watcher.js',
57 '../../file_manager/foreground/js/volume_manager_wrapper.js',
58 'cast/cast_extension_discoverer.js',
59 'cast/cast_video_element.js',
60 'cast/media_manager.js',
61 'cast/caster.js',
62 'media_controls.js',
36 ], 63 ],
37 'externs': [ 64 'externs': [
38 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', 65 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
39 '<(CLOSURE_DIR)/externs/chrome_extensions.js', 66 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
40 '<(CLOSURE_DIR)/externs/file_manager_private.js', 67 '<(CLOSURE_DIR)/externs/file_manager_private.js',
41 '<(CLOSURE_DIR)/externs/media_player_private.js', 68 '<(CLOSURE_DIR)/externs/media_player_private.js',
42 '../../externs/chrome_cast.js', 69 '../../externs/chrome_cast.js',
43 ], 70 ],
44 }, 71 },
45 'includes': [ 72 'includes': [
46 '../../../../third_party/closure_compiler/compile_js.gypi' 73 '../../../../third_party/closure_compiler/compile_js.gypi'
47 ], 74 ],
48 } 75 }
49 ], 76 ],
50 } 77 }
51 78
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698