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

Side by Side Diff: chrome/browser/resources/pdf/compiled_resources2.gyp

Issue 2892623002: Type check PDF plugin JS code, down to 53 errors. (Closed)
Patch Set: Re-comment line Created 3 years, 7 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 | chrome/browser/resources/pdf/navigator.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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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': 'main', 7 'target_name': 'main',
8 'dependencies': [ 8 'variables': {
9 # TODO(dpapad): Add dependencies here. 9 'script_args': ['--custom_sources'],
Dan Beam 2017/05/17 21:16:49 we should only use this method for deprecated code
10 ], 10 'source_files': [
11 '<(DEPTH)/ui/webui/resources/js/assert.js',
12 '<(DEPTH)/ui/webui/resources/js/util.js',
13 '<(DEPTH)/ui/webui/resources/js/promise_resolver.js',
14 '<(DEPTH)/ui/webui/resources/js/cr.js',
15 'browser_api.js',
16 'gesture_detector.js',
17 'navigator.js',
18 'open_pdf_params_parser.js',
19 'pdf.js',
20 'pdf_scripting_api.js',
21 'toolbar_manager.js',
22 'viewport.js',
23 'viewport_scroller.js',
24 'zoom_manager.js',
25 '<(DEPTH)/third_party/closure_compiler/externs/chrome_send.js',
26 '<(DEPTH)/third_party/closure_compiler/externs/chrome_extensions.js',
27 ],
28 },
11 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 29 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
12 } 30 },
13 ], 31 ],
14 } 32 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/pdf/navigator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698