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

Side by Side Diff: chrome/browser/resources/file_manager/js/main_scripts.js

Issue 23834007: file_manager: Remove pyauto tests for the file manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
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 // The include directives are put into Javascript-style comments to prevent 5 // The include directives are put into Javascript-style comments to prevent
6 // parsing errors in non-flattened mode. The flattener still sees them. 6 // parsing errors in non-flattened mode. The flattener still sees them.
7 // Note that this makes the flattener to comment out the first line of the 7 // Note that this makes the flattener to comment out the first line of the
8 // included file but that's all right since any javascript file should start 8 // included file but that's all right since any javascript file should start
9 // with a copyright comment anyway. 9 // with a copyright comment anyway.
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 //<include src="cws_container_client.js"/> 80 //<include src="cws_container_client.js"/>
81 //<include src="directory_contents.js"/> 81 //<include src="directory_contents.js"/>
82 //<include src="directory_model.js"/> 82 //<include src="directory_model.js"/>
83 //<include src="directory_tree.js"/> 83 //<include src="directory_tree.js"/>
84 //<include src="drag_selector.js"/> 84 //<include src="drag_selector.js"/>
85 //<include src="drive_banners.js" /> 85 //<include src="drive_banners.js" />
86 //<include src="error_dialog.js"/> 86 //<include src="error_dialog.js"/>
87 //<include src="file_operation_manager_wrapper.js"/> 87 //<include src="file_operation_manager_wrapper.js"/>
88 //<include src="file_grid.js"/> 88 //<include src="file_grid.js"/>
89 //<include src="file_manager.js"/> 89 //<include src="file_manager.js"/>
90 //<include src="file_manager_pyauto.js"/>
91 //<include src="file_selection.js"/> 90 //<include src="file_selection.js"/>
92 //<include src="file_table.js"/> 91 //<include src="file_table.js"/>
93 //<include src="file_tasks.js"/> 92 //<include src="file_tasks.js"/>
94 //<include src="file_transfer_controller.js"/> 93 //<include src="file_transfer_controller.js"/>
95 //<include src="file_type.js"/> 94 //<include src="file_type.js"/>
96 //<include src="file_watcher.js"/> 95 //<include src="file_watcher.js"/>
97 //<include src="folder_shortcuts_data_model.js"/> 96 //<include src="folder_shortcuts_data_model.js"/>
98 //<include src="navigation_list.js"/> 97 //<include src="navigation_list.js"/>
99 //<include src="scrollbar.js"/> 98 //<include src="scrollbar.js"/>
100 //<include src="share_client.js"/> 99 //<include src="share_client.js"/>
(...skipping 16 matching lines...) Expand all
117 // Global fileManager reference useful for poking at from the console. 116 // Global fileManager reference useful for poking at from the console.
118 window.fileManager = fileManager; 117 window.fileManager = fileManager;
119 118
120 // Exports 119 // Exports
121 window.util = util; 120 window.util = util;
122 window.FileOperationManagerWrapper = FileOperationManagerWrapper; 121 window.FileOperationManagerWrapper = FileOperationManagerWrapper;
123 122
124 window.unload = unload; 123 window.unload = unload;
125 124
126 })(); 125 })();
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager_pyauto.js ('k') | chrome/browser/resources/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698