| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 7ef8f48dec3a4ae29bb24069d92b90547ada025b..d3e228b8cdfb0ec489f8b6a59e6205cfd7eb6e33 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -80,11 +80,6 @@
|
| 'INFOPLIST_FILE': 'app/app-Info.plist',
|
| },
|
| 'conditions': [
|
| - ['component == "shared_library"', {
|
| - 'variables': {
|
| - 'win_use_external_manifest': 1,
|
| - },
|
| - }],
|
| ['order_profiling!=0 and (chromeos==1 or OS=="linux")', {
|
| 'dependencies' : [
|
| '../tools/cygprofile/cygprofile.gyp:cygprofile',
|
|
|