| Index: chrome/chrome_installer.gypi
|
| diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
|
| index 97468a9aeb17aeeb6eb3fefdb0be9d3be437d820..95c80ae1a538a935b95f85be8370b67744e74a09 100644
|
| --- a/chrome/chrome_installer.gypi
|
| +++ b/chrome/chrome_installer.gypi
|
| @@ -254,8 +254,6 @@
|
| '../base/base.gyp:base',
|
| '../breakpad/breakpad.gyp:breakpad_handler',
|
| '../chrome/common_constants.gyp:common_constants',
|
| - '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
|
| - '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
| '../rlz/rlz.gyp:rlz_lib',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| ],
|
| @@ -381,15 +379,6 @@
|
| 'branding_dir_100': 'app/theme/default_100_percent/chromium',
|
| },
|
| }],
|
| - ['target_arch=="x64"', {
|
| - 'dependencies!': [
|
| - '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
|
| - '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
| - ],
|
| - 'defines': [
|
| - 'OMIT_CHROME_FRAME',
|
| - ],
|
| - }],
|
| ],
|
| },
|
| {
|
| @@ -402,7 +391,6 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| '../base/base.gyp:test_support_base',
|
| - '../chrome_frame/chrome_frame.gyp:chrome_tab_idl',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| ],
|
|
|