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

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

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 22 matching lines...) Expand all
33 'externs': [ 33 'externs': [
34 '<(EXTERNS_DIR)/chrome_send.js', 34 '<(EXTERNS_DIR)/chrome_send.js',
35 '<(EXTERNS_DIR)/chrome_extensions.js', 35 '<(EXTERNS_DIR)/chrome_extensions.js',
36 '<(EXTERNS_DIR)/file_manager_private.js', 36 '<(EXTERNS_DIR)/file_manager_private.js',
37 '<(EXTERNS_DIR)/metrics_private.js', 37 '<(EXTERNS_DIR)/metrics_private.js',
38 '../../../../third_party/analytics/externs.js', 38 '../../../../third_party/analytics/externs.js',
39 '../../externs/chrome_test.js', 39 '../../externs/chrome_test.js',
40 '../../externs/es6_workaround.js', 40 '../../externs/es6_workaround.js',
41 '../../externs/platform.js', 41 '../../externs/platform.js',
42 ], 42 ],
43 'closure_args': [
44 'warning_level=VERBOSE'
45 ]
43 }, 46 },
44 'includes': [ 47 'includes': [
45 '../../../../third_party/closure_compiler/compile_js.gypi' 48 '../../../../third_party/closure_compiler/compile_js.gypi'
46 ], 49 ],
47 }, 50 },
48 { 51 {
49 'target_name': 'video_player', 52 'target_name': 'video_player',
50 'variables': { 53 'variables': {
51 'depends': [ 54 'depends': [
52 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 55 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '<(EXTERNS_DIR)/file_manager_private.js', 96 '<(EXTERNS_DIR)/file_manager_private.js',
94 '<(EXTERNS_DIR)/media_player_private.js', 97 '<(EXTERNS_DIR)/media_player_private.js',
95 '<(EXTERNS_DIR)/metrics_private.js', 98 '<(EXTERNS_DIR)/metrics_private.js',
96 '../../../../third_party/analytics/externs.js', 99 '../../../../third_party/analytics/externs.js',
97 '../../externs/chrome_test.js', 100 '../../externs/chrome_test.js',
98 '../../externs/chrome_cast.js', 101 '../../externs/chrome_cast.js',
99 '../../externs/chrome_webstore_widget_private.js', 102 '../../externs/chrome_webstore_widget_private.js',
100 '../../externs/es6_workaround.js', 103 '../../externs/es6_workaround.js',
101 '../../externs/platform.js', 104 '../../externs/platform.js',
102 '../../externs/video_player_foreground.js', 105 '../../externs/video_player_foreground.js',
103 ], 106 ],
yawano 2015/10/15 11:09:09 Same with compiled_resources.gyp of audio_player.
fukino 2015/10/15 11:23:54 Done.
104 }, 107 },
105 'includes': [ 108 'includes': [
106 '../../../../third_party/closure_compiler/compile_js.gypi' 109 '../../../../third_party/closure_compiler/compile_js.gypi'
107 ], 110 ],
108 } 111 }
109 ], 112 ],
110 } 113 }
111 114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698