diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 00:44:17 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-31 00:44:17 +0000 |
commit | cdc85e0209e78e1cbd860b05652921db8e4ef699 (patch) | |
tree | c780fb173199e682690362ad0d7f0a09b8c0351a /net | |
parent | 879628173caee4a9e3d0fca6823691ebf1521932 (diff) | |
download | chromium_src-cdc85e0209e78e1cbd860b05652921db8e4ef699.zip chromium_src-cdc85e0209e78e1cbd860b05652921db8e4ef699.tar.gz chromium_src-cdc85e0209e78e1cbd860b05652921db8e4ef699.tar.bz2 |
Remove repeated target definition from net.gyp
TBR=wtc
BUG=
TEST=Swarm bots stop failing the runhooks step
Review URL: https://chromiumcodereview.appspot.com/10829089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net/net.gyp b/net/net.gyp index 99f4298..7116b5a 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1838,45 +1838,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': [ { |