From 15f21edc5d1fef43f7b00aad5bb26bad857eb381 Mon Sep 17 00:00:00 2001 From: "rsimha@chromium.org" Date: Mon, 12 Nov 2012 23:36:26 +0000 Subject: [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 --- chrome/sync_integration_tests.isolate | 2 ++ 1 file changed, 2 insertions(+) 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)', ], -- cgit v1.1