OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //remoting/client/plugin | 8 # GN version: //remoting/client/plugin |
9 'target_name': 'remoting_client_plugin', | 9 'target_name': 'remoting_client_plugin', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
42 'remoting_protocol', | 42 'remoting_protocol', |
43 '../third_party/libyuv/libyuv.gyp:libyuv', | 43 '../third_party/libyuv/libyuv.gyp:libyuv', |
44 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 44 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
45 ], | 45 ], |
46 'sources': [ | 46 'sources': [ |
47 '<@(remoting_client_sources)', | 47 '<@(remoting_client_sources)', |
48 ], | 48 ], |
49 }, # end of target 'remoting_client' | 49 }, # end of target 'remoting_client' |
50 | 50 |
51 { | 51 { |
52 # Keep in sync with remoting/webapp/BUILD.gn | |
Dirk Pranke
2015/04/16 20:55:09
By convention we list the actual target name, like
garykac
2015/04/16 21:38:47
Removed this for now since I'll be updating a bunc
| |
52 'target_name': 'remoting_webapp_html', | 53 'target_name': 'remoting_webapp_html', |
53 'type': 'none', | 54 'type': 'none', |
54 'actions': [ | 55 'actions': [ |
55 { | 56 { |
56 # GN version: //remoting/webapp:html | 57 # GN version: //remoting/webapp:html |
57 'action_name': 'Build Remoting Webapp main.html', | 58 'action_name': 'Build Remoting Webapp main.html', |
58 'inputs': [ | 59 'inputs': [ |
59 'webapp/build-html.py', | 60 'webapp/build-html.py', |
60 '<(remoting_webapp_template_main)', | 61 '<(remoting_webapp_template_main)', |
61 '<@(remoting_webapp_template_files)', | 62 '<@(remoting_webapp_template_files)', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
177 ], | 178 ], |
178 }, | 179 }, |
179 }], | 180 }], |
180 ], | 181 ], |
181 'includes': [ 'remoting_webapp.gypi', ], | 182 'includes': [ 'remoting_webapp.gypi', ], |
182 }, # end of target 'remoting_webapp_v2' | 183 }, # end of target 'remoting_webapp_v2' |
183 ], | 184 ], |
184 }], | 185 }], |
185 ], | 186 ], |
186 } | 187 } |
OLD | NEW |