| 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': 'background', | 7 'target_name': 'background', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '../../file_manager/background/js/compiled_resources2.gyp:app_window_wra
pper', | 9 '../../file_manager/background/js/compiled_resources2.gyp:app_window_wra
pper', |
| 10 '../../file_manager/background/js/compiled_resources2.gyp:background_bas
e', | 10 '../../file_manager/background/js/compiled_resources2.gyp:background_bas
e', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 68 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data
_model', | 68 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data
_model', |
| 69 'entry_list_watcher', | 69 'entry_list_watcher', |
| 70 'gallery_item', | 70 'gallery_item', |
| 71 ], | 71 ], |
| 72 'includes': ['../../compile_js2.gypi'], | 72 'includes': ['../../compile_js2.gypi'], |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 'target_name': 'gallery_item', | 75 'target_name': 'gallery_item', |
| 76 'dependencies': [ | 76 'dependencies': [ |
| 77 '../../file_manager/common/js/compiled_resources2.gyp:metrics', |
| 77 '../../file_manager/common/js/compiled_resources2.gyp:util', | 78 '../../file_manager/common/js/compiled_resources2.gyp:util', |
| 78 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager
_wrapper', | 79 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager
_wrapper', |
| 79 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:metad
ata_model', | 80 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:metad
ata_model', |
| 80 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumb
nail_model', | 81 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumb
nail_model', |
| 81 'gallery_util', | 82 'gallery_util', |
| 82 'image_editor/compiled_resources2.gyp:image_encoder', | 83 'image_editor/compiled_resources2.gyp:image_encoder', |
| 83 'image_editor/compiled_resources2.gyp:image_util', | 84 'image_editor/compiled_resources2.gyp:image_util', |
| 84 ], | 85 ], |
| 85 'includes': ['../../compile_js2.gypi'], | 86 'includes': ['../../compile_js2.gypi'], |
| 86 }, | 87 }, |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'error_banner', | 146 'error_banner', |
| 146 'gallery_constants', | 147 'gallery_constants', |
| 147 'gallery_data_model', | 148 'gallery_data_model', |
| 148 'gallery_item', | 149 'gallery_item', |
| 149 'image_editor/compiled_resources2.gyp:image_editor', | 150 'image_editor/compiled_resources2.gyp:image_editor', |
| 150 ], | 151 ], |
| 151 'includes': ['../../compile_js2.gypi'], | 152 'includes': ['../../compile_js2.gypi'], |
| 152 }, | 153 }, |
| 153 ], | 154 ], |
| 154 } | 155 } |
| OLD | NEW |