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

Unified Diff: ui/webui/resources/js/cr/ui/compiled_resources2.gyp

Issue 2819863002: Compile even more Files app targets in gyp v2. (Closed)
Patch Set: Addressed comments. Created 3 years, 8 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/webui/resources/js/cr/ui/compiled_resources2.gyp
diff --git a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
index 6f0eb1d9e891c4a90c3d697f0c4a13b178f97543..dd8aeed5300e9916a9bd5f4386c4fdd9a06487bb 100644
--- a/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
+++ b/ui/webui/resources/js/cr/ui/compiled_resources2.gyp
@@ -28,6 +28,25 @@
'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'context_menu_button',
+ 'dependencies': [
+ 'menu_button',
+ ],
+ 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'context_menu_handler',
+ 'dependencies': [
+ '../../compiled_resources2.gyp:cr',
+ '../compiled_resources2.gyp:event_target',
+ '../compiled_resources2.gyp:ui',
+ 'menu',
+ 'menu_button',
+ 'position_util',
+ ],
+ 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'dialogs',
'dependencies': [
'../../compiled_resources2.gyp:cr',
@@ -187,5 +206,14 @@
],
'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'tree',
+ 'dependencies': [
+ '../../compiled_resources2.gyp:cr',
+ '../../compiled_resources2.gyp:util',
+ '../compiled_resources2.gyp:ui',
+ ],
+ 'includes': ['../../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698