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

Side by Side Diff: BUILD.gn

Issue 2647493002: [ic] Clean up handler boilerplate (Closed)
Patch Set: rebased Created 3 years, 11 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/builtins/builtins.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/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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 "src/heap/spaces-inl.h", 1448 "src/heap/spaces-inl.h",
1449 "src/heap/spaces.cc", 1449 "src/heap/spaces.cc",
1450 "src/heap/spaces.h", 1450 "src/heap/spaces.h",
1451 "src/heap/store-buffer.cc", 1451 "src/heap/store-buffer.cc",
1452 "src/heap/store-buffer.h", 1452 "src/heap/store-buffer.h",
1453 "src/i18n.cc", 1453 "src/i18n.cc",
1454 "src/i18n.h", 1454 "src/i18n.h",
1455 "src/ic/access-compiler-data.h", 1455 "src/ic/access-compiler-data.h",
1456 "src/ic/access-compiler.cc", 1456 "src/ic/access-compiler.cc",
1457 "src/ic/access-compiler.h", 1457 "src/ic/access-compiler.h",
1458 "src/ic/accessor-assembler-impl.h",
1459 "src/ic/accessor-assembler.cc", 1458 "src/ic/accessor-assembler.cc",
1460 "src/ic/accessor-assembler.h", 1459 "src/ic/accessor-assembler.h",
1461 "src/ic/call-optimization.cc", 1460 "src/ic/call-optimization.cc",
1462 "src/ic/call-optimization.h", 1461 "src/ic/call-optimization.h",
1463 "src/ic/handler-compiler.cc", 1462 "src/ic/handler-compiler.cc",
1464 "src/ic/handler-compiler.h", 1463 "src/ic/handler-compiler.h",
1465 "src/ic/handler-configuration-inl.h", 1464 "src/ic/handler-configuration-inl.h",
1466 "src/ic/handler-configuration.h", 1465 "src/ic/handler-configuration.h",
1467 "src/ic/ic-compiler.cc", 1466 "src/ic/ic-compiler.cc",
1468 "src/ic/ic-compiler.h", 1467 "src/ic/ic-compiler.h",
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 ] 3061 ]
3063 3062
3064 configs = [ 3063 configs = [
3065 ":external_config", 3064 ":external_config",
3066 ":internal_config_base", 3065 ":internal_config_base",
3067 ] 3066 ]
3068 } 3067 }
3069 3068
3070 v8_fuzzer("wasm_data_section_fuzzer") { 3069 v8_fuzzer("wasm_data_section_fuzzer") {
3071 } 3070 }
OLDNEW
« no previous file with comments | « no previous file | src/builtins/builtins.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698