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

Unified Diff: build/secondary/third_party/android_platform/development/scripts/BUILD.gn

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
Index: build/secondary/third_party/android_platform/development/scripts/BUILD.gn
diff --git a/build/secondary/third_party/android_platform/development/scripts/BUILD.gn b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6dabf5ed50e22552816a789f49c4e668fc6145b6
--- /dev/null
+++ b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright 2017 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.
+
+group("stack_py") {
+ _py_files = read_file(
+ "//build/secondary/third_party/android_platform/development/scripts/stack.pydeps",
+ "list lines")
+
+ set_sources_assignment_filter([ "#*" ])
+ sources = _py_files
+ data = sources
+}
« no previous file with comments | « build/print_python_deps.py ('k') | build/secondary/third_party/android_platform/development/scripts/stack.pydeps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698