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

Unified Diff: breakpad/breakpad_unittests.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
« no previous file with comments | « no previous file | build/android/pylib/browsertests/dispatch.py » ('j') | cc/cc_perftests.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad_unittests.isolate
diff --git a/breakpad/breakpad_unittests.isolate b/breakpad/breakpad_unittests.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..e29345271270ac1548741e8fd5f822391e98e347
--- /dev/null
+++ b/breakpad/breakpad_unittests.isolate
@@ -0,0 +1,14 @@
+# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'conditions': [
+ ['OS=="android"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
M-A Ruel 2013/07/11 19:07:23 s/untracked/tracked/ in every .isolate file when r
frankf 2013/07/11 20:32:25 Done.
+ '<(PRODUCT_DIR)/linux_dumper_unittest_helper',
+ ],
+ },
+ }],
+ ],
+}
« no previous file with comments | « no previous file | build/android/pylib/browsertests/dispatch.py » ('j') | cc/cc_perftests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698