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

Unified Diff: chrome/chrome.gyp

Issue 5977007: Expand scope of bookmark manager resources to all component extension resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index a87b798e06b4e13f40fdfe3e6904deca1857d830..3e42369250a5c1004d17b4403c8f13bc140424e3 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -59,7 +59,7 @@
# These resources end up in resources.pak because they are resources
# used by internal pages. Putting them in a spearate pak file makes
# it easier for us to reference them internally.
- 'browser/resources/bookmark_manager_resources.grd',
+ 'browser/resources/component_extension_resources.grd',
'browser/resources/net_internals_resources.grd',
'browser/resources/shared_resources.grd'
],
@@ -1542,7 +1542,7 @@
'action_name': 'repack_resources',
'variables': {
'pak_inputs': [
- '<(grit_out_dir)/bookmark_manager_resources.pak',
+ '<(grit_out_dir)/component_extension_resources.pak',
'<(grit_out_dir)/net_internals_resources.pak',
'<(grit_out_dir)/shared_resources.pak',
],

Powered by Google App Engine
This is Rietveld 408576698