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

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

Issue 2606653002: Files app: Move common/js/externs.js to externs/*. (Closed)
Patch Set: --similarity=20 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/externs/compiled_resources2.gyp
diff --git a/ui/file_manager/externs/compiled_resources2.gyp b/ui/file_manager/externs/compiled_resources2.gyp
index 9de99e4ba6b1758992c0f2acad38b4b114d4d036..1ff75bdba28e9c2f27d8c28aab0982227dcd2071 100644
--- a/ui/file_manager/externs/compiled_resources2.gyp
+++ b/ui/file_manager/externs/compiled_resources2.gyp
@@ -8,6 +8,10 @@
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
+ 'target_name': 'background_window',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
'target_name': 'chrome_cast',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
@@ -36,6 +40,14 @@
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
+ 'target_name': 'directory_change_event',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'entries_changed_event',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
'target_name': 'es6_workaround',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
@@ -44,6 +56,10 @@
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},
{
+ 'target_name': 'file_operation_progress_event',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
'target_name': 'files_elements',
'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698