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

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

Issue 2400173003: [MD Feedback] Add feedback to closure compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_feedback/feedback.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_feedback/compiled_resources2.gyp
diff --git a/chrome/browser/resources/extensions/compiled_resources2.gyp b/chrome/browser/resources/md_feedback/compiled_resources2.gyp
similarity index 63%
copy from chrome/browser/resources/extensions/compiled_resources2.gyp
copy to chrome/browser/resources/md_feedback/compiled_resources2.gyp
index 248d1e3a22e2f6886faa91d39a49dfcc17b84fcb..a3b6ac3db1f2c2d1463b97d65e04c5564552ae19 100644
--- a/chrome/browser/resources/extensions/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_feedback/compiled_resources2.gyp
@@ -4,21 +4,19 @@
{
'targets': [
{
- 'target_name': 'shortcut_util',
+ 'target_name': 'feedback',
'dependencies': [
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):chrome_send',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
- 'target_name': 'drag_and_drop_handler',
+ 'target_name': 'feedback_container',
'dependencies': [
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
- '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:drag_wrapper',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
- ]
+ ],
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_feedback/feedback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698