| 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 23 matching lines...) Expand all Loading... |
| 34 'remoting_host.gypi', | 34 'remoting_host.gypi', |
| 35 'remoting_host_srcs.gypi', | 35 'remoting_host_srcs.gypi', |
| 36 'remoting_ios.gypi', | 36 'remoting_ios.gypi', |
| 37 'remoting_key_tester.gypi', | 37 'remoting_key_tester.gypi', |
| 38 'remoting_locales.gypi', | 38 'remoting_locales.gypi', |
| 39 'remoting_options.gypi', | 39 'remoting_options.gypi', |
| 40 'remoting_srcs.gypi', | 40 'remoting_srcs.gypi', |
| 41 'remoting_test.gypi', | 41 'remoting_test.gypi', |
| 42 'remoting_version.gypi', | 42 'remoting_version.gypi', |
| 43 'remoting_webapp_files.gypi', | 43 'remoting_webapp_files.gypi', |
| 44 'app_remoting_webapp_files.gypi', | |
| 45 ], | 44 ], |
| 46 | 45 |
| 47 'target_defaults': { | 46 'target_defaults': { |
| 48 'defines': [ | 47 'defines': [ |
| 49 'BINARY_CORE=1', | 48 'BINARY_CORE=1', |
| 50 'BINARY_DESKTOP=2', | 49 'BINARY_DESKTOP=2', |
| 51 'BINARY_HOST_ME2ME=3', | 50 'BINARY_HOST_ME2ME=3', |
| 52 'BINARY_NATIVE_MESSAGING_HOST=4', | 51 'BINARY_NATIVE_MESSAGING_HOST=4', |
| 53 'BINARY_REMOTE_ASSISTANCE_HOST=5', | 52 'BINARY_REMOTE_ASSISTANCE_HOST=5', |
| 54 ], | 53 ], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'host/continue_window_mac.mm', | 124 'host/continue_window_mac.mm', |
| 126 'host/disconnect_window_mac.mm', | 125 'host/disconnect_window_mac.mm', |
| 127 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', | 126 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings
.jinja2', |
| 128 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 127 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 129 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', | 128 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', |
| 130 'host/resources_unittest.cc', | 129 'host/resources_unittest.cc', |
| 131 'host/win/core.rc.jinja2', | 130 'host/win/core.rc.jinja2', |
| 132 'host/win/host_messages.mc.jinja2', | 131 'host/win/host_messages.mc.jinja2', |
| 133 'host/win/version.rc.jinja2', | 132 'host/win/version.rc.jinja2', |
| 134 'resources/play_store_resources.cc', | 133 'resources/play_store_resources.cc', |
| 135 '<@(desktop_remoting_webapp_localizable_files)', | 134 '<@(desktop_remoting_webapp_localizable_files )', |
| 136 '<@(app_remoting_webapp_localizable_files)', | |
| 137 ], | 135 ], |
| 138 }, | 136 }, |
| 139 'actions': [ | 137 'actions': [ |
| 140 { | 138 { |
| 141 # GN version: //remoting/resources:verify_resources | 139 # GN version: //remoting/resources:verify_resources |
| 142 'action_name': 'verify_resources', | 140 'action_name': 'verify_resources', |
| 143 'inputs': [ | 141 'inputs': [ |
| 144 'resources/remoting_strings.grd', | 142 'resources/remoting_strings.grd', |
| 145 'tools/verify_resources.py', | 143 'tools/verify_resources.py', |
| 146 '<@(sources)' | 144 '<@(sources)' |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 ['enable_webrtc == 1', { | 252 ['enable_webrtc == 1', { |
| 255 'dependencies': [ | 253 'dependencies': [ |
| 256 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
| 257 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 255 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 258 ], | 256 ], |
| 259 }], | 257 }], |
| 260 ], | 258 ], |
| 261 }, # end of target 'remoting_protocol' | 259 }, # end of target 'remoting_protocol' |
| 262 ], # end of targets | 260 ], # end of targets |
| 263 } | 261 } |
| OLD | NEW |