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

Unified Diff: ceee/ie/plugin/toolband/toolband.gyp

Issue 6106004: Added loading of nested BHO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « ceee/ie/plugin/toolband/resource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/toolband/toolband.gyp
===================================================================
--- ceee/ie/plugin/toolband/toolband.gyp (revision 71215)
+++ ceee/ie/plugin/toolband/toolband.gyp (working copy)
@@ -56,6 +56,18 @@
'<(DEPTH)/chrome/chrome.gyp:chrome_version_header',
'<(DEPTH)/chrome_frame/chrome_frame.gyp:chrome_tab_idl',
],
+ 'conditions': [
+ [ 'branding == "Chrome"', {
+ 'variables': {
+ 'brand_specific_resources':
+ '../../../internal/toolband/brand_specific_resources.rc',
+ },
+ }, { # else branding != "Chrome"
+ 'variables': {
+ 'brand_specific_resources': 'brand_specific_resources.rc',
+ },
+ }],
+ ],
'sources': [
'resource.h',
'tool_band.rgs',
@@ -65,6 +77,7 @@
'../bho/browser_helper_object.rgs',
'../executor.rgs',
'../scripting/content_script_manager.rc',
+ '<(brand_specific_resources)',
],
'libraries': [
'iepmapi.lib',
« no previous file with comments | « ceee/ie/plugin/toolband/resource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698