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

Unified Diff: PRESUBMIT.py

Issue 2840193003: [Android] Fix stack symbolization when packed relocations are on. (Closed)
Patch Set: tedchoc comment Created 3 years, 8 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/gyp/create_stack_script.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 729b427650903cdb8e304eb8e06fcfc8e321ec5a..9d29982a0432e03586182154df67edb05ade4327 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -353,6 +353,8 @@ _VALID_OS_MACROS = (
_ANDROID_SPECIFIC_PYDEPS_FILES = [
'build/android/test_runner.pydeps',
'build/android/test_wrapper/logdog_wrapper.pydeps',
+ 'build/secondary/third_party/android_platform/'
+ 'development/scripts/stack.pydeps',
'net/tools/testserver/testserver.pydeps',
]
« no previous file with comments | « no previous file | build/android/gyp/create_stack_script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698