| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 152     "android/sys_utils.cc", | 152     "android/sys_utils.cc", | 
| 153     "android/sys_utils.h", | 153     "android/sys_utils.h", | 
| 154     "android/thread_utils.h", | 154     "android/thread_utils.h", | 
| 155     "android/trace_event_binding.cc", | 155     "android/trace_event_binding.cc", | 
| 156     "android/trace_event_binding.h", | 156     "android/trace_event_binding.h", | 
| 157     "at_exit.cc", | 157     "at_exit.cc", | 
| 158     "at_exit.h", | 158     "at_exit.h", | 
| 159     "atomic_ref_count.h", | 159     "atomic_ref_count.h", | 
| 160     "atomic_sequence_num.h", | 160     "atomic_sequence_num.h", | 
| 161     "atomicops.h", | 161     "atomicops.h", | 
| 162     "atomicops_internals_mac.h", |  | 
| 163     "atomicops_internals_portable.h", | 162     "atomicops_internals_portable.h", | 
| 164     "atomicops_internals_x86_msvc.h", | 163     "atomicops_internals_x86_msvc.h", | 
| 165     "auto_reset.h", | 164     "auto_reset.h", | 
| 166     "barrier_closure.cc", | 165     "barrier_closure.cc", | 
| 167     "barrier_closure.h", | 166     "barrier_closure.h", | 
| 168     "base64.cc", | 167     "base64.cc", | 
| 169     "base64.h", | 168     "base64.h", | 
| 170     "base64url.cc", | 169     "base64url.cc", | 
| 171     "base64url.h", | 170     "base64url.h", | 
| 172     "base_export.h", | 171     "base_export.h", | 
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 914         "linux_util.h", | 913         "linux_util.h", | 
| 915       ] | 914       ] | 
| 916     } | 915     } | 
| 917   } | 916   } | 
| 918 | 917 | 
| 919   # iOS | 918   # iOS | 
| 920   if (is_ios) { | 919   if (is_ios) { | 
| 921     set_sources_assignment_filter([]) | 920     set_sources_assignment_filter([]) | 
| 922 | 921 | 
| 923     sources += [ | 922     sources += [ | 
| 924       "atomicops_internals_mac.h", |  | 
| 925       "base_paths_mac.h", | 923       "base_paths_mac.h", | 
| 926       "base_paths_mac.mm", | 924       "base_paths_mac.mm", | 
| 927       "file_version_info_mac.h", | 925       "file_version_info_mac.h", | 
| 928       "file_version_info_mac.mm", | 926       "file_version_info_mac.mm", | 
| 929       "files/file_util_mac.mm", | 927       "files/file_util_mac.mm", | 
| 930       "mac/bundle_locations.h", | 928       "mac/bundle_locations.h", | 
| 931       "mac/bundle_locations.mm", | 929       "mac/bundle_locations.mm", | 
| 932       "mac/call_with_eh_frame.cc", | 930       "mac/call_with_eh_frame.cc", | 
| 933       "mac/call_with_eh_frame.h", | 931       "mac/call_with_eh_frame.h", | 
| 934       "mac/foundation_util.h", | 932       "mac/foundation_util.h", | 
| (...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1751 | 1749 | 
| 1752   # GYP: //base.gyp:base_java_unittest_support | 1750   # GYP: //base.gyp:base_java_unittest_support | 
| 1753   android_library("base_java_unittest_support") { | 1751   android_library("base_java_unittest_support") { | 
| 1754     deps = [ | 1752     deps = [ | 
| 1755       ":base_java", | 1753       ":base_java", | 
| 1756     ] | 1754     ] | 
| 1757     java_files = | 1755     java_files = | 
| 1758         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 1756         [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 
| 1759   } | 1757   } | 
| 1760 } | 1758 } | 
| OLD | NEW | 
|---|