Commit 15a95f19 authored by caitkp@chromium.org's avatar caitkp@chromium.org

Enable Chrome redirects for non-component builds

BUG=334379

Review URL: https://codereview.chromium.org/153083002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248600 0039d316-1c4b-4281-b951-d872f2087c98
parent df192705
......@@ -82,6 +82,11 @@
'../content/content.gyp:content_app_browser',
],
'conditions': [
['OS=="win"', {
'dependencies': [
'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
],
}],
['use_aura==1', {
'dependencies': [
'../ui/compositor/compositor.gyp:compositor',
......@@ -354,6 +359,13 @@
'app/chrome_main_delegate.cc',
'app/chrome_main_delegate.h',
],
'conditions': [
['OS=="win"', {
'dependencies': [
'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
],
}],
],
}, # target chrome_child_dll
],
}],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment