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

Side by Side Diff: BUILD.gn

Issue 328883005: 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "src/extensions/gc-extension.h", 440 "src/extensions/gc-extension.h",
441 "src/extensions/statistics-extension.cc", 441 "src/extensions/statistics-extension.cc",
442 "src/extensions/statistics-extension.h", 442 "src/extensions/statistics-extension.h",
443 "src/extensions/trigger-failure-extension.cc", 443 "src/extensions/trigger-failure-extension.cc",
444 "src/extensions/trigger-failure-extension.h", 444 "src/extensions/trigger-failure-extension.h",
445 "src/factory.cc", 445 "src/factory.cc",
446 "src/factory.h", 446 "src/factory.h",
447 "src/fast-dtoa.cc", 447 "src/fast-dtoa.cc",
448 "src/fast-dtoa.h", 448 "src/fast-dtoa.h",
449 "src/feedback-slots.h", 449 "src/feedback-slots.h",
450 "src/field-index.cc",
451 "src/field-index.h",
452 "src/field-index-inl.h",
450 "src/fixed-dtoa.cc", 453 "src/fixed-dtoa.cc",
451 "src/fixed-dtoa.h", 454 "src/fixed-dtoa.h",
452 "src/flag-definitions.h", 455 "src/flag-definitions.h",
453 "src/flags.cc", 456 "src/flags.cc",
454 "src/flags.h", 457 "src/flags.h",
455 "src/frames-inl.h", 458 "src/frames-inl.h",
456 "src/frames.cc", 459 "src/frames.cc",
457 "src/frames.h", 460 "src/frames.h",
458 "src/full-codegen.cc", 461 "src/full-codegen.cc",
459 "src/full-codegen.h", 462 "src/full-codegen.h",
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 deps = [ 1053 deps = [
1051 ":v8_base", 1054 ":v8_base",
1052 ":v8_nosnapshot", 1055 ":v8_nosnapshot",
1053 ] 1056 ]
1054 } 1057 }
1055 1058
1056 direct_dependent_configs = [ ":external_config" ] 1059 direct_dependent_configs = [ ":external_config" ]
1057 } 1060 }
1058 1061
1059 } 1062 }
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