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

Unified Diff: third_party/android_crazy_linker/crazy_linker.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 | « third_party/adobe/flash/flash_player.gyp ('k') | third_party/android_data_chart/android_data_chart.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_crazy_linker/crazy_linker.gyp
diff --git a/third_party/android_crazy_linker/crazy_linker.gyp b/third_party/android_crazy_linker/crazy_linker.gyp
deleted file mode 100644
index 6869c0d46857ac9fa8f9eba0dc38f5d7d7c814a6..0000000000000000000000000000000000000000
--- a/third_party/android_crazy_linker/crazy_linker.gyp
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'targets': [
- {
- # GN: //third_party/android_crazy_linker:android_crazy_linker
- 'target_name': 'crazy_linker',
- 'type': 'static_library',
- 'include_dirs': [
- 'src/include',
- 'src/src',
- ],
- 'defines': [
- 'CRAZY_DEBUG=0',
- ],
- 'sources': [
- 'src/src/crazy_linker_api.cpp',
- 'src/src/crazy_linker_ashmem.cpp',
- 'src/src/crazy_linker_debug.cpp',
- 'src/src/crazy_linker_elf_loader.cpp',
- 'src/src/crazy_linker_elf_relocations.cpp',
- 'src/src/crazy_linker_elf_relro.cpp',
- 'src/src/crazy_linker_elf_symbols.cpp',
- 'src/src/crazy_linker_elf_view.cpp',
- 'src/src/crazy_linker_error.cpp',
- 'src/src/crazy_linker_globals.cpp',
- 'src/src/crazy_linker_library_list.cpp',
- 'src/src/crazy_linker_library_view.cpp',
- 'src/src/crazy_linker_line_reader.cpp',
- 'src/src/crazy_linker_proc_maps.cpp',
- 'src/src/crazy_linker_rdebug.cpp',
- 'src/src/crazy_linker_search_path_list.cpp',
- 'src/src/crazy_linker_shared_library.cpp',
- 'src/src/crazy_linker_system.cpp',
- 'src/src/crazy_linker_thread.cpp',
- 'src/src/crazy_linker_util.cpp',
- 'src/src/crazy_linker_wrappers.cpp',
- 'src/src/crazy_linker_zip.cpp',
- 'src/src/linker_phdr.cpp',
- ],
- 'link_settings': {
- 'libraries': [
- '-llog',
- '-ldl',
- ],
- },
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'src/include',
- ],
- },
- },
- ],
-}
« no previous file with comments | « third_party/adobe/flash/flash_player.gyp ('k') | third_party/android_data_chart/android_data_chart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698