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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1054273002: [Webapp Refactor] Implements remoting.Activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 years, 8 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/base/js/input_dialog.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 7
8 # Jscompile proto files. 8 # Jscompile proto files.
9 # These provide type information for jscompile. 9 # These provide type information for jscompile.
10 'remoting_webapp_js_proto_files': [ 10 'remoting_webapp_js_proto_files': [
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 #'<@(remoting_webapp_browsertest_all_js_files)', 275 #'<@(remoting_webapp_browsertest_all_js_files)',
276 ], 276 ],
277 277
278 # The CRD-specific JavaScript files required by main.html. 278 # The CRD-specific JavaScript files required by main.html.
279 'remoting_webapp_crd_main_html_all_js_files': [ 279 'remoting_webapp_crd_main_html_all_js_files': [
280 '<@(remoting_webapp_shared_main_html_js_files)', 280 '<@(remoting_webapp_shared_main_html_js_files)',
281 'webapp/crd/js/crd_auth_dialog.js', 281 'webapp/crd/js/crd_auth_dialog.js',
282 'webapp/crd/js/crd_event_handlers.js', 282 'webapp/crd/js/crd_event_handlers.js',
283 'webapp/crd/js/crd_experimental.js', 283 'webapp/crd/js/crd_experimental.js',
284 'webapp/crd/js/crd_main.js', 284 'webapp/crd/js/crd_main.js',
285 'webapp/crd/js/activity.js',
285 'webapp/crd/js/desktop_remoting.js', 286 'webapp/crd/js/desktop_remoting.js',
286 'webapp/crd/js/it2me_connect_flow.js', 287 'webapp/crd/js/it2me_activity.js',
287 'webapp/crd/js/me2me_connect_flow.js', 288 'webapp/crd/js/me2me_activity.js',
288 ], 289 ],
289 290
290 # These template files are used to construct main.html. 291 # These template files are used to construct main.html.
291 'remoting_webapp_template_files': [ 292 'remoting_webapp_template_files': [
292 'webapp/base/html/client_plugin.html', 293 'webapp/base/html/client_plugin.html',
293 'webapp/crd/html/butter_bar.html', 294 'webapp/crd/html/butter_bar.html',
294 'webapp/crd/html/dialog_auth.html', 295 'webapp/crd/html/dialog_auth.html',
295 'webapp/crd/html/dialog_client_connect_failed.html', 296 'webapp/crd/html/dialog_client_connect_failed.html',
296 'webapp/crd/html/dialog_client_connecting.html', 297 'webapp/crd/html/dialog_client_connecting.html',
297 'webapp/crd/html/dialog_client_host_needs_upgrade.html', 298 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 '<(remoting_webapp_template_background)', 466 '<(remoting_webapp_template_background)',
466 '<(remoting_webapp_template_main)', 467 '<(remoting_webapp_template_main)',
467 '<(remoting_webapp_template_message_window)', 468 '<(remoting_webapp_template_message_window)',
468 '<(remoting_webapp_template_wcs_sandbox)', 469 '<(remoting_webapp_template_wcs_sandbox)',
469 '<@(remoting_webapp_template_files)', 470 '<@(remoting_webapp_template_files)',
470 '<@(remoting_webapp_crd_js_files)', 471 '<@(remoting_webapp_crd_js_files)',
471 ], 472 ],
472 473
473 }, 474 },
474 } 475 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/base/js/input_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698