| OLD | NEW | 
|     1 # Copyright 2014 The Chromium Authors. All rights reserved. |     1 # Copyright 2014 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/config.gni") |     5 import("//build/config/android/config.gni") | 
|     6 import("//build/config/arm.gni") |     6 import("//build/config/arm.gni") | 
|     7 import("//build/config/mips.gni") |     7 import("//build/config/mips.gni") | 
|     8 import("//build/config/sanitizers/sanitizers.gni") |     8 import("//build/config/sanitizers/sanitizers.gni") | 
|     9  |     9  | 
|    10 if (is_android) { |    10 if (is_android) { | 
| (...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1159     "src/gdb-jit.cc", |  1159     "src/gdb-jit.cc", | 
|  1160     "src/gdb-jit.h", |  1160     "src/gdb-jit.h", | 
|  1161     "src/global-handles.cc", |  1161     "src/global-handles.cc", | 
|  1162     "src/global-handles.h", |  1162     "src/global-handles.h", | 
|  1163     "src/globals.h", |  1163     "src/globals.h", | 
|  1164     "src/handles-inl.h", |  1164     "src/handles-inl.h", | 
|  1165     "src/handles.cc", |  1165     "src/handles.cc", | 
|  1166     "src/handles.h", |  1166     "src/handles.h", | 
|  1167     "src/hashmap.h", |  1167     "src/hashmap.h", | 
|  1168     "src/heap-symbols.h", |  1168     "src/heap-symbols.h", | 
|  1169     "src/heap/array-buffer-tracker-inl.h", |  | 
|  1170     "src/heap/array-buffer-tracker.cc", |  1169     "src/heap/array-buffer-tracker.cc", | 
|  1171     "src/heap/array-buffer-tracker.h", |  1170     "src/heap/array-buffer-tracker.h", | 
|  1172     "src/heap/gc-idle-time-handler.cc", |  1171     "src/heap/gc-idle-time-handler.cc", | 
|  1173     "src/heap/gc-idle-time-handler.h", |  1172     "src/heap/gc-idle-time-handler.h", | 
|  1174     "src/heap/gc-tracer.cc", |  1173     "src/heap/gc-tracer.cc", | 
|  1175     "src/heap/gc-tracer.h", |  1174     "src/heap/gc-tracer.h", | 
|  1176     "src/heap/heap-inl.h", |  1175     "src/heap/heap-inl.h", | 
|  1177     "src/heap/heap.cc", |  1176     "src/heap/heap.cc", | 
|  1178     "src/heap/heap.h", |  1177     "src/heap/heap.h", | 
|  1179     "src/heap/incremental-marking-job.cc", |  1178     "src/heap/incremental-marking-job.cc", | 
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2230   sources = [ |  2229   sources = [ | 
|  2231     "test/fuzzer/wasm-asmjs.cc", |  2230     "test/fuzzer/wasm-asmjs.cc", | 
|  2232   ] |  2231   ] | 
|  2233  |  2232  | 
|  2234   deps = [ |  2233   deps = [ | 
|  2235     ":fuzzer_support", |  2234     ":fuzzer_support", | 
|  2236   ] |  2235   ] | 
|  2237  |  2236  | 
|  2238   configs = [ ":internal_config" ] |  2237   configs = [ ":internal_config" ] | 
|  2239 } |  2238 } | 
| OLD | NEW |