| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/symlink.gni") | 5 import("//build/symlink.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 if (is_android) { | 8 if (is_android) { |
| 9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
| 10 } | 10 } |
| (...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 800 "src/client/mac/handler/minidump_generator.h", | 800 "src/client/mac/handler/minidump_generator.h", |
| 801 "src/client/mac/handler/protected_memory_allocator.cc", | 801 "src/client/mac/handler/protected_memory_allocator.cc", |
| 802 "src/client/mac/handler/protected_memory_allocator.h", | 802 "src/client/mac/handler/protected_memory_allocator.h", |
| 803 "src/client/mac/sender/uploader.h", | 803 "src/client/mac/sender/uploader.h", |
| 804 "src/client/mac/sender/uploader.mm", | 804 "src/client/mac/sender/uploader.mm", |
| 805 "src/client/minidump_file_writer-inl.h", | 805 "src/client/minidump_file_writer-inl.h", |
| 806 "src/client/minidump_file_writer.cc", | 806 "src/client/minidump_file_writer.cc", |
| 807 "src/client/minidump_file_writer.h", | 807 "src/client/minidump_file_writer.h", |
| 808 "src/common/convert_UTF.c", | 808 "src/common/convert_UTF.c", |
| 809 "src/common/convert_UTF.h", | 809 "src/common/convert_UTF.h", |
| 810 "src/common/mac/GTMLogger.h", | |
| 811 "src/common/mac/GTMLogger.m", | |
| 812 "src/common/mac/HTTPMultipartUpload.m", | 810 "src/common/mac/HTTPMultipartUpload.m", |
| 813 "src/common/mac/file_id.cc", | 811 "src/common/mac/file_id.cc", |
| 814 "src/common/mac/file_id.h", | 812 "src/common/mac/file_id.h", |
| 815 "src/common/mac/macho_id.cc", | 813 "src/common/mac/macho_id.cc", |
| 816 "src/common/mac/macho_id.h", | 814 "src/common/mac/macho_id.h", |
| 817 "src/common/mac/macho_utilities.cc", | 815 "src/common/mac/macho_utilities.cc", |
| 818 "src/common/mac/macho_utilities.h", | 816 "src/common/mac/macho_utilities.h", |
| 819 "src/common/mac/macho_walker.cc", | 817 "src/common/mac/macho_walker.cc", |
| 820 "src/common/mac/macho_walker.h", | 818 "src/common/mac/macho_walker.h", |
| 821 "src/common/mac/string_utilities.cc", | 819 "src/common/mac/string_utilities.cc", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 | 897 |
| 900 if (is_android) { | 898 if (is_android) { |
| 901 # TODO(GYP_GONE) Delete this after we've converted everything to GN. | 899 # TODO(GYP_GONE) Delete this after we've converted everything to GN. |
| 902 group("breakpad_unittests_deps") { | 900 group("breakpad_unittests_deps") { |
| 903 testonly = true | 901 testonly = true |
| 904 deps = [ | 902 deps = [ |
| 905 ":breakpad_unittests", | 903 ":breakpad_unittests", |
| 906 ] | 904 ] |
| 907 } | 905 } |
| 908 } | 906 } |
| OLD | NEW |