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

Side by Side Diff: BUILD.gn

Issue 496303003: Add ic-compiler to 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "src/hydrogen-types.h", 710 "src/hydrogen-types.h",
711 "src/hydrogen-uint32-analysis.cc", 711 "src/hydrogen-uint32-analysis.cc",
712 "src/hydrogen-uint32-analysis.h", 712 "src/hydrogen-uint32-analysis.h",
713 "src/i18n.cc", 713 "src/i18n.cc",
714 "src/i18n.h", 714 "src/i18n.h",
715 "src/icu_util.cc", 715 "src/icu_util.cc",
716 "src/icu_util.h", 716 "src/icu_util.h",
717 "src/ic/ic-inl.h", 717 "src/ic/ic-inl.h",
718 "src/ic/ic.cc", 718 "src/ic/ic.cc",
719 "src/ic/ic.h", 719 "src/ic/ic.h",
720 "src/ic/ic-compiler.cc",
721 "src/ic/ic-compiler.h",
720 "src/ic/stub-cache.cc", 722 "src/ic/stub-cache.cc",
721 "src/ic/stub-cache.h", 723 "src/ic/stub-cache.h",
722 "src/interface.cc", 724 "src/interface.cc",
723 "src/interface.h", 725 "src/interface.h",
724 "src/interpreter-irregexp.cc", 726 "src/interpreter-irregexp.cc",
725 "src/interpreter-irregexp.h", 727 "src/interpreter-irregexp.h",
726 "src/isolate.cc", 728 "src/isolate.cc",
727 "src/isolate.h", 729 "src/isolate.h",
728 "src/json-parser.h", 730 "src/json-parser.h",
729 "src/json-stringifier.h", 731 "src/json-stringifier.h",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 deps = [ 1286 deps = [
1285 ":v8_base", 1287 ":v8_base",
1286 ":v8_nosnapshot", 1288 ":v8_nosnapshot",
1287 ] 1289 ]
1288 } 1290 }
1289 1291
1290 direct_dependent_configs = [ ":external_config" ] 1292 direct_dependent_configs = [ ":external_config" ]
1291 } 1293 }
1292 1294
1293 } 1295 }
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