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

Side by Side Diff: remoting/remoting.gyp

Issue 503063004: Hangouts Remote Desktop Part VI - Show confirm dialog before retrieving access code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest Created 6 years, 4 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'base/resources_unittest.cc', 162 'base/resources_unittest.cc',
163 'host/continue_window_mac.mm', 163 'host/continue_window_mac.mm',
164 'host/disconnect_window_mac.mm', 164 'host/disconnect_window_mac.mm',
165 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 165 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
166 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 166 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
167 'host/win/core.rc.jinja2', 167 'host/win/core.rc.jinja2',
168 'host/win/host_messages.mc.jinja2', 168 'host/win/host_messages.mc.jinja2',
169 'host/win/version.rc.jinja2', 169 'host/win/version.rc.jinja2',
170 'resources/play_store_resources.cc', 170 'resources/play_store_resources.cc',
171 'webapp/background/background.js', 171 'webapp/background/background.js',
172 'webapp/background/it2me_helpee_channel.js',
172 'webapp/butter_bar.js', 173 'webapp/butter_bar.js',
173 'webapp/client_screen.js', 174 'webapp/client_screen.js',
174 'webapp/error.js', 175 'webapp/error.js',
175 'webapp/host_list.js', 176 'webapp/host_list.js',
176 'webapp/host_setup_dialog.js', 177 'webapp/host_setup_dialog.js',
177 'webapp/host_table_entry.js', 178 'webapp/host_table_entry.js',
178 'webapp/manifest.json.jinja2', 179 'webapp/manifest.json.jinja2',
179 'webapp/paired_client_manager.js', 180 'webapp/paired_client_manager.js',
180 'webapp/remoting.js', 181 'webapp/remoting.js',
181 'webapp/window_frame.js', 182 'webapp/window_frame.js',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 ], 282 ],
282 'export_dependent_settings': [ 283 'export_dependent_settings': [
283 '../third_party/libjingle/libjingle.gyp:libjingle', 284 '../third_party/libjingle/libjingle.gyp:libjingle',
284 ], 285 ],
285 'sources': [ 286 'sources': [
286 '<@(remoting_protocol_sources)', 287 '<@(remoting_protocol_sources)',
287 ], 288 ],
288 }, # end of target 'remoting_protocol' 289 }, # end of target 'remoting_protocol'
289 ], # end of targets 290 ], # end of targets
290 } 291 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | remoting/resources/remoting_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698