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

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

Issue 2734033004: Compile Gallery 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
Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
index a4cc5dc96cd207ae4452fb1c6e0f57d7f3450a7b..2ff25d7edd75636fee82be7a56cb1c3683e78dc5 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -167,10 +167,21 @@
# 'target_name': 'search_controller',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'share_client',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'share_client',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:entry_location',
+ '../../../externs/compiled_resources2.gyp:gallery_foreground',
+ '../../../externs/compiled_resources2.gyp:volume_info',
+ '../../../externs/compiled_resources2.gyp:volume_info_list',
+ '../../../externs/compiled_resources2.gyp:volume_manager',
+ '../../../externs/compiled_resources2.gyp:webview_tag',
+ '../../common/js/compiled_resources2.gyp:volume_manager_common',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
+ '<(EXTERNS_GYP):chrome_extensions',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'sort_menu_controller',
# 'includes': ['../../../compile_js2.gypi'],
« no previous file with comments | « third_party/closure_compiler/compiled_resources.gyp ('k') | ui/file_manager/file_manager/foreground/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698