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

Unified Diff: ui/file_manager/externs/compiled_resources2.gyp

Issue 2636183002: Compile volume related targets in file_manager/background. (Closed)
Patch Set: Use target name directly if the target is in the same file. Created 3 years, 11 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 | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/compiled_resources2.gyp
diff --git a/ui/file_manager/externs/compiled_resources2.gyp b/ui/file_manager/externs/compiled_resources2.gyp
index 5db4c53a45a2ca22dbbdc83453295959d711d822..4054db0cfdfb03a1e8221d70b491c9847bcee4de 100644
--- a/ui/file_manager/externs/compiled_resources2.gyp
+++ b/ui/file_manager/externs/compiled_resources2.gyp
@@ -120,6 +120,14 @@
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
+ 'target_name': 'volume_info_list',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'volume_manager',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
'target_name': 'webview_tag',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698