| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 037da7619468b2f5776b8fc6e9d7926897e7daab..7eae83ac2da85dabddc21def167b7af485f3f731 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -766,22 +766,12 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| - '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
| - '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_shell',
|
| '../content/content_shell_and_tests.gyp:content_unittests',
|
| '../net/net.gyp:net_unittests',
|
| '../ui/ui_unittests.gyp:ui_unittests',
|
| ],
|
| - 'conditions': [
|
| - ['use_aura==1 or target_arch=="x64"', {
|
| - 'dependencies!': [
|
| - '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
| - '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
| - ],
|
| - }],
|
| - ],
|
| },
|
| {
|
| 'target_name': 'chrome_version_resources',
|
|
|