| 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/compiler/compiler.gni") | 5 import("//build/config/compiler/compiler.gni") | 
| 6 import("//build/config/nacl/config.gni") | 6 import("//build/config/nacl/config.gni") | 
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") | 
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") | 
| 9 | 9 | 
| 10 if (is_android) { | 10 if (is_android) { | 
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 189     "callback_internal.h", | 189     "callback_internal.h", | 
| 190     "cancelable_callback.h", | 190     "cancelable_callback.h", | 
| 191     "command_line.cc", | 191     "command_line.cc", | 
| 192     "command_line.h", | 192     "command_line.h", | 
| 193     "compiler_specific.h", | 193     "compiler_specific.h", | 
| 194     "containers/adapters.h", | 194     "containers/adapters.h", | 
| 195     "containers/hash_tables.h", | 195     "containers/hash_tables.h", | 
| 196     "containers/linked_list.h", | 196     "containers/linked_list.h", | 
| 197     "containers/mru_cache.h", | 197     "containers/mru_cache.h", | 
| 198     "containers/scoped_ptr_hash_map.h", | 198     "containers/scoped_ptr_hash_map.h", | 
| 199     "containers/scoped_ptr_map.h", |  | 
| 200     "containers/small_map.h", | 199     "containers/small_map.h", | 
| 201     "containers/stack_container.h", | 200     "containers/stack_container.h", | 
| 202     "cpu.cc", | 201     "cpu.cc", | 
| 203     "cpu.h", | 202     "cpu.h", | 
| 204     "critical_closure.h", | 203     "critical_closure.h", | 
| 205     "critical_closure_internal_ios.mm", | 204     "critical_closure_internal_ios.mm", | 
| 206     "deferred_sequenced_task_runner.cc", | 205     "deferred_sequenced_task_runner.cc", | 
| 207     "deferred_sequenced_task_runner.h", | 206     "deferred_sequenced_task_runner.h", | 
| 208     "environment.cc", | 207     "environment.cc", | 
| 209     "environment.h", | 208     "environment.h", | 
| (...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1282     "callback_list_unittest.nc", | 1281     "callback_list_unittest.nc", | 
| 1283     "callback_unittest.cc", | 1282     "callback_unittest.cc", | 
| 1284     "callback_unittest.nc", | 1283     "callback_unittest.nc", | 
| 1285     "cancelable_callback_unittest.cc", | 1284     "cancelable_callback_unittest.cc", | 
| 1286     "command_line_unittest.cc", | 1285     "command_line_unittest.cc", | 
| 1287     "containers/adapters_unittest.cc", | 1286     "containers/adapters_unittest.cc", | 
| 1288     "containers/hash_tables_unittest.cc", | 1287     "containers/hash_tables_unittest.cc", | 
| 1289     "containers/linked_list_unittest.cc", | 1288     "containers/linked_list_unittest.cc", | 
| 1290     "containers/mru_cache_unittest.cc", | 1289     "containers/mru_cache_unittest.cc", | 
| 1291     "containers/scoped_ptr_hash_map_unittest.cc", | 1290     "containers/scoped_ptr_hash_map_unittest.cc", | 
| 1292     "containers/scoped_ptr_map_unittest.cc", |  | 
| 1293     "containers/small_map_unittest.cc", | 1291     "containers/small_map_unittest.cc", | 
| 1294     "containers/stack_container_unittest.cc", | 1292     "containers/stack_container_unittest.cc", | 
| 1295     "cpu_unittest.cc", | 1293     "cpu_unittest.cc", | 
| 1296     "debug/crash_logging_unittest.cc", | 1294     "debug/crash_logging_unittest.cc", | 
| 1297     "debug/debugger_unittest.cc", | 1295     "debug/debugger_unittest.cc", | 
| 1298     "debug/leak_tracker_unittest.cc", | 1296     "debug/leak_tracker_unittest.cc", | 
| 1299     "debug/proc_maps_linux_unittest.cc", | 1297     "debug/proc_maps_linux_unittest.cc", | 
| 1300     "debug/stack_trace_unittest.cc", | 1298     "debug/stack_trace_unittest.cc", | 
| 1301     "debug/task_annotator_unittest.cc", | 1299     "debug/task_annotator_unittest.cc", | 
| 1302     "deferred_sequenced_task_runner_unittest.cc", | 1300     "deferred_sequenced_task_runner_unittest.cc", | 
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1750 | 1748 | 
| 1751   # GYP: //base.gyp:base_java_unittest_support | 1749   # GYP: //base.gyp:base_java_unittest_support | 
| 1752   android_library("base_java_unittest_support") { | 1750   android_library("base_java_unittest_support") { | 
| 1753     deps = [ | 1751     deps = [ | 
| 1754       ":base_java", | 1752       ":base_java", | 
| 1755     ] | 1753     ] | 
| 1756     java_files = | 1754     java_files = | 
| 1757         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1755         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 
| 1758   } | 1756   } | 
| 1759 } | 1757 } | 
| OLD | NEW | 
|---|