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

Side by Side Diff: BUILD.gn

Issue 1812853002: Moved the ExternalReferenceTable class to src/external-reference-table.cc/.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 9 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 | src/external-reference-table.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 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 "src/extensions/externalize-string-extension.cc", 1012 "src/extensions/externalize-string-extension.cc",
1013 "src/extensions/externalize-string-extension.h", 1013 "src/extensions/externalize-string-extension.h",
1014 "src/extensions/free-buffer-extension.cc", 1014 "src/extensions/free-buffer-extension.cc",
1015 "src/extensions/free-buffer-extension.h", 1015 "src/extensions/free-buffer-extension.h",
1016 "src/extensions/gc-extension.cc", 1016 "src/extensions/gc-extension.cc",
1017 "src/extensions/gc-extension.h", 1017 "src/extensions/gc-extension.h",
1018 "src/extensions/statistics-extension.cc", 1018 "src/extensions/statistics-extension.cc",
1019 "src/extensions/statistics-extension.h", 1019 "src/extensions/statistics-extension.h",
1020 "src/extensions/trigger-failure-extension.cc", 1020 "src/extensions/trigger-failure-extension.cc",
1021 "src/extensions/trigger-failure-extension.h", 1021 "src/extensions/trigger-failure-extension.h",
1022 "src/external-reference-table.cc",
1023 "src/external-reference-table.h",
1022 "src/factory.cc", 1024 "src/factory.cc",
1023 "src/factory.h", 1025 "src/factory.h",
1024 "src/fast-accessor-assembler.cc", 1026 "src/fast-accessor-assembler.cc",
1025 "src/fast-accessor-assembler.h", 1027 "src/fast-accessor-assembler.h",
1026 "src/fast-dtoa.cc", 1028 "src/fast-dtoa.cc",
1027 "src/fast-dtoa.h", 1029 "src/fast-dtoa.h",
1028 "src/field-index.h", 1030 "src/field-index.h",
1029 "src/field-index-inl.h", 1031 "src/field-index-inl.h",
1030 "src/field-type.cc", 1032 "src/field-type.cc",
1031 "src/field-type.h", 1033 "src/field-type.h",
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 2096
2095 configs -= [ "//build/config/compiler:chromium_code" ] 2097 configs -= [ "//build/config/compiler:chromium_code" ]
2096 configs += [ "//build/config/compiler:no_chromium_code" ] 2098 configs += [ "//build/config/compiler:no_chromium_code" ]
2097 configs += [ 2099 configs += [
2098 ":internal_config", 2100 ":internal_config",
2099 ":libplatform_config", 2101 ":libplatform_config",
2100 ":features", 2102 ":features",
2101 ":toolchain", 2103 ":toolchain",
2102 ] 2104 ]
2103 } 2105 }
OLDNEW
« no previous file with comments | « no previous file | src/external-reference-table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698