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

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

Issue 2727353004: Compile Image Editor in gyp v2 (Closed)
Patch Set: . Created 3 years, 9 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/compiled_resources.gyp ('k') | ui/file_manager/gallery/js/gallery_scripts.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/compiled_resources2.gyp
diff --git a/ui/file_manager/gallery/js/compiled_resources2.gyp b/ui/file_manager/gallery/js/compiled_resources2.gyp
index d28596709196003ab092baa6d9d362308411e67a..36700b6070d6545b8f8045692885b6389fc156c3 100644
--- a/ui/file_manager/gallery/js/compiled_resources2.gyp
+++ b/ui/file_manager/gallery/js/compiled_resources2.gyp
@@ -43,17 +43,18 @@
'target_name': 'gallery_constants',
'includes': ['../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'gallery_data_model',
-# 'dependencies': [
-# 'thumbnail_mode',
-# '../../file_manager/common/js/compiled_resources2.gyp:util',
-# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
-# 'gallery_item',
-# '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data_model',
-# ],
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'gallery_data_model',
+ 'dependencies': [
+ '../../file_manager/common/js/compiled_resources2.gyp:util',
+ '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumbnail_model',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data_model',
+ 'entry_list_watcher',
+ 'gallery_item',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
{
'target_name': 'gallery_item',
'dependencies': [
@@ -98,32 +99,44 @@
],
'includes': ['../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'slide_mode',
-# 'dependencies': [
-# '../../file_manager/common/js/compiled_resources2.gyp:metrics',
-# '../../file_manager/common/js/compiled_resources2.gyp:util',
-# '<(EXTERNS_GYP):chrome_extensions',
-# 'gallery_item',
-# 'image_editor/compiled_resources2.gyp:image_editor',
-# 'image_editor/compiled_resources2.gyp:image_util',
-# 'image_editor/compiled_resources2.gyp:image_view',
-# 'image_editor/compiled_resources2.gyp:viewport',
-# ],
-# 'includes': ['../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'thumbnail_mode',
-# 'dependencies': [
-# '../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_loader',
-# '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumbnail_model',
-# '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_model',
-# 'error_banner',
-# 'gallery_data_model',
-# 'gallery_item',
-# 'image_editor/compiled_resources2.gyp:image_editor',
-# ],
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'slide_mode',
+ 'dependencies': [
+ '../../externs/compiled_resources2.gyp:gallery_foreground',
+ '../../file_manager/common/js/compiled_resources2.gyp:metrics',
+ '../../file_manager/common/js/compiled_resources2.gyp:util',
+ '../../file_manager/foreground/elements/compiled_resources2.gyp:files_toggle_ripple',
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/compiled_resources2.gyp:paper-checkbox-extracted',
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-progress/compiled_resources2.gyp:paper-progress-extracted',
+ '<(EXTERNS_GYP):chrome_extensions',
+ 'dimmable_ui_controller',
+ 'error_banner',
+ 'gallery_constants',
+ 'gallery_data_model',
+ 'gallery_item',
+ 'image_editor/compiled_resources2.gyp:image_adjust',
+ 'image_editor/compiled_resources2.gyp:image_editor',
+ 'image_editor/compiled_resources2.gyp:image_transform',
+ 'image_editor/compiled_resources2.gyp:image_util',
+ 'image_editor/compiled_resources2.gyp:image_view',
+ 'image_editor/compiled_resources2.gyp:viewport',
+ 'ribbon',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'thumbnail_mode',
+ 'dependencies': [
+ '../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_loader',
+ '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumbnail_model',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_model',
+ 'error_banner',
+ 'gallery_constants',
+ 'gallery_data_model',
+ 'gallery_item',
+ 'image_editor/compiled_resources2.gyp:image_editor',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
],
}
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | ui/file_manager/gallery/js/gallery_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698