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

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

Issue 2507003005: Implement extension controlled indicators, starting with New Tab page (Closed)
Patch Set: merge Created 4 years, 1 month 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/settings/on_startup_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp b/chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp
index 7ac8213a7867080bf4890ce0723a906e28466d2c..b937368b82370241c6195e988597c0372a6baad2 100644
--- a/chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp
@@ -4,7 +4,18 @@
{
'targets': [
{
+ 'target_name': 'on_startup_browser_proxy',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'on_startup_page',
+ 'dependencies': [
+ 'on_startup_browser_proxy',
+ ],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{

Powered by Google App Engine
This is Rietveld 408576698