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

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: special chars fix Created 6 years, 4 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') | include/v8.h » ('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 # 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "src/arguments.cc", 427 "src/arguments.cc",
428 "src/arguments.h", 428 "src/arguments.h",
429 "src/assembler.cc", 429 "src/assembler.cc",
430 "src/assembler.h", 430 "src/assembler.h",
431 "src/assert-scope.h", 431 "src/assert-scope.h",
432 "src/assert-scope.cc", 432 "src/assert-scope.cc",
433 "src/ast-value-factory.cc", 433 "src/ast-value-factory.cc",
434 "src/ast-value-factory.h", 434 "src/ast-value-factory.h",
435 "src/ast.cc", 435 "src/ast.cc",
436 "src/ast.h", 436 "src/ast.h",
437 "src/background-parser-thread.cc",
438 "src/background-parser-thread.h",
437 "src/bignum-dtoa.cc", 439 "src/bignum-dtoa.cc",
438 "src/bignum-dtoa.h", 440 "src/bignum-dtoa.h",
439 "src/bignum.cc", 441 "src/bignum.cc",
440 "src/bignum.h", 442 "src/bignum.h",
441 "src/bootstrapper.cc", 443 "src/bootstrapper.cc",
442 "src/bootstrapper.h", 444 "src/bootstrapper.h",
443 "src/builtins.cc", 445 "src/builtins.cc",
444 "src/builtins.h", 446 "src/builtins.h",
445 "src/bytecodes-irregexp.h", 447 "src/bytecodes-irregexp.h",
446 "src/cached-powers.cc", 448 "src/cached-powers.cc",
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 deps = [ 1274 deps = [
1273 ":v8_base", 1275 ":v8_base",
1274 ":v8_nosnapshot", 1276 ":v8_nosnapshot",
1275 ] 1277 ]
1276 } 1278 }
1277 1279
1278 direct_dependent_configs = [ ":external_config" ] 1280 direct_dependent_configs = [ ":external_config" ]
1279 } 1281 }
1280 1282
1281 } 1283 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698