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

Side by Side Diff: BUILD.gn

Issue 2175233003: Replace SmartPointer<T> with unique_ptr<T> (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@smart-array
Patch Set: Created 4 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 | src/arm/codegen-arm.cc » ('j') | src/compiler/pipeline-statistics.h » ('J')
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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after
2033 "src/base/platform/mutex.h", 2033 "src/base/platform/mutex.h",
2034 "src/base/platform/platform.h", 2034 "src/base/platform/platform.h",
2035 "src/base/platform/semaphore.cc", 2035 "src/base/platform/semaphore.cc",
2036 "src/base/platform/semaphore.h", 2036 "src/base/platform/semaphore.h",
2037 "src/base/platform/time.cc", 2037 "src/base/platform/time.cc",
2038 "src/base/platform/time.h", 2038 "src/base/platform/time.h",
2039 "src/base/safe_conversions.h", 2039 "src/base/safe_conversions.h",
2040 "src/base/safe_conversions_impl.h", 2040 "src/base/safe_conversions_impl.h",
2041 "src/base/safe_math.h", 2041 "src/base/safe_math.h",
2042 "src/base/safe_math_impl.h", 2042 "src/base/safe_math_impl.h",
2043 "src/base/smart-pointers.h",
2044 "src/base/sys-info.cc", 2043 "src/base/sys-info.cc",
2045 "src/base/sys-info.h", 2044 "src/base/sys-info.h",
2046 "src/base/utils/random-number-generator.cc", 2045 "src/base/utils/random-number-generator.cc",
2047 "src/base/utils/random-number-generator.h", 2046 "src/base/utils/random-number-generator.h",
2048 ] 2047 ]
2049 2048
2050 configs = [ ":internal_config_base" ] 2049 configs = [ ":internal_config_base" ]
2051 2050
2052 defines = [] 2051 defines = []
2053 2052
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 2505
2507 deps = [ 2506 deps = [
2508 ":fuzzer_support", 2507 ":fuzzer_support",
2509 ] 2508 ]
2510 2509
2511 configs = [ ":internal_config" ] 2510 configs = [ ":internal_config" ]
2512 } 2511 }
2513 2512
2514 v8_fuzzer("wasm_asmjs_fuzzer") { 2513 v8_fuzzer("wasm_asmjs_fuzzer") {
2515 } 2514 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/codegen-arm.cc » ('j') | src/compiler/pipeline-statistics.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698