OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 "critical_closure.h", | 126 "critical_closure.h", |
127 "critical_closure_internal_ios.mm", | 127 "critical_closure_internal_ios.mm", |
128 "debug/alias.cc", | 128 "debug/alias.cc", |
129 "debug/alias.h", | 129 "debug/alias.h", |
130 "debug/crash_logging.cc", | 130 "debug/crash_logging.cc", |
131 "debug/crash_logging.h", | 131 "debug/crash_logging.h", |
132 "debug/debugger.cc", | 132 "debug/debugger.cc", |
133 "debug/debugger.h", | 133 "debug/debugger.h", |
134 "debug/debugger_posix.cc", | 134 "debug/debugger_posix.cc", |
135 "debug/debugger_win.cc", | 135 "debug/debugger_win.cc", |
| 136 "debug/dump_without_crashing.cc", |
| 137 "debug/dump_without_crashing.hh", |
| 138 "debug/gdi_debug_util_win.cc", |
| 139 "debug/gdi_debug_util_win.h", |
136 # This file depends on files from the "allocator" target, | 140 # This file depends on files from the "allocator" target, |
137 # but this target does not depend on "allocator" (see | 141 # but this target does not depend on "allocator" (see |
138 # allocator.gyp for details). | 142 # allocator.gyp for details). |
139 "debug/leak_annotations.h", | 143 "debug/leak_annotations.h", |
140 "debug/leak_tracker.h", | 144 "debug/leak_tracker.h", |
141 "debug/proc_maps_linux.cc", | 145 "debug/proc_maps_linux.cc", |
142 "debug/proc_maps_linux.h", | 146 "debug/proc_maps_linux.h", |
143 "debug/profiler.cc", | 147 "debug/profiler.cc", |
144 "debug/profiler.h", | 148 "debug/profiler.h", |
145 "debug/stack_trace.cc", | 149 "debug/stack_trace.cc", |
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1418 "android/java/templates/NativeLibraries.template", | 1422 "android/java/templates/NativeLibraries.template", |
1419 ] | 1423 ] |
1420 inputs = [ | 1424 inputs = [ |
1421 "android/java/templates/native_libraries_array.h", | 1425 "android/java/templates/native_libraries_array.h", |
1422 ] | 1426 ] |
1423 | 1427 |
1424 package_name = "org/chromium/base/library_loader" | 1428 package_name = "org/chromium/base/library_loader" |
1425 include_path = "android/java/templates" | 1429 include_path = "android/java/templates" |
1426 } | 1430 } |
1427 } | 1431 } |
OLD | NEW |