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