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

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

Issue 2702403008: Compile more Gallery targets in gyp v2. (Closed)
Patch Set: Added _ suffix to private constant and formatted. 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
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/gallery/js/image_editor/test_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d681fa175c1dd9b7539eeeb00faf8d3007f77f6d..8e8d8ab6cfe055953849cd3d7bc761dc5ddb4824 100644
--- a/ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp
+++ b/ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp
@@ -7,6 +7,9 @@
# {
# 'target_name': 'commands',
# 'dependencies': [
+# 'filter',
+# 'image_view',
+# 'viewport',
# 'image_util',
# '../../../file_manager/foreground/elements/compiled_resources2.gyp:files_toast',
# 'image_editor',
@@ -83,6 +86,12 @@
},
# {
# 'target_name': 'image_transform',
+# 'dependencies': [
+# 'commands',
+# 'viewport',
+# 'image_buffer',
+# 'image_util',
+# ],
# 'includes': ['../../../compile_js2.gypi'],
# },
{
@@ -106,10 +115,10 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'test_util',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'test_util',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'viewport',
'dependencies': [
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/gallery/js/image_editor/test_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698