diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-12 23:36:26 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-12 23:36:26 +0000 |
commit | 15f21edc5d1fef43f7b00aad5bb26bad857eb381 (patch) | |
tree | 2554390055de1bb3d06e38751578db59581931ee /chrome/sync_integration_tests.isolate | |
parent | ce667ee5543ee461e3d42d9e5cb3d64017bdf611 (diff) | |
download | chromium_src-15f21edc5d1fef43f7b00aad5bb26bad857eb381.zip chromium_src-15f21edc5d1fef43f7b00aad5bb26bad857eb381.tar.gz chromium_src-15f21edc5d1fef43f7b00aad5bb26bad857eb381.tar.bz2 |
[sync] Fix Isolate files for sync_integration_tests
The test isolation files for sync_integration_tests were missing a couple of protobuf directories, as a result of which they couldn't start the python sync server against which to run the tests.
This patch adds the missing directories to the isolate file.
TBR=thakis@chromium.org
BUG=none
TEST=sync tests pass on http://build.chromium.org/p/chromium.swarm/waterfall
Review URL: https://chromiumcodereview.appspot.com/11369145
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/sync_integration_tests.isolate')
-rw-r--r-- | chrome/sync_integration_tests.isolate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate index 75847a99..04792a9 100644 --- a/chrome/sync_integration_tests.isolate +++ b/chrome/sync_integration_tests.isolate @@ -58,6 +58,8 @@ '../third_party/pywebsocket/src/mod_pywebsocket/', '../third_party/tlslite/tlslite/', '<(PRODUCT_DIR)/pyproto/google/__init__.py', + '<(PRODUCT_DIR)/pyproto/google/protobuf/', + '<(PRODUCT_DIR)/pyproto/sync/protocol/', '<(PRODUCT_DIR)/resources.pak', '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', ], |