summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2014-10-01 06:21:42 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-01 13:22:03 +0000
commit8214754ee5771bb64dfe9605f024cfd7c241a01e (patch)
treecc65c74d55cbed53518a533fd27a00011587c5c6 /breakpad
parentccc3e81690cd734c1ce7679cd2cf43478c1287fa (diff)
downloadchromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.zip
chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.tar.gz
chromium_src-8214754ee5771bb64dfe9605f024cfd7c241a01e.tar.bz2
Rename all isolate_dependency_* to files.
Merges the lists when relevant. This simplify the management significantly. Remove the .isolate from the '*_run' target 'includes' section. TBR=vadimsh@chromium.org BUG=swarming:148 Review URL: https://codereview.chromium.org/614923005 Cr-Commit-Position: refs/heads/master@{#297633}
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad_unittests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/breakpad_unittests.isolate b/breakpad/breakpad_unittests.isolate
index 6334b39..24c1634 100644
--- a/breakpad/breakpad_unittests.isolate
+++ b/breakpad/breakpad_unittests.isolate
@@ -5,7 +5,7 @@
'conditions': [
['OS=="android"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/linux_dumper_unittest_helper',
],
},