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

Unified Diff: chrome/browser/resources/settings/on_startup_page/compiled_resources.gyp

Issue 1761033002: MD Settings: fix closure compile by adding missing assert() dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/on_startup_page/compiled_resources.gyp b/chrome/browser/resources/settings/on_startup_page/compiled_resources.gyp
index 90cb870e86fa0d1b197af1f6f5e9a40a1480e8ed..b769ce835a34c7c96d0499ea14da987749c6ce77 100644
--- a/chrome/browser/resources/settings/on_startup_page/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/on_startup_page/compiled_resources.gyp
@@ -21,8 +21,9 @@
'target_name': 'startup_urls_page',
'variables': {
'depends': [
- '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
'../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
+ '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
],
'externs': [
'../../../../../third_party/closure_compiler/externs/settings_private.js'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698