| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "memory/discardable_memory_manager.cc", | 306 "memory/discardable_memory_manager.cc", |
| 307 "memory/discardable_memory_manager.h", | 307 "memory/discardable_memory_manager.h", |
| 308 "memory/discardable_memory_win.cc", | 308 "memory/discardable_memory_win.cc", |
| 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_task_runner.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_open_process.h", | 319 "memory/scoped_open_process.h", |
| 320 "memory/scoped_policy.h", | 320 "memory/scoped_policy.h", |
| 321 "memory/scoped_ptr.h", | 321 "memory/scoped_ptr.h", |
| 322 "memory/scoped_vector.h", | 322 "memory/scoped_vector.h", |
| 323 "memory/shared_memory.h", | 323 "memory/shared_memory.h", |
| 324 "memory/shared_memory_android.cc", | 324 "memory/shared_memory_android.cc", |
| 325 "memory/shared_memory_nacl.cc", | 325 "memory/shared_memory_nacl.cc", |
| 326 "memory/shared_memory_posix.cc", | 326 "memory/shared_memory_posix.cc", |
| (...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1412 "android/java/templates/NativeLibraries.template", | 1412 "android/java/templates/NativeLibraries.template", |
| 1413 ] | 1413 ] |
| 1414 inputs = [ | 1414 inputs = [ |
| 1415 "android/java/templates/native_libraries_array.h", | 1415 "android/java/templates/native_libraries_array.h", |
| 1416 ] | 1416 ] |
| 1417 | 1417 |
| 1418 package_name = "org/chromium/base/library_loader" | 1418 package_name = "org/chromium/base/library_loader" |
| 1419 include_path = "android/java/templates" | 1419 include_path = "android/java/templates" |
| 1420 } | 1420 } |
| 1421 } | 1421 } |
| OLD | NEW |