| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index e3201526019fd0621b1100900ee2baeea9bf2c71..791444b667a2596cf15b0c790e146e0e40c82e6f 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1837,45 +1837,6 @@
|
| },
|
| ],
|
| }],
|
| - ['inside_chromium_build==1', {
|
| - 'targets': [
|
| - # This target depends on dependencies not fetched by WebKit's DEPS.
|
| - # In particular, ..\chrome\test\data and ..\third_party\python_26 on
|
| - # Windows.
|
| - {
|
| - 'target_name': 'net_unittests_run',
|
| - 'type': 'none',
|
| - 'dependencies': [
|
| - 'net_unittests',
|
| - ],
|
| - 'includes': [
|
| - 'net_unittests.isolate',
|
| - ],
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'isolate',
|
| - 'inputs': [
|
| - 'net_unittests.isolate',
|
| - '<@(isolate_dependency_tracked)',
|
| - ],
|
| - 'outputs': [
|
| - '<(PRODUCT_DIR)/net_unittests.results',
|
| - ],
|
| - 'action': [
|
| - 'python',
|
| - '../tools/isolate/isolate.py',
|
| - '<(test_isolation_mode)',
|
| - '--outdir', '<(test_isolation_outdir)',
|
| - '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
|
| - '--variable', 'OS', '<(OS)',
|
| - '--result', '<@(_outputs)',
|
| - '--isolate', 'net_unittests.isolate',
|
| - ],
|
| - },
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
|
| 'targets': [
|
| {
|
|
|