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

Side by Side Diff: third_party/closure_compiler/compile_js.gypi

Issue 1023253003: Revert of Python readability review for dbeam@. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
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 'type': 'none', 5 'type': 'none',
6 'variables': { 6 'variables': {
7 'CLOSURE_DIR': '<(DEPTH)/third_party/closure_compiler', 7 'CLOSURE_DIR': '<(DEPTH)/third_party/closure_compiler',
8 }, 8 },
9 'actions': [ 9 'actions': [
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 'outputs': [ 30 'outputs': [
31 '<(out_file)', 31 '<(out_file)',
32 ], 32 ],
33 'action': [ 33 'action': [
34 'python', 34 'python',
35 '<(CLOSURE_DIR)/checker.py', 35 '<(CLOSURE_DIR)/checker.py',
36 '<(source_file)', 36 '<(source_file)',
37 '--depends', '<@(depends)', 37 '--depends', '<@(depends)',
38 '--externs', '<@(externs)', 38 '--externs', '<@(externs)',
39 '--out_file', '<(out_file)', 39 '--out_file', '<(out_file)',
40 # Add '--verbose', for glorious log spam.
41 ], 40 ],
42 'message': 'Compiling <(source_file)', 41 'message': 'Compiling <(source_file)',
43 } 42 }
44 ], 43 ],
45 } 44 }
OLDNEW
« no previous file with comments | « third_party/closure_compiler/checker.py ('k') | third_party/closure_compiler/compiler_customization_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698