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

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: More cleanup... Created 3 years, 12 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
(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 '<(EXTERNS_GYP):chrome_send',
10 ],
11 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
12 },
13 {
14 'target_name': 'vr_shell_ui_scene',
15 'dependencies': [
16 'vr_shell_ui_api',
17 ],
18 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
19 },
20 {
21 'target_name': 'vr_shell_ui',
22 'dependencies': [
23 'vr_shell_ui_api',
24 'vr_shell_ui_scene',
25 ],
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
27 },
28 ],
29 }
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_api.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698