Chromium Code Reviews| Index: chrome/browser/resources/media_router/compiled_resources2.gyp |
| diff --git a/chrome/browser/resources/media_router/compiled_resources2.gyp b/chrome/browser/resources/media_router/compiled_resources2.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..174356ae48efae848a52904f556d5e922e52b525 |
| --- /dev/null |
| +++ b/chrome/browser/resources/media_router/compiled_resources2.gyp |
| @@ -0,0 +1,36 @@ |
| +# Copyright 2016 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| +{ |
| + 'targets': [ |
| + { |
| + 'target_name': 'externs', |
| + 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], |
| + }, |
| + { |
| + 'target_name': 'media_router', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| + '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.
|
| + 'elements/media_router_container/compiled_resources2.gyp:*', |
| + ], |
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'media_router_data', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| + ], |
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| + }, |
| + { |
| + 'target_name': 'media_router_ui_interface', |
| + 'dependencies': [ |
| + 'elements/media_router_header/compiled_resources2.gyp:*', |
| + 'elements/media_router_container/compiled_resources2.gyp:*', |
| + ], |
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| + }, |
| + ], |
| +} |