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

Unified Diff: ui/file_manager/compiled_resources2.gyp

Issue 2602693002: Files app: Compile custom elements. (Closed)
Patch Set: Address review comments. Created 4 years 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/compiled_resources2.gyp
diff --git a/ui/file_manager/compiled_resources2.gyp b/ui/file_manager/compiled_resources2.gyp
index bbb8a9c16f98383111e23e8eefb4dfa38d32c19d..1418caf3edaabf929fb38a24803b1aed164694ff 100644
--- a/ui/file_manager/compiled_resources2.gyp
+++ b/ui/file_manager/compiled_resources2.gyp
@@ -7,9 +7,11 @@
'target_name': 'file_manager_resources',
'type': 'none',
'dependencies': [
+ 'audio_player/elements/compiled_resources2.gyp:*',
'audio_player/js/compiled_resources2.gyp:*',
'file_manager/background/js/compiled_resources2.gyp:*',
'file_manager/common/js/compiled_resources2.gyp:*',
+ 'file_manager/foreground/elements/compiled_resources2.gyp:*',
'file_manager/foreground/js/compiled_resources2.gyp:*',
'gallery/js/compiled_resources2.gyp:*',
'video_player/js/compiled_resources2.gyp:*',

Powered by Google App Engine
This is Rietveld 408576698