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

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

Issue 2607453002: Files.app: Compile file_manager/foreground/js/metadata in v2 syntax. (Closed)
Patch Set: Re-rebase (PS4 had unrelated changes.) 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 | « ui/file_manager/compiled_resources2.gyp ('k') | ui/file_manager/externs/metadata_worker_window.js » ('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 5f12e5c05b93d985a2a1600c7e33feb7c8f80eff..5db4c53a45a2ca22dbbdc83453295959d711d822 100644
--- a/ui/file_manager/externs/compiled_resources2.gyp
+++ b/ui/file_manager/externs/compiled_resources2.gyp
@@ -16,6 +16,10 @@
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
+ 'target_name': 'byte_reader',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
'target_name': 'chrome_cast',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
@@ -88,6 +92,14 @@
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
+ 'target_name': 'metadata_parser_interface',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'metadata_worker_window',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
'target_name': 'paper_elements',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | ui/file_manager/externs/metadata_worker_window.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698