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

Side by Side Diff: BUILD.gn

Issue 2278513002: Remove scopeinfo.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | src/ast/scopeinfo.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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 "src/ast/ast-value-factory.h", 861 "src/ast/ast-value-factory.h",
862 "src/ast/ast.cc", 862 "src/ast/ast.cc",
863 "src/ast/ast.h", 863 "src/ast/ast.h",
864 "src/ast/context-slot-cache.cc", 864 "src/ast/context-slot-cache.cc",
865 "src/ast/context-slot-cache.h", 865 "src/ast/context-slot-cache.h",
866 "src/ast/modules.cc", 866 "src/ast/modules.cc",
867 "src/ast/modules.h", 867 "src/ast/modules.h",
868 "src/ast/prettyprinter.cc", 868 "src/ast/prettyprinter.cc",
869 "src/ast/prettyprinter.h", 869 "src/ast/prettyprinter.h",
870 "src/ast/scopeinfo.cc", 870 "src/ast/scopeinfo.cc",
871 "src/ast/scopeinfo.h",
872 "src/ast/scopes.cc", 871 "src/ast/scopes.cc",
873 "src/ast/scopes.h", 872 "src/ast/scopes.h",
874 "src/ast/variables.cc", 873 "src/ast/variables.cc",
875 "src/ast/variables.h", 874 "src/ast/variables.h",
876 "src/background-parsing-task.cc", 875 "src/background-parsing-task.cc",
877 "src/background-parsing-task.h", 876 "src/background-parsing-task.h",
878 "src/bailout-reason.cc", 877 "src/bailout-reason.cc",
879 "src/bailout-reason.h", 878 "src/bailout-reason.h",
880 "src/basic-block-profiler.cc", 879 "src/basic-block-profiler.cc",
881 "src/basic-block-profiler.h", 880 "src/basic-block-profiler.h",
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
2574 2573
2575 deps = [ 2574 deps = [
2576 ":fuzzer_support", 2575 ":fuzzer_support",
2577 ] 2576 ]
2578 2577
2579 configs = [ ":internal_config" ] 2578 configs = [ ":internal_config" ]
2580 } 2579 }
2581 2580
2582 v8_fuzzer("wasm_asmjs_fuzzer") { 2581 v8_fuzzer("wasm_asmjs_fuzzer") {
2583 } 2582 }
OLDNEW
« no previous file with comments | « no previous file | src/ast/scopeinfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698