Chromium Code Reviews| 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': 'externs', | |
| 8 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], | |
| 9 }, | |
| 10 { | |
| 11 'target_name': 'media_router', | |
| 12 'dependencies': [ | |
| 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | |
| 14 'elements/media_router_header/compiled_resources2.gyp:*', | |
|
Dan Beam
2016/04/25 18:24:34
why *?
apacible
2016/04/25 18:29:00
There's only one target in that gyp file. Should I
Dan Beam
2016/04/27 02:26:14
yes
apacible
2016/04/27 15:47:41
Done.
| |
| 15 'elements/media_router_container/compiled_resources2.gyp:*', | |
| 16 ], | |
| 17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 18 }, | |
| 19 { | |
| 20 'target_name': 'media_router_data', | |
| 21 'dependencies': [ | |
| 22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | |
| 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | |
| 24 ], | |
| 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 26 }, | |
| 27 { | |
| 28 'target_name': 'media_router_ui_interface', | |
| 29 'dependencies': [ | |
| 30 'elements/media_router_header/compiled_resources2.gyp:*', | |
| 31 'elements/media_router_container/compiled_resources2.gyp:*', | |
| 32 ], | |
| 33 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 34 }, | |
| 35 ], | |
| 36 } | |
| OLD | NEW |