Roll chromium_revision 232627:238260
This brings us the updated swarming_client that has moved out from Chromium into a standalone project. Because of this, all .isolate files needed to be updated as well, similar to the changes in https://codereview.chromium.org/29993003 TEST=trybots passing BUG=none R=andrew@webrtc.org, perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4859004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5260 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
'variables': {
|
||||
'command': [
|
||||
'../../testing/test_env.py',
|
||||
'../../tools/swarm_client/googletest/run_test_cases.py',
|
||||
'<(PRODUCT_DIR)/common_audio_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
@ -29,7 +28,7 @@
|
||||
'<(PRODUCT_DIR)/common_audio_unittests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_untracked': [
|
||||
'../../tools/swarm_client/',
|
||||
'../../tools/swarming_client/',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
Reference in New Issue
Block a user