Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: remoting/remoting.gyp

Issue 1318773003: Move remoting/base/resources* to remoting/host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/host/resources_win.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'dependencies': [ 118 'dependencies': [
119 'remoting_webapp_html', 119 'remoting_webapp_html',
120 ], 120 ],
121 'variables': { 121 'variables': {
122 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', 122 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)',
123 'sources': [ 123 'sources': [
124 'base/resources_unittest.cc',
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',
129 'host/resources_unittest.cc',
130 'host/win/core.rc.jinja2', 130 'host/win/core.rc.jinja2',
131 'host/win/host_messages.mc.jinja2', 131 'host/win/host_messages.mc.jinja2',
132 'host/win/version.rc.jinja2', 132 'host/win/version.rc.jinja2',
133 'resources/play_store_resources.cc', 133 'resources/play_store_resources.cc',
134 '<@(desktop_remoting_webapp_localizable_files)', 134 '<@(desktop_remoting_webapp_localizable_files)',
135 '<@(app_remoting_webapp_localizable_files)', 135 '<@(app_remoting_webapp_localizable_files)',
136 ], 136 ],
137 }, 137 },
138 'actions': [ 138 'actions': [
139 { 139 {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'export_dependent_settings': [ 242 'export_dependent_settings': [
243 '../third_party/libjingle/libjingle.gyp:libjingle', 243 '../third_party/libjingle/libjingle.gyp:libjingle',
244 ], 244 ],
245 'sources': [ 245 'sources': [
246 '<@(remoting_protocol_sources)', 246 '<@(remoting_protocol_sources)',
247 '<@(remoting_signaling_sources)', 247 '<@(remoting_signaling_sources)',
248 ], 248 ],
249 }, # end of target 'remoting_protocol' 249 }, # end of target 'remoting_protocol'
250 ], # end of targets 250 ], # end of targets
251 } 251 }
OLDNEW
« no previous file with comments | « remoting/host/resources_win.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698