summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT_test.py
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-09-17 01:45:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-17 08:45:51 +0000
commit4e483c64be5136b785e92c5baa971baca7eea2bc (patch)
tree183a45eeb32a5947c96779c0e67c93afcc846f5b /PRESUBMIT_test.py
parent500901ec846ec5b3cf4eee86a30ca245a550dbe6 (diff)
downloadchromium_src-4e483c64be5136b785e92c5baa971baca7eea2bc.zip
chromium_src-4e483c64be5136b785e92c5baa971baca7eea2bc.tar.gz
chromium_src-4e483c64be5136b785e92c5baa971baca7eea2bc.tar.bz2
Turn components/crash into a layered component.
The crash component cannot be used on iOS (as it depends on //content). Turn it into a layered component so that it is possible to put shared code related to crash there (components/crash_keys and objc_zombie.{h,mm}). BUG=522955 TBR=sky@chromium.org TBR=jschuh@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1315303004 Cr-Commit-Position: refs/heads/master@{#349384}
Diffstat (limited to 'PRESUBMIT_test.py')
-rwxr-xr-xPRESUBMIT_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index f57159f..a864f1f 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -482,7 +482,7 @@ class CheckAddedDepsHaveTetsApprovalsTest(unittest.TestCase):
'chrome/plugin/chrome_content_plugin_client.h',
'chrome/utility/chrome_content_utility_client.h',
'chromeos/chromeos_paths.h',
- 'components/crash/DEPS',
+ 'components/crash/content/DEPS',
'components/nacl/common/DEPS',
'content/public/browser/render_process_host.h',
'policy/DEPS',