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

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

Issue 2592143002: First cut of JS closure compiler use for VR HTML UI. (Closed)
Patch Set: Created 4 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
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'vr_shell_ui_api',
8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
13 '<(EXTERNS_GYP):chrome_send',
14 ],
15 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
16 },
17 {
18 'target_name': 'vr_shell_ui_scene',
19 'dependencies': [
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
24 '<(EXTERNS_GYP):chrome_send',
25 'vr_shell_ui_api',
26 ],
27 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
28 },
29 {
30 'target_name': 'vr_shell_ui',
31 'dependencies': [
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
36 '<(EXTERNS_GYP):chrome_send',
37 'vr_shell_ui_api',
38 'vr_shell_ui_scene',
39 ],
40 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
41 },
42 ],
43 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698