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

Side by Side Diff: BUILD.gn

Issue 366153002: Add script streaming API (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased again? Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »
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 # TODO(jochen): These will need to be user-settable to support standalone V8 5 # TODO(jochen): These will need to be user-settable to support standalone V8
6 # builds. 6 # builds.
7 v8_compress_startup_data = "off" 7 v8_compress_startup_data = "off"
8 v8_deprecation_warnings = false 8 v8_deprecation_warnings = false
9 v8_enable_disassembler = false 9 v8_enable_disassembler = false
10 v8_enable_gdbjit = false 10 v8_enable_gdbjit = false
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "src/arguments.cc", 428 "src/arguments.cc",
429 "src/arguments.h", 429 "src/arguments.h",
430 "src/assembler.cc", 430 "src/assembler.cc",
431 "src/assembler.h", 431 "src/assembler.h",
432 "src/assert-scope.h", 432 "src/assert-scope.h",
433 "src/assert-scope.cc", 433 "src/assert-scope.cc",
434 "src/ast-value-factory.cc", 434 "src/ast-value-factory.cc",
435 "src/ast-value-factory.h", 435 "src/ast-value-factory.h",
436 "src/ast.cc", 436 "src/ast.cc",
437 "src/ast.h", 437 "src/ast.h",
438 "src/background-parsing-task.cc",
439 "src/background-parsing-task.h",
438 "src/bignum-dtoa.cc", 440 "src/bignum-dtoa.cc",
439 "src/bignum-dtoa.h", 441 "src/bignum-dtoa.h",
440 "src/bignum.cc", 442 "src/bignum.cc",
441 "src/bignum.h", 443 "src/bignum.h",
442 "src/bootstrapper.cc", 444 "src/bootstrapper.cc",
443 "src/bootstrapper.h", 445 "src/bootstrapper.h",
444 "src/builtins.cc", 446 "src/builtins.cc",
445 "src/builtins.h", 447 "src/builtins.h",
446 "src/bytecodes-irregexp.h", 448 "src/bytecodes-irregexp.h",
447 "src/cached-powers.cc", 449 "src/cached-powers.cc",
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 deps = [ 1364 deps = [
1363 ":v8_base", 1365 ":v8_base",
1364 ":v8_nosnapshot", 1366 ":v8_nosnapshot",
1365 ] 1367 ]
1366 } 1368 }
1367 1369
1368 direct_dependent_configs = [ ":external_config" ] 1370 direct_dependent_configs = [ ":external_config" ]
1369 } 1371 }
1370 1372
1371 } 1373 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698