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/android/rules.gni") | 5 import("//build/config/android/rules.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 | 7 |
8 component("base") { | 8 component("base") { |
9 sources = [ | 9 sources = [ |
10 "third_party/dmg_fp/dmg_fp.h", | 10 "third_party/dmg_fp/dmg_fp.h", |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "memory/linked_ptr.h", | 309 "memory/linked_ptr.h", |
310 "memory/manual_constructor.h", | 310 "memory/manual_constructor.h", |
311 "memory/memory_pressure_listener.cc", | 311 "memory/memory_pressure_listener.cc", |
312 "memory/memory_pressure_listener.h", | 312 "memory/memory_pressure_listener.h", |
313 "memory/raw_scoped_refptr_mismatch_checker.h", | 313 "memory/raw_scoped_refptr_mismatch_checker.h", |
314 "memory/ref_counted.cc", | 314 "memory/ref_counted.cc", |
315 "memory/ref_counted.h", | 315 "memory/ref_counted.h", |
316 "memory/ref_counted_delete_on_message_loop.h", | 316 "memory/ref_counted_delete_on_message_loop.h", |
317 "memory/ref_counted_memory.cc", | 317 "memory/ref_counted_memory.cc", |
318 "memory/ref_counted_memory.h", | 318 "memory/ref_counted_memory.h", |
319 "memory/scoped_handle.h", | |
320 "memory/scoped_open_process.h", | 319 "memory/scoped_open_process.h", |
321 "memory/scoped_policy.h", | 320 "memory/scoped_policy.h", |
322 "memory/scoped_ptr.h", | 321 "memory/scoped_ptr.h", |
323 "memory/scoped_vector.h", | 322 "memory/scoped_vector.h", |
324 "memory/shared_memory.h", | 323 "memory/shared_memory.h", |
325 "memory/shared_memory_android.cc", | 324 "memory/shared_memory_android.cc", |
326 "memory/shared_memory_nacl.cc", | 325 "memory/shared_memory_nacl.cc", |
327 "memory/shared_memory_posix.cc", | 326 "memory/shared_memory_posix.cc", |
328 "memory/shared_memory_win.cc", | 327 "memory/shared_memory_win.cc", |
329 "memory/singleton.cc", | 328 "memory/singleton.cc", |
(...skipping 1083 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1413 "android/java/templates/NativeLibraries.template", | 1412 "android/java/templates/NativeLibraries.template", |
1414 ] | 1413 ] |
1415 source_prereqs = [ | 1414 source_prereqs = [ |
1416 "android/java/templates/native_libraries_array.h", | 1415 "android/java/templates/native_libraries_array.h", |
1417 ] | 1416 ] |
1418 | 1417 |
1419 package_name = "org/chromium/base/library_loader" | 1418 package_name = "org/chromium/base/library_loader" |
1420 include_path = "android/java/templates" | 1419 include_path = "android/java/templates" |
1421 } | 1420 } |
1422 } | 1421 } |
OLD | NEW |