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

Unified Diff: ui/webui/resources/js/compiled_resources2.gyp

Issue 2917003003: [MD Bookmarks] Support elision of bookmark names in the bookmark toast. (Closed)
Patch Set: fix multiline Created 3 years, 6 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 | « ui/webui/resources/html/load_time_data.html ('k') | ui/webui/resources/js/load_time_data.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/compiled_resources2.gyp
diff --git a/ui/webui/resources/js/compiled_resources2.gyp b/ui/webui/resources/js/compiled_resources2.gyp
index 1316c153d1480f1aadf9166e7545b9066ab030c4..5f710c3edf03ec85e84c68e76f2bdb833220eeaa 100644
--- a/ui/webui/resources/js/compiled_resources2.gyp
+++ b/ui/webui/resources/js/compiled_resources2.gyp
@@ -56,7 +56,10 @@
},
{
'target_name': 'load_time_data',
- 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate'],
+ 'dependencies': [
+ '<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate',
+ 'assert'
+ ],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
« no previous file with comments | « ui/webui/resources/html/load_time_data.html ('k') | ui/webui/resources/js/load_time_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698