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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "src/js/symbol.js", | 279 "src/js/symbol.js", |
280 "src/js/array.js", | 280 "src/js/array.js", |
281 "src/js/string.js", | 281 "src/js/string.js", |
282 "src/js/uri.js", | 282 "src/js/uri.js", |
283 "src/js/math.js", | 283 "src/js/math.js", |
284 "src/third_party/fdlibm/fdlibm.js", | 284 "src/third_party/fdlibm/fdlibm.js", |
285 "src/js/regexp.js", | 285 "src/js/regexp.js", |
286 "src/js/arraybuffer.js", | 286 "src/js/arraybuffer.js", |
287 "src/js/typedarray.js", | 287 "src/js/typedarray.js", |
288 "src/js/iterator-prototype.js", | 288 "src/js/iterator-prototype.js", |
289 "src/js/object-observe.js", | |
290 "src/js/collection.js", | 289 "src/js/collection.js", |
291 "src/js/weak-collection.js", | 290 "src/js/weak-collection.js", |
292 "src/js/collection-iterator.js", | 291 "src/js/collection-iterator.js", |
293 "src/js/promise.js", | 292 "src/js/promise.js", |
294 "src/js/messages.js", | 293 "src/js/messages.js", |
295 "src/js/json.js", | 294 "src/js/json.js", |
296 "src/js/array-iterator.js", | 295 "src/js/array-iterator.js", |
297 "src/js/string-iterator.js", | 296 "src/js/string-iterator.js", |
298 "src/js/templates.js", | 297 "src/js/templates.js", |
299 "src/js/spread.js", | 298 "src/js/spread.js", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 inputs = [ | 334 inputs = [ |
336 "tools/jsmin.py", | 335 "tools/jsmin.py", |
337 ] | 336 ] |
338 | 337 |
339 # NOSORT | 338 # NOSORT |
340 sources = [ | 339 sources = [ |
341 "src/js/macros.py", | 340 "src/js/macros.py", |
342 "src/messages.h", | 341 "src/messages.h", |
343 "src/js/harmony-atomics.js", | 342 "src/js/harmony-atomics.js", |
344 "src/js/harmony-regexp-exec.js", | 343 "src/js/harmony-regexp-exec.js", |
345 "src/js/harmony-object-observe.js", | |
346 "src/js/harmony-sharedarraybuffer.js", | 344 "src/js/harmony-sharedarraybuffer.js", |
347 "src/js/harmony-simd.js", | 345 "src/js/harmony-simd.js", |
348 "src/js/harmony-species.js", | 346 "src/js/harmony-species.js", |
349 "src/js/harmony-unicode-regexps.js", | 347 "src/js/harmony-unicode-regexps.js", |
350 "src/js/harmony-string-padding.js", | 348 "src/js/harmony-string-padding.js", |
351 "src/js/promise-extra.js", | 349 "src/js/promise-extra.js", |
352 ] | 350 ] |
353 | 351 |
354 outputs = [ | 352 outputs = [ |
355 "$target_gen_dir/experimental-libraries.cc", | 353 "$target_gen_dir/experimental-libraries.cc", |
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1321 "src/runtime/runtime-generator.cc", | 1319 "src/runtime/runtime-generator.cc", |
1322 "src/runtime/runtime-i18n.cc", | 1320 "src/runtime/runtime-i18n.cc", |
1323 "src/runtime/runtime-internal.cc", | 1321 "src/runtime/runtime-internal.cc", |
1324 "src/runtime/runtime-interpreter.cc", | 1322 "src/runtime/runtime-interpreter.cc", |
1325 "src/runtime/runtime-json.cc", | 1323 "src/runtime/runtime-json.cc", |
1326 "src/runtime/runtime-literals.cc", | 1324 "src/runtime/runtime-literals.cc", |
1327 "src/runtime/runtime-liveedit.cc", | 1325 "src/runtime/runtime-liveedit.cc", |
1328 "src/runtime/runtime-maths.cc", | 1326 "src/runtime/runtime-maths.cc", |
1329 "src/runtime/runtime-numbers.cc", | 1327 "src/runtime/runtime-numbers.cc", |
1330 "src/runtime/runtime-object.cc", | 1328 "src/runtime/runtime-object.cc", |
1331 "src/runtime/runtime-observe.cc", | |
1332 "src/runtime/runtime-operators.cc", | 1329 "src/runtime/runtime-operators.cc", |
1333 "src/runtime/runtime-proxy.cc", | 1330 "src/runtime/runtime-proxy.cc", |
1334 "src/runtime/runtime-regexp.cc", | 1331 "src/runtime/runtime-regexp.cc", |
1335 "src/runtime/runtime-scopes.cc", | 1332 "src/runtime/runtime-scopes.cc", |
1336 "src/runtime/runtime-simd.cc", | 1333 "src/runtime/runtime-simd.cc", |
1337 "src/runtime/runtime-strings.cc", | 1334 "src/runtime/runtime-strings.cc", |
1338 "src/runtime/runtime-symbol.cc", | 1335 "src/runtime/runtime-symbol.cc", |
1339 "src/runtime/runtime-test.cc", | 1336 "src/runtime/runtime-test.cc", |
1340 "src/runtime/runtime-typedarray.cc", | 1337 "src/runtime/runtime-typedarray.cc", |
1341 "src/runtime/runtime-uri.cc", | 1338 "src/runtime/runtime-uri.cc", |
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2164 | 2161 |
2165 configs -= [ "//build/config/compiler:chromium_code" ] | 2162 configs -= [ "//build/config/compiler:chromium_code" ] |
2166 configs += [ "//build/config/compiler:no_chromium_code" ] | 2163 configs += [ "//build/config/compiler:no_chromium_code" ] |
2167 configs += [ | 2164 configs += [ |
2168 ":internal_config", | 2165 ":internal_config", |
2169 ":libplatform_config", | 2166 ":libplatform_config", |
2170 ":features", | 2167 ":features", |
2171 ":toolchain", | 2168 ":toolchain", |
2172 ] | 2169 ] |
2173 } | 2170 } |
OLD | NEW |