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

Unified Diff: chrome/chrome_resources.gyp

Issue 958383003: Output closure-compiled JavaScript files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Little bit of clean up Created 5 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 09eeac1efce1c8171f4b6d3df26c40cfbcfcd63d..2e7751bd7086efd8b2e42028cfde9615f7968ba1 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -7,6 +7,7 @@
'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html',
'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/internal/additional_modules_list.txt',
'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.mojom.js',
+ 'get_salient_image_url_gen_js': '<(SHARED_INTERMEDIATE_DIR)/closure/chrome/browser/resources/enhanced_bookmarks/get_salient_image_url.js',
},
'targets': [
{
@@ -195,6 +196,7 @@
'-E', 'about_credits_file=<(about_credits_file)',
'-E', 'additional_modules_list_file=<(additional_modules_list_file)',
'-E', 'omnibox_mojom_file=<(omnibox_mojom_file)',
+ '-E', 'get_salient_image_url_gen_js=<(get_salient_image_url_gen_js)',
],
},
'includes': [ '../build/grit_action.gypi' ],

Powered by Google App Engine
This is Rietveld 408576698