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

Side by Side Diff: BUILD.gn

Issue 338553002: Fix gn build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "src/allocation-tracker.cc", 358 "src/allocation-tracker.cc",
359 "src/allocation-tracker.h", 359 "src/allocation-tracker.h",
360 "src/api.cc", 360 "src/api.cc",
361 "src/api.h", 361 "src/api.h",
362 "src/arguments.cc", 362 "src/arguments.cc",
363 "src/arguments.h", 363 "src/arguments.h",
364 "src/assembler.cc", 364 "src/assembler.cc",
365 "src/assembler.h", 365 "src/assembler.h",
366 "src/assert-scope.h", 366 "src/assert-scope.h",
367 "src/assert-scope.cc", 367 "src/assert-scope.cc",
368 "src/ast-value-factory.cc",
369 "src/ast-value-factory.h",
368 "src/ast.cc", 370 "src/ast.cc",
369 "src/ast.h", 371 "src/ast.h",
370 "src/bignum-dtoa.cc", 372 "src/bignum-dtoa.cc",
371 "src/bignum-dtoa.h", 373 "src/bignum-dtoa.h",
372 "src/bignum.cc", 374 "src/bignum.cc",
373 "src/bignum.h", 375 "src/bignum.h",
374 "src/bootstrapper.cc", 376 "src/bootstrapper.cc",
375 "src/bootstrapper.h", 377 "src/bootstrapper.h",
376 "src/builtins.cc", 378 "src/builtins.cc",
377 "src/builtins.h", 379 "src/builtins.h",
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 deps = [ 1057 deps = [
1056 ":v8_base", 1058 ":v8_base",
1057 ":v8_nosnapshot", 1059 ":v8_nosnapshot",
1058 ] 1060 ]
1059 } 1061 }
1060 1062
1061 direct_dependent_configs = [ ":external_config" ] 1063 direct_dependent_configs = [ ":external_config" ]
1062 } 1064 }
1063 1065
1064 } 1066 }
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