| 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': 'commands', | 8 'target_name': 'commands', |
| 9 # 'dependencies': [ | 9 'dependencies': [ |
| 10 # 'filter', | 10 'filter', |
| 11 # 'image_view', | 11 'image_editor_prompt', |
| 12 # 'viewport', | 12 'image_util', |
| 13 # 'image_util', | 13 'image_view', |
| 14 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file
s_toast', | 14 'viewport', |
| 15 # 'image_editor', | 15 '../../../file_manager/foreground/elements/compiled_resources2.gyp:files
_toast', |
| 16 # ], | 16 ], |
| 17 # 'includes': ['../../../compile_js2.gypi'], | 17 'includes': ['../../../compile_js2.gypi'], |
| 18 # }, | 18 }, |
| 19 { | 19 { |
| 20 'target_name': 'exif_encoder', | 20 'target_name': 'exif_encoder', |
| 21 'dependencies': [ | 21 'dependencies': [ |
| 22 '../../../externs/compiled_resources2.gyp:exif_entry', | 22 '../../../externs/compiled_resources2.gyp:exif_entry', |
| 23 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:ex
if_constants', | 23 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:ex
if_constants', |
| 24 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me
tadata_item', | 24 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me
tadata_item', |
| 25 'image_encoder', | 25 'image_encoder', |
| 26 ], | 26 ], |
| 27 'includes': ['../../../compile_js2.gypi'], | 27 'includes': ['../../../compile_js2.gypi'], |
| 28 }, | 28 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 56 # 'image_buffer', | 56 # 'image_buffer', |
| 57 # 'image_util', | 57 # 'image_util', |
| 58 # '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target
', | 58 # '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target
', |
| 59 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file
s_tooltip', | 59 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file
s_tooltip', |
| 60 # '../../../file_manager/common/js/compiled_resources2.gyp:util', | 60 # '../../../file_manager/common/js/compiled_resources2.gyp:util', |
| 61 # '../compiled_resources2.gyp:gallery_util', | 61 # '../compiled_resources2.gyp:gallery_util', |
| 62 # ], | 62 # ], |
| 63 # 'includes': ['../../../compile_js2.gypi'], | 63 # 'includes': ['../../../compile_js2.gypi'], |
| 64 # }, | 64 # }, |
| 65 { | 65 { |
| 66 'target_name': 'image_editor_prompt', |
| 67 'dependencies': [ |
| 68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 69 ], |
| 70 'includes': ['../../../compile_js2.gypi'], |
| 71 }, |
| 72 { |
| 66 'target_name': 'image_encoder', | 73 'target_name': 'image_encoder', |
| 67 'dependencies': [ | 74 'dependencies': [ |
| 68 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me
tadata_item', | 75 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me
tadata_item', |
| 69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 70 'image_util', | 77 'image_util', |
| 71 ], | 78 ], |
| 72 'includes': ['../../../compile_js2.gypi'], | 79 'includes': ['../../../compile_js2.gypi'], |
| 73 }, | 80 }, |
| 74 { | 81 { |
| 75 'target_name': 'image_loader', | 82 'target_name': 'image_loader', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 { | 129 { |
| 123 'target_name': 'viewport', | 130 'target_name': 'viewport', |
| 124 'dependencies': [ | 131 'dependencies': [ |
| 125 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target'
, | 132 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target'
, |
| 126 'image_util', | 133 'image_util', |
| 127 ], | 134 ], |
| 128 'includes': ['../../../compile_js2.gypi'], | 135 'includes': ['../../../compile_js2.gypi'], |
| 129 }, | 136 }, |
| 130 ], | 137 ], |
| 131 } | 138 } |
| OLD | NEW |