OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 | 7 |
8 'branding_path': '../remoting/branding_<(branding)', | 8 'branding_path': '../remoting/branding_<(branding)', |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 '../breakpad/breakpad.gyp:breakpad_handler', | 108 '../breakpad/breakpad.gyp:breakpad_handler', |
109 ], | 109 ], |
110 }], | 110 }], |
111 ], | 111 ], |
112 }, # end of target 'remoting_breakpad' | 112 }, # end of target 'remoting_breakpad' |
113 | 113 |
114 { | 114 { |
115 # GN version: //remoting/resources | 115 # GN version: //remoting/resources |
116 'target_name': 'remoting_resources', | 116 'target_name': 'remoting_resources', |
117 'type': 'none', | 117 'type': 'none', |
| 118 'hard_dependency': 1, |
118 'dependencies': [ | 119 'dependencies': [ |
119 'remoting_webapp_html', | 120 'remoting_webapp_html', |
120 ], | 121 ], |
121 'variables': { | 122 'variables': { |
122 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', | 123 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', |
123 'sources': [ | 124 'sources': [ |
124 'host/continue_window_mac.mm', | 125 'host/continue_window_mac.mm', |
125 'host/disconnect_window_mac.mm', | 126 'host/disconnect_window_mac.mm', |
126 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', | 127 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', |
127 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 128 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 ['enable_webrtc==1', { | 253 ['enable_webrtc==1', { |
253 'dependencies': [ | 254 'dependencies': [ |
254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 255 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
255 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 256 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
256 ], | 257 ], |
257 }], | 258 }], |
258 ], | 259 ], |
259 }, # end of target 'remoting_protocol' | 260 }, # end of target 'remoting_protocol' |
260 ], # end of targets | 261 ], # end of targets |
261 } | 262 } |
OLD | NEW |