OLD | NEW |
(Empty) | |
| 1 # copyright 2017 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 { |
| 6 'targets': [ |
| 7 { |
| 8 'target_name': 'app_installer', |
| 9 'dependencies': [ |
| 10 'cws_widget_container_platform_delegate', |
| 11 ], |
| 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 13 }, |
| 14 { |
| 15 'target_name': 'cws_widget_container', |
| 16 'dependencies': [ |
| 17 'app_installer', |
| 18 'cws_webview_client', |
| 19 'cws_widget_container_error_dialog', |
| 20 ], |
| 21 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 22 }, |
| 23 { |
| 24 'target_name': 'cws_widget_container_error_dialog', |
| 25 'dependencies': [ |
| 26 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs', |
| 27 ], |
| 28 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 29 }, |
| 30 { |
| 31 'target_name': 'cws_widget_container_platform_delegate', |
| 32 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 33 }, |
| 34 { |
| 35 'target_name': 'cws_webview_client', |
| 36 'dependencies': [ |
| 37 '../externs/compiled_resources2.gyp:webview_tag', |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 39 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target'
, |
| 40 '<(EXTERNS_GYP):chrome_extensions', |
| 41 'cws_widget_container_platform_delegate', |
| 42 ], |
| 43 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 44 }, |
| 45 ], |
| 46 } |
| 47 |
OLD | NEW |