Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3571)

Unified Diff: cc/cc_perftests.isolate

Issue 19040002: [Android] Convert more test targets to use isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/',
+ ],
+ },
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698