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

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

Issue 2775743002: Compile more targets in foreground/js/ui in gyp v2 (2) (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 | « no previous file | 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 cd31f4e9a76da3a302306888f1b795278078bff0..4d28863bde101de8095b621c5baf2ce9d9ea8746 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
@@ -5,6 +5,10 @@
'targets': [
# {
# 'target_name': 'actions_submenu',
+# 'dependencies': [
+# '../compiled_resources2.gyp:actions_model',
+# '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
+# ],
# 'includes': ['../../../../compile_js2.gypi'],
# },
# {
@@ -97,14 +101,24 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'files_menu',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'gear_menu',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'files_menu',
+ 'dependencies': [
+ '../../../../externs/compiled_resources2.gyp:paper_elements',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item',
+ '<(EXTERNS_GYP):web_animations',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'gear_menu',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:util',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'list_container',
# 'includes': ['../../../../compile_js2.gypi'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698