OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'actions_controller', | 7 'target_name': 'actions_controller', |
8 'dependencies': [ | 8 'dependencies': [ |
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 '../../common/js/compiled_resources2.gyp:importer_common', | 98 '../../common/js/compiled_resources2.gyp:importer_common', |
99 '../../common/js/compiled_resources2.gyp:metrics', | 99 '../../common/js/compiled_resources2.gyp:metrics', |
100 'directory_contents', | 100 'directory_contents', |
101 'file_watcher', | 101 'file_watcher', |
102 'ui/compiled_resources2.gyp:file_list_selection_model', | 102 'ui/compiled_resources2.gyp:file_list_selection_model', |
103 'volume_manager_wrapper', | 103 'volume_manager_wrapper', |
104 ], | 104 ], |
105 'includes': ['../../../compile_js2.gypi'], | 105 'includes': ['../../../compile_js2.gypi'], |
106 }, | 106 }, |
107 { | 107 { |
| 108 'target_name': 'navigation_uma', |
| 109 'dependencies': [ |
| 110 'dialog_type', |
| 111 'volume_manager_wrapper', |
| 112 ], |
| 113 'includes': ['../../../compile_js2.gypi'], |
| 114 }, |
| 115 { |
108 'target_name': 'directory_tree_naming_controller', | 116 'target_name': 'directory_tree_naming_controller', |
109 'dependencies': [ | 117 'dependencies': [ |
110 '../../common/js/compiled_resources2.gyp:util', | 118 '../../common/js/compiled_resources2.gyp:util', |
111 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs', | 119 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs', |
112 'directory_model', | 120 'directory_model', |
113 'ui/compiled_resources2.gyp:directory_tree', | 121 'ui/compiled_resources2.gyp:directory_tree', |
114 ], | 122 ], |
115 'includes': ['../../../compile_js2.gypi'], | 123 'includes': ['../../../compile_js2.gypi'], |
116 }, | 124 }, |
117 { | 125 { |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 { | 540 { |
533 'target_name': 'webui_command_extender', | 541 'target_name': 'webui_command_extender', |
534 'dependencies': [ | 542 'dependencies': [ |
535 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 543 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
536 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', | 544 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', |
537 ], | 545 ], |
538 'includes': ['../../../compile_js2.gypi'], | 546 'includes': ['../../../compile_js2.gypi'], |
539 }, | 547 }, |
540 ], | 548 ], |
541 } | 549 } |
OLD | NEW |