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

Side by Side Diff: remoting/remoting.gyp

Issue 816903002: It2Me Confirmation Dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows bot failure. Created 5 years, 11 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
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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 0, 10 'run_jscompile%': 0,
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'remoting_webapp_html', 158 'remoting_webapp_html',
159 ], 159 ],
160 'variables': { 160 'variables': {
161 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)', 161 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)',
162 'sources': [ 162 'sources': [
163 '<(SHARED_INTERMEDIATE_DIR)/main.html', 163 '<(SHARED_INTERMEDIATE_DIR)/main.html',
164 'base/resources_unittest.cc', 164 'base/resources_unittest.cc',
165 'host/continue_window_mac.mm', 165 'host/continue_window_mac.mm',
166 'host/disconnect_window_mac.mm', 166 'host/disconnect_window_mac.mm',
167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
168 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
168 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 169 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
169 'host/win/core.rc.jinja2', 170 'host/win/core.rc.jinja2',
170 'host/win/host_messages.mc.jinja2', 171 'host/win/host_messages.mc.jinja2',
171 'host/win/version.rc.jinja2', 172 'host/win/version.rc.jinja2',
172 'resources/play_store_resources.cc', 173 'resources/play_store_resources.cc',
173 'webapp/crd/manifest.json.jinja2', 174 'webapp/crd/manifest.json.jinja2',
174 '<@(remoting_webapp_crd_js_files)', 175 '<@(remoting_webapp_crd_js_files)',
175 ], 176 ],
176 }, 177 },
177 'actions': [ 178 'actions': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ], 280 ],
280 'export_dependent_settings': [ 281 'export_dependent_settings': [
281 '../third_party/libjingle/libjingle.gyp:libjingle', 282 '../third_party/libjingle/libjingle.gyp:libjingle',
282 ], 283 ],
283 'sources': [ 284 'sources': [
284 '<@(remoting_protocol_sources)', 285 '<@(remoting_protocol_sources)',
285 ], 286 ],
286 }, # end of target 'remoting_protocol' 287 }, # end of target 'remoting_protocol'
287 ], # end of targets 288 ], # end of targets
288 } 289 }
OLDNEW
« no previous file with comments | « remoting/host/it2me/it2me_native_messaging_host_unittest.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698