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

Side by Side Diff: ui/file_manager/file_manager/foreground/js/compiled_resources.gyp

Issue 821003002: Files.app: Fix TaskController so that it calls correct default task. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Licence Created 5 years, 12 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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'main', 7 'target_name': 'main',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla te', 10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla te',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '../../../image_loader/image_loader_client.js', 64 '../../../image_loader/image_loader_client.js',
65 './metrics_base.js', 65 './metrics_base.js',
66 './metrics.js', 66 './metrics.js',
67 './ui/combobutton.js', 67 './ui/combobutton.js',
68 './ui/commandbutton.js', 68 './ui/commandbutton.js',
69 './ui/file_manager_dialog_base.js', 69 './ui/file_manager_dialog_base.js',
70 './app_installer.js', 70 './app_installer.js',
71 './app_state_controller.js', 71 './app_state_controller.js',
72 './cws_container_client.js', 72 './cws_container_client.js',
73 './dialog_action_controller.js', 73 './dialog_action_controller.js',
74 './dialog_type.js',
74 './directory_contents.js', 75 './directory_contents.js',
75 './directory_model.js', 76 './directory_model.js',
76 './file_manager.js', 77 './file_manager.js',
77 './file_manager_commands.js', 78 './file_manager_commands.js',
78 './file_selection.js', 79 './file_selection.js',
79 './file_tasks.js', 80 './file_tasks.js',
80 './file_transfer_controller.js', 81 './file_transfer_controller.js',
81 './file_watcher.js', 82 './file_watcher.js',
82 './folder_shortcuts_data_model.js', 83 './folder_shortcuts_data_model.js',
83 './gear_menu_controller.js', 84 './gear_menu_controller.js',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 '../../../externs/platform.js', 135 '../../../externs/platform.js',
135 '../../common/js/externs.js', 136 '../../common/js/externs.js',
136 ], 137 ],
137 }, 138 },
138 'includes': [ 139 'includes': [
139 '../../../../../third_party/closure_compiler/compile_js.gypi' 140 '../../../../../third_party/closure_compiler/compile_js.gypi'
140 ], 141 ],
141 } 142 }
142 ], 143 ],
143 } 144 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_manager_jstest.cc ('k') | ui/file_manager/file_manager/foreground/js/dialog_type.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698