diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 15:34:15 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-29 15:34:15 +0000 |
commit | beacaba32aec320b843d5fe92b013757ef43a21a (patch) | |
tree | 60cd2dd9d28150098dafbbe8f73d9fc9ef5ebc4b | |
parent | 8223d40ba8850f70ef2a7349c555c90d1baafdb9 (diff) | |
download | chromium_src-beacaba32aec320b843d5fe92b013757ef43a21a.zip chromium_src-beacaba32aec320b843d5fe92b013757ef43a21a.tar.gz chromium_src-beacaba32aec320b843d5fe92b013757ef43a21a.tar.bz2 |
browser_tests.isolate on Windows: Traces WebSocketBrowserTest.WebSocketSplitSegments
Autogenerated with:
python tools\swarm_client\isolate.py trace -m -s out\Release\browser_tests.isolated -- --gtest_filter=WebSocketBrowserTest.WebSocketSplitSegments
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/12089032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179337 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser_tests.isolate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index 6dc4df6..340133c 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -260,6 +260,7 @@ ['OS=="win"', { 'variables': { 'isolate_dependency_tracked': [ + '../native_client/build/build_nexe.py', '../third_party/cygwin/bin/bash.exe', '../third_party/cygwin/setup_mount.bat', '../third_party/python_26/python.exe', @@ -277,6 +278,7 @@ 'tools/build/repack_locales.py', ], 'isolate_dependency_untracked': [ + '../net/data/websocket/', '../third_party/npapi/npspy/extern/plugin/', '../third_party/psyco_win32/psyco/', '../third_party/python_26/DLLs/', |