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

Unified Diff: ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp

Issue 2717653002: Compile more Gallery targets in gyp v2. (Closed)
Patch Set: . Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp
diff --git a/ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp b/ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp
index 8e8d8ab6cfe055953849cd3d7bc761dc5ddb4824..477b9dcf0d436e6060b8b58f47de44b8776e9e55 100644
--- a/ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp
+++ b/ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp
@@ -4,18 +4,18 @@
# TODO(oka): Compile all the targets.
{
'targets': [
-# {
-# 'target_name': 'commands',
-# 'dependencies': [
-# 'filter',
-# 'image_view',
-# 'viewport',
-# 'image_util',
-# '../../../file_manager/foreground/elements/compiled_resources2.gyp:files_toast',
-# 'image_editor',
-# ],
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'commands',
+ 'dependencies': [
+ 'filter',
+ 'image_editor_prompt',
+ 'image_util',
+ 'image_view',
+ 'viewport',
+ '../../../file_manager/foreground/elements/compiled_resources2.gyp:files_toast',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'exif_encoder',
'dependencies': [
@@ -63,6 +63,13 @@
# 'includes': ['../../../compile_js2.gypi'],
# },
{
+ 'target_name': 'image_editor_prompt',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
'target_name': 'image_encoder',
'dependencies': [
'../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:metadata_item',
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/commands.js ('k') | ui/file_manager/gallery/js/image_editor/image_editor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698