Side by Side Diff: third_party/crazy_linker/OWNERS
Issue 23717023 :
Android: Add chrome-specific dynamic linker. (Closed)
Patch Set: Remove findbugs issues.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
base/android/java/src/org/chromium/base/Linker.java
base/android/linker/crazy_linker_jni.cpp
base/base.gyp
build/android/gyp/gcc_preprocess.py
build/common.gypi
build/java_apk.gypi
content/public/android/java/src/org/chromium/content/app/ChildProcessService.java
content/public/android/java/src/org/chromium/content/app/LibraryLoader.java
content/public/android/java/src/org/chromium/content/browser/ChildProcessConnection.java
content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java
content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
content/public/android/java/templates/NativeLibraries.template
third_party/crazy_linker/OWNERS
third_party/crazy_linker/README.chromium
third_party/crazy_linker/crazy_linker.gypi
third_party/crazy_linker/crazy_linker/Android.mk
third_party/crazy_linker/crazy_linker/LICENSE
third_party/crazy_linker/crazy_linker/README.NDK
third_party/crazy_linker/crazy_linker/README.TXT
third_party/crazy_linker/crazy_linker/include/crazy_linker.h
third_party/crazy_linker/crazy_linker/minitest/minitest.h
third_party/crazy_linker/crazy_linker/minitest/minitest.cc
third_party/crazy_linker/crazy_linker/src/crazy_linker_api.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_ashmem.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_ashmem.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_ashmem_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_debug.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_debug.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_elf_loader.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_elf_loader.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_elf_relocator.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_elf_relocator.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_error.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_error.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_error_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_globals.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_globals.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_globals_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_library_list.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_library_list.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_library_view.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_library_view.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_line_reader.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_line_reader.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_line_reader_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_proc_maps.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_proc_maps.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_proc_maps_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_rdebug.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_rdebug.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_search_path_list.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_search_path_list.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_search_path_list_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_shared_library.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_shared_library.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_system.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_system.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_system_mock.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_system_mock.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_system_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_thread.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_thread.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_thread_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_util.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_util.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_util_unittest.cpp
third_party/crazy_linker/crazy_linker/src/crazy_linker_wrappers.h
third_party/crazy_linker/crazy_linker/src/crazy_linker_wrappers.cpp
third_party/crazy_linker/crazy_linker/src/elf_traits.h
third_party/crazy_linker/crazy_linker/src/linker_phdr.h
third_party/crazy_linker/crazy_linker/src/linker_phdr.cpp
third_party/crazy_linker/crazy_linker/tests/Android.mk
third_party/crazy_linker/crazy_linker/tests/bar.cpp
third_party/crazy_linker/crazy_linker/tests/bench_load_library.cpp
third_party/crazy_linker/crazy_linker/tests/foo.cpp
third_party/crazy_linker/crazy_linker/tests/foo_with_relro.cpp
third_party/crazy_linker/crazy_linker/tests/foo_with_static_constructor.cpp
third_party/crazy_linker/crazy_linker/tests/test_constructors_destructors.cpp
third_party/crazy_linker/crazy_linker/tests/test_dl_wrappers.cpp
third_party/crazy_linker/crazy_linker/tests/test_load_library.cpp
third_party/crazy_linker/crazy_linker/tests/test_load_library_depends.cpp
third_party/crazy_linker/crazy_linker/tests/test_relro_sharing.cpp
third_party/crazy_linker/crazy_linker/tests/zoo.cpp