| 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 # TODO(oka): Compile all the targets. | 4 # TODO(oka): Compile all the targets. |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 # { | 7 # { |
| 8 # 'target_name': 'background', | 8 # 'target_name': 'background', |
| 9 # 'includes': ['../../compile_js2.gypi'], | 9 # 'includes': ['../../compile_js2.gypi'], |
| 10 # }, | 10 # }, |
| 11 { | 11 { |
| 12 'target_name': 'dimmable_ui_controller', | 12 'target_name': 'dimmable_ui_controller', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 15 '<(EXTERNS_GYP):chrome_extensions', | 15 '<(EXTERNS_GYP):chrome_extensions', |
| 16 'gallery_constants', | 16 'gallery_constants', |
| 17 'image_editor/compiled_resources2.gyp:image_editor_prompt', |
| 17 ], | 18 ], |
| 18 'includes': ['../../compile_js2.gypi'], | 19 'includes': ['../../compile_js2.gypi'], |
| 19 }, | 20 }, |
| 20 { | 21 { |
| 21 'target_name': 'entry_list_watcher', | 22 'target_name': 'entry_list_watcher', |
| 22 'dependencies': [ | 23 'dependencies': [ |
| 23 '../../externs/compiled_resources2.gyp:platform', | 24 '../../externs/compiled_resources2.gyp:platform', |
| 24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 25 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data
_model', | 26 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data
_model', |
| 26 '<(EXTERNS_GYP):file_manager_private', | 27 '<(EXTERNS_GYP):file_manager_private', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 # '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_sele
ction_model', | 120 # '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_sele
ction_model', |
| 120 # 'error_banner', | 121 # 'error_banner', |
| 121 # 'gallery_data_model', | 122 # 'gallery_data_model', |
| 122 # 'gallery_item', | 123 # 'gallery_item', |
| 123 # 'image_editor/compiled_resources2.gyp:image_editor', | 124 # 'image_editor/compiled_resources2.gyp:image_editor', |
| 124 # ], | 125 # ], |
| 125 # 'includes': ['../../compile_js2.gypi'], | 126 # 'includes': ['../../compile_js2.gypi'], |
| 126 # }, | 127 # }, |
| 127 ], | 128 ], |
| 128 } | 129 } |
| OLD | NEW |