Index: cc/cc_perftests.isolate |
diff --git a/tools/android/adb_reboot/adb_reboot.gyp b/cc/cc_perftests.isolate |
similarity index 52% |
copy from tools/android/adb_reboot/adb_reboot.gyp |
copy to cc/cc_perftests.isolate |
index 85134b9906acda6865fdf72d1859d7eac139d0c3..9c691c6a8bce57e83ac3e8304e4f9fe8248bf655 100644 |
--- a/tools/android/adb_reboot/adb_reboot.gyp |
+++ b/cc/cc_perftests.isolate |
@@ -2,13 +2,13 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
- 'targets': [ |
- { |
- 'target_name': 'adb_reboot', |
- 'type': 'executable', |
- 'sources': [ |
- 'adb_reboot.c', |
- ], |
- }, |
+ 'conditions': [ |
M-A Ruel
2013/07/11 19:07:23
Probably worth re-uploading with --similarity 90
frankf
2013/07/11 20:32:25
Done.
|
+ ['OS=="android"', { |
+ 'variables': { |
+ 'isolate_dependency_untracked': [ |
+ 'test/data/', |
+ ], |
+ }, |
+ }], |
], |
} |