OLD | NEW |
(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 } |
OLD | NEW |