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

Side by Side Diff: BUILD.gn

Issue 488103002: Fix BUILD.gn. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "src/compiler/js-operator.h", 504 "src/compiler/js-operator.h",
505 "src/compiler/js-typed-lowering.cc", 505 "src/compiler/js-typed-lowering.cc",
506 "src/compiler/js-typed-lowering.h", 506 "src/compiler/js-typed-lowering.h",
507 "src/compiler/linkage-impl.h", 507 "src/compiler/linkage-impl.h",
508 "src/compiler/linkage.cc", 508 "src/compiler/linkage.cc",
509 "src/compiler/linkage.h", 509 "src/compiler/linkage.h",
510 "src/compiler/machine-node-factory.h", 510 "src/compiler/machine-node-factory.h",
511 "src/compiler/machine-operator-reducer.cc", 511 "src/compiler/machine-operator-reducer.cc",
512 "src/compiler/machine-operator-reducer.h", 512 "src/compiler/machine-operator-reducer.h",
513 "src/compiler/machine-operator.h", 513 "src/compiler/machine-operator.h",
514 "src/compiler/machine-type.cc",
515 "src/compiler/machine-type.h",
514 "src/compiler/node-aux-data-inl.h", 516 "src/compiler/node-aux-data-inl.h",
515 "src/compiler/node-aux-data.h", 517 "src/compiler/node-aux-data.h",
516 "src/compiler/node-cache.cc", 518 "src/compiler/node-cache.cc",
517 "src/compiler/node-cache.h", 519 "src/compiler/node-cache.h",
518 "src/compiler/node-matchers.h", 520 "src/compiler/node-matchers.h",
519 "src/compiler/node-properties-inl.h", 521 "src/compiler/node-properties-inl.h",
520 "src/compiler/node-properties.h", 522 "src/compiler/node-properties.h",
521 "src/compiler/node.cc", 523 "src/compiler/node.cc",
522 "src/compiler/node.h", 524 "src/compiler/node.h",
523 "src/compiler/opcodes.h", 525 "src/compiler/opcodes.h",
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 deps = [ 1277 deps = [
1276 ":v8_base", 1278 ":v8_base",
1277 ":v8_nosnapshot", 1279 ":v8_nosnapshot",
1278 ] 1280 ]
1279 } 1281 }
1280 1282
1281 direct_dependent_configs = [ ":external_config" ] 1283 direct_dependent_configs = [ ":external_config" ]
1282 } 1284 }
1283 1285
1284 } 1286 }
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