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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 336293003: Refactor tool-bar event handlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | remoting/webapp/client_screen.js » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_webapp_info_files': [ 7 'remoting_webapp_info_files': [
8 'resources/chromoting16.webp', 8 'resources/chromoting16.webp',
9 'resources/chromoting48.webp', 9 'resources/chromoting48.webp',
10 'resources/chromoting128.webp', 10 'resources/chromoting128.webp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 # UI JavaScript files. 81 # UI JavaScript files.
82 'remoting_webapp_js_ui_files': [ 82 'remoting_webapp_js_ui_files': [
83 'webapp/butter_bar.js', 83 'webapp/butter_bar.js',
84 'webapp/connection_stats.js', 84 'webapp/connection_stats.js',
85 'webapp/feedback.js', 85 'webapp/feedback.js',
86 'webapp/fullscreen.js', 86 'webapp/fullscreen.js',
87 'webapp/fullscreen_v1.js', 87 'webapp/fullscreen_v1.js',
88 'webapp/fullscreen_v2.js', 88 'webapp/fullscreen_v2.js',
89 'webapp/l10n.js', 89 'webapp/l10n.js',
90 'webapp/menu_button.js', 90 'webapp/menu_button.js',
91 'webapp/options_menu.js',
91 'webapp/ui_mode.js', 92 'webapp/ui_mode.js',
92 'webapp/toolbar.js', 93 'webapp/toolbar.js',
93 'webapp/window_frame.js', 94 'webapp/window_frame.js',
94 ], 95 ],
95 # UI files for controlling the local machine as a host. 96 # UI files for controlling the local machine as a host.
96 'remoting_webapp_js_ui_host_control_files': [ 97 'remoting_webapp_js_ui_host_control_files': [
97 'webapp/host_screen.js', 98 'webapp/host_screen.js',
98 'webapp/host_setup_dialog.js', 99 'webapp/host_setup_dialog.js',
99 'webapp/host_install_dialog.js', 100 'webapp/host_install_dialog.js',
100 'webapp/paired_client_manager.js', 101 'webapp/paired_client_manager.js',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'webapp/html/dialog_token_refresh_failed.html', 231 'webapp/html/dialog_token_refresh_failed.html',
231 'webapp/html/toolbar.html', 232 'webapp/html/toolbar.html',
232 'webapp/html/ui_header.html', 233 'webapp/html/ui_header.html',
233 'webapp/html/ui_it2me.html', 234 'webapp/html/ui_it2me.html',
234 'webapp/html/ui_me2me.html', 235 'webapp/html/ui_me2me.html',
235 'webapp/html/window_frame.html', 236 'webapp/html/window_frame.html',
236 ], 237 ],
237 238
238 }, 239 },
239 } 240 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/client_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698