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

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

Issue 2772843003: Compile more files app targets in gyp v2 (4) (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/file_manager/foreground/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
index 7485c993bad9a7468ea1893b60c9281728cab406..ed6cbd044843a2489e0963cd429179a7baff9ac6 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
@@ -15,22 +15,44 @@
# 'target_name': 'banners',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'combobutton',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'commandbutton',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'default_task_dialog',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'dialog_footer',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'combobutton',
+ 'dependencies': [
+ '../../elements/compiled_resources2.gyp:files_toggle_ripple',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_button',
+ 'files_menu',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'commandbutton',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'default_task_dialog',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data_model',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_single_selection_model',
+ 'file_manager_dialog_base',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'dialog_footer',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:file_type',
+ '../../../common/js/compiled_resources2.gyp:util',
+ '../compiled_resources2.gyp:dialog_type',
+ '../compiled_resources2.gyp:file_list_model',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'directory_tree',
# 'includes': ['../../../../compile_js2.gypi'],
@@ -159,10 +181,14 @@
# 'target_name': 'providers_menu',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'scrollbar',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'scrollbar',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:util',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'search_box',
# 'includes': ['../../../../compile_js2.gypi'],
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698