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

Side by Side Diff: remoting/webapp/all_js_load.gtestjs

Issue 12566035: Added survey butter-bar to web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved string grammar. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/appsv2.patch » ('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 (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 * Test fixture for loading all our JS files. 6 * Test fixture for loading all our JS files.
7 * @constructor 7 * @constructor
8 * @extends {testing.Test} 8 * @extends {testing.Test}
9 */ 9 */
10 function AllJsLoadTest () { 10 function AllJsLoadTest () {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'menu_button.js', 48 'menu_button.js',
49 'oauth2_callback.js', 49 'oauth2_callback.js',
50 'oauth2.js', 50 'oauth2.js',
51 'plugin_settings.js', 51 'plugin_settings.js',
52 'xhr_proxy.js', 52 'xhr_proxy.js',
53 'remoting.js', 53 'remoting.js',
54 'session_connector.js', 54 'session_connector.js',
55 'server_log_entry.js', 55 'server_log_entry.js',
56 'stats_accumulator.js', 56 'stats_accumulator.js',
57 'storage.js', 57 'storage.js',
58 'survey.js',
58 'toolbar.js', 59 'toolbar.js',
59 'ui_mode.js', 60 'ui_mode.js',
60 //'viewer_plugin_proto.js', // Only used by jscompiler. 61 //'viewer_plugin_proto.js', // Only used by jscompiler.
61 //'wcs_iq_client_proto.js', // Only used by jscompiler. 62 //'wcs_iq_client_proto.js', // Only used by jscompiler.
62 'wcs.js', 63 'wcs.js',
63 'wcs_loader.js', 64 'wcs_loader.js',
64 'wcs_sandbox_content.js', 65 'wcs_sandbox_content.js',
65 'wcs_sandbox_container.js', 66 'wcs_sandbox_container.js',
66 'xhr.js', 67 'xhr.js',
67 ], 68 ],
68 }; 69 };
69 70
70 // Basic test to verify that all the JS files load without console errors. 71 // Basic test to verify that all the JS files load without console errors.
71 TEST_F('AllJsLoadTest', 'TestNoConsoleErrors', function() { 72 TEST_F('AllJsLoadTest', 'TestNoConsoleErrors', function() {
72 assertTrue(true); 73 assertTrue(true);
73 }); 74 });
OLDNEW
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/appsv2.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698