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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1004513002: Eliminated named constants for instances of remoting.Error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'webapp/crd/js/background.js', 61 'webapp/crd/js/background.js',
62 ], 62 ],
63 # The unit test cases for the webapp 63 # The unit test cases for the webapp
64 'remoting_webapp_unittests_js_files': [ 64 'remoting_webapp_unittests_js_files': [
65 'webapp/base/js/base_unittest.js', 65 'webapp/base/js/base_unittest.js',
66 'webapp/base/js/base_event_hook_unittest.js', 66 'webapp/base/js/base_event_hook_unittest.js',
67 'webapp/base/js/ipc_unittest.js', 67 'webapp/base/js/ipc_unittest.js',
68 'webapp/crd/js/apps_v2_migration_unittest.js', 68 'webapp/crd/js/apps_v2_migration_unittest.js',
69 'webapp/crd/js/desktop_viewport_unittest.js', 69 'webapp/crd/js/desktop_viewport_unittest.js',
70 'webapp/crd/js/dns_blackhole_checker_unittest.js', 70 'webapp/crd/js/dns_blackhole_checker_unittest.js',
71 'webapp/crd/js/error_unittest.js',
71 'webapp/crd/js/fallback_signal_strategy_unittest.js', 72 'webapp/crd/js/fallback_signal_strategy_unittest.js',
72 'webapp/crd/js/host_table_entry_unittest.js', 73 'webapp/crd/js/host_table_entry_unittest.js',
73 'webapp/crd/js/l10n_unittest.js', 74 'webapp/crd/js/l10n_unittest.js',
74 'webapp/crd/js/menu_button_unittest.js', 75 'webapp/crd/js/menu_button_unittest.js',
75 'webapp/crd/js/xhr_unittest.js', 76 'webapp/crd/js/xhr_unittest.js',
76 'webapp/crd/js/xmpp_connection_unittest.js', 77 'webapp/crd/js/xmpp_connection_unittest.js',
77 'webapp/crd/js/xmpp_login_handler_unittest.js', 78 'webapp/crd/js/xmpp_login_handler_unittest.js',
78 'webapp/crd/js/xmpp_stream_parser_unittest.js', 79 'webapp/crd/js/xmpp_stream_parser_unittest.js',
79 ], 80 ],
80 'remoting_webapp_unittests_js_mock_files': [ 81 'remoting_webapp_unittests_js_mock_files': [
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '<(remoting_webapp_template_background)', 451 '<(remoting_webapp_template_background)',
451 '<(remoting_webapp_template_main)', 452 '<(remoting_webapp_template_main)',
452 '<(remoting_webapp_template_message_window)', 453 '<(remoting_webapp_template_message_window)',
453 '<(remoting_webapp_template_wcs_sandbox)', 454 '<(remoting_webapp_template_wcs_sandbox)',
454 '<@(remoting_webapp_template_files)', 455 '<@(remoting_webapp_template_files)',
455 '<@(remoting_webapp_crd_js_files)', 456 '<@(remoting_webapp_crd_js_files)',
456 ], 457 ],
457 458
458 }, 459 },
459 } 460 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_remoting.js » ('j') | remoting/webapp/crd/js/client_session.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698