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

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

Issue 2789663003: Cleanup Tool WebUI: Add browser_proxy javascript class (Closed)
Patch Set: Created 3 years, 9 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 3fd6720f177a86196258653a2db677692775a08e..8b780849320da4e69a722a89e20041ad074ce628 100644
--- a/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
+++ b/chrome/browser/resources/cleanup_tool/compiled_resources2.gyp
@@ -4,6 +4,13 @@
{
'targets': [
{
+ 'target_name': 'cleanup_browser_proxy',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ ],
+ '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