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 1214813004: Version 4.5.95.1 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.5.95
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | include/v8-version.h » ('j') | 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 "src/heap/heap-inl.h", 848 "src/heap/heap-inl.h",
849 "src/heap/heap.cc", 849 "src/heap/heap.cc",
850 "src/heap/heap.h", 850 "src/heap/heap.h",
851 "src/heap/identity-map.cc", 851 "src/heap/identity-map.cc",
852 "src/heap/identity-map.h", 852 "src/heap/identity-map.h",
853 "src/heap/incremental-marking.cc", 853 "src/heap/incremental-marking.cc",
854 "src/heap/incremental-marking.h", 854 "src/heap/incremental-marking.h",
855 "src/heap/mark-compact-inl.h", 855 "src/heap/mark-compact-inl.h",
856 "src/heap/mark-compact.cc", 856 "src/heap/mark-compact.cc",
857 "src/heap/mark-compact.h", 857 "src/heap/mark-compact.h",
858 "src/heap/memory-reducer.cc",
859 "src/heap/memory-reducer.h",
860 "src/heap/objects-visiting-inl.h", 858 "src/heap/objects-visiting-inl.h",
861 "src/heap/objects-visiting.cc", 859 "src/heap/objects-visiting.cc",
862 "src/heap/objects-visiting.h", 860 "src/heap/objects-visiting.h",
863 "src/heap/spaces-inl.h", 861 "src/heap/spaces-inl.h",
864 "src/heap/spaces.cc", 862 "src/heap/spaces.cc",
865 "src/heap/spaces.h", 863 "src/heap/spaces.h",
866 "src/heap/store-buffer-inl.h", 864 "src/heap/store-buffer-inl.h",
867 "src/heap/store-buffer.cc", 865 "src/heap/store-buffer.cc",
868 "src/heap/store-buffer.h", 866 "src/heap/store-buffer.h",
869 "src/hydrogen-alias-analysis.h", 867 "src/hydrogen-alias-analysis.h",
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 "src/d8-debug.cc", 1706 "src/d8-debug.cc",
1709 "src/d8-debug.h", 1707 "src/d8-debug.h",
1710 "$target_gen_dir/d8-js.cc", 1708 "$target_gen_dir/d8-js.cc",
1711 ] 1709 ]
1712 } 1710 }
1713 if (v8_enable_i18n_support) { 1711 if (v8_enable_i18n_support) {
1714 deps += [ "//third_party/icu" ] 1712 deps += [ "//third_party/icu" ]
1715 } 1713 }
1716 } 1714 }
1717 } 1715 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698