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

Unified Diff: chrome/browser/resources/cleanup_tool/compiled_resources2.gyp

Issue 2788743002: Cleanup Tool WebUI: Add functional HTML and skeleton JS for main content (Closed)
Patch Set: Remove i18n-content directives, address latest review comments 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: chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
diff --git a/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp b/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
index fa5df302601d7f9cdf09da8b1d4c07d3c64c58ce..2be630a7d969be2e7ffd3422baa9eab975aa6838 100644
--- a/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
+++ b/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
@@ -11,6 +11,17 @@
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'manager',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
+ '<(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:ui',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'toolbar',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',

Powered by Google App Engine
This is Rietveld 408576698