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

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

Issue 2606663002: Files app: Compile common/js/util.js (Closed)
Patch Set: Remove redundant appID. 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/file_manager/common/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
index 60b3ad18418649d745cd8896442eda1f6f32ed3f..02011536239ae324d8c17d6159a3e02b7a0dc6ef 100644
--- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -35,18 +35,26 @@
# 'target_name': 'metrics_events',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'progress_center_common',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'test_importer_common',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'util',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'progress_center_common',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'util',
+ 'dependencies': [
+ '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:app_window_common',
+ '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:entry_location',
+ '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:platform',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(EXTERNS_GYP):chrome_extensions',
+ '<(EXTERNS_GYP):file_manager_private',
+ 'volume_manager_common',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'volume_manager_common',
'dependencies': [
« no previous file with comments | « ui/file_manager/externs/video_player_foreground.js ('k') | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698