Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: BUILD.gn

Issue 2697013009: Move ArrayBuffer.prototype.slice implementation to C++ (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/builtins/builtins-arraybuffer.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 432
433 # NOSORT 433 # NOSORT
434 sources = [ 434 sources = [
435 "src/js/macros.py", 435 "src/js/macros.py",
436 "src/messages.h", 436 "src/messages.h",
437 "src/js/prologue.js", 437 "src/js/prologue.js",
438 "src/js/runtime.js", 438 "src/js/runtime.js",
439 "src/js/v8natives.js", 439 "src/js/v8natives.js",
440 "src/js/array.js", 440 "src/js/array.js",
441 "src/js/string.js", 441 "src/js/string.js",
442 "src/js/arraybuffer.js",
443 "src/js/typedarray.js", 442 "src/js/typedarray.js",
444 "src/js/collection.js", 443 "src/js/collection.js",
445 "src/js/weak-collection.js", 444 "src/js/weak-collection.js",
446 "src/js/collection-iterator.js", 445 "src/js/collection-iterator.js",
447 "src/js/promise.js", 446 "src/js/promise.js",
448 "src/js/messages.js", 447 "src/js/messages.js",
449 "src/js/templates.js", 448 "src/js/templates.js",
450 "src/js/spread.js", 449 "src/js/spread.js",
451 "src/js/proxy.js", 450 "src/js/proxy.js",
452 "src/js/harmony-string-padding.js", 451 "src/js/harmony-string-padding.js",
(...skipping 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after
3094 ] 3093 ]
3095 3094
3096 configs = [ 3095 configs = [
3097 ":external_config", 3096 ":external_config",
3098 ":internal_config_base", 3097 ":internal_config_base",
3099 ] 3098 ]
3100 } 3099 }
3101 3100
3102 v8_fuzzer("wasm_data_section_fuzzer") { 3101 v8_fuzzer("wasm_data_section_fuzzer") {
3103 } 3102 }
OLDNEW
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/builtins/builtins-arraybuffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698