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

Side by Side Diff: BUILD.gn

Issue 514583003: Fix GN build after r23442. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | no next file » | 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "src/code-stubs.cc", 455 "src/code-stubs.cc",
456 "src/code-stubs.h", 456 "src/code-stubs.h",
457 "src/code-stubs-hydrogen.cc", 457 "src/code-stubs-hydrogen.cc",
458 "src/code.h", 458 "src/code.h",
459 "src/codegen.cc", 459 "src/codegen.cc",
460 "src/codegen.h", 460 "src/codegen.h",
461 "src/compilation-cache.cc", 461 "src/compilation-cache.cc",
462 "src/compilation-cache.h", 462 "src/compilation-cache.h",
463 "src/compiler/ast-graph-builder.cc", 463 "src/compiler/ast-graph-builder.cc",
464 "src/compiler/ast-graph-builder.h", 464 "src/compiler/ast-graph-builder.h",
465 "src/compiler/change-lowering.cc",
466 "src/compiler/change-lowering.h",
465 "src/compiler/code-generator-impl.h", 467 "src/compiler/code-generator-impl.h",
466 "src/compiler/code-generator.cc", 468 "src/compiler/code-generator.cc",
467 "src/compiler/code-generator.h", 469 "src/compiler/code-generator.h",
468 "src/compiler/common-node-cache.h", 470 "src/compiler/common-node-cache.h",
469 "src/compiler/common-operator.h", 471 "src/compiler/common-operator.h",
470 "src/compiler/control-builders.cc", 472 "src/compiler/control-builders.cc",
471 "src/compiler/control-builders.h", 473 "src/compiler/control-builders.h",
472 "src/compiler/frame.h", 474 "src/compiler/frame.h",
473 "src/compiler/gap-resolver.cc", 475 "src/compiler/gap-resolver.cc",
474 "src/compiler/gap-resolver.h", 476 "src/compiler/gap-resolver.h",
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 deps = [ 1347 deps = [
1346 ":v8_base", 1348 ":v8_base",
1347 ":v8_nosnapshot", 1349 ":v8_nosnapshot",
1348 ] 1350 ]
1349 } 1351 }
1350 1352
1351 direct_dependent_configs = [ ":external_config" ] 1353 direct_dependent_configs = [ ":external_config" ]
1352 } 1354 }
1353 1355
1354 } 1356 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698