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

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

Issue 2805853002: Compile suggest_app_dialog in gyp v2 (Closed)
Patch Set: Fix unit test. Created 3 years, 8 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
Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
index 78427a8ee0f04f99983da6b03b511ae92ca0b43c..453fa7f37411af0d77ef8a4a475b543de054f84a 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -33,6 +33,10 @@
# 'target_name': 'column_visibility_controller',
# 'includes': ['../../../compile_js2.gypi'],
# },
+ {
+ 'target_name': 'constants',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'dialog_action_controller',
# 'includes': ['../../../compile_js2.gypi'],
@@ -271,5 +275,12 @@
],
'includes': ['../../../compile_js2.gypi'],
},
+ {
+ 'target_name': 'web_store_utils',
+ 'dependencies': [
+ 'constants',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698