Moving one of the targets that shouldn't pollute the already large webrtc/BUILD.gn file. BUG=webrtc:6440 NOTRY=True Review-Url: https://codereview.webrtc.org/2440963002 Cr-Commit-Position: refs/heads/master@{#14970}
With this, MB can be invoked with the new --isolate-map-file flag that was added in https://codereview.chromium.org/2443643002. BUG=chromium:497757 NOTRY=True TESTED=Created /tmp/foo and filled it with targets from https://build.chromium.org/p/client.webrtc/builders/Linux32%20Debug/builds/9305/steps/generate_build_files/logs/swarming-targets-file.txt Then I sucessfully ran: tools/mb/mb.py gen -m client.webrtc -b 'Linux32 Debug' --config-file webrtc/build/mb_config.pyl --swarming-targets-file /tmp/foo --gyp-script=webrtc/build/gyp_webrtc.py --isolate-map-file=webrtc/build/gn_isolate_map.pyl //out/Debug Review-Url: https://codereview.webrtc.org/2454963002 Cr-Commit-Position: refs/heads/master@{#14795}