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

Side by Side Diff: BUILD.gn

Issue 2423713003: [inspector] introduce debug-interface.h (Closed)
Patch Set: move impl to api.cc Created 4 years, 2 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/api.cc » ('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 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 "src/crankshaft/unique.h", 1281 "src/crankshaft/unique.h",
1282 "src/date.cc", 1282 "src/date.cc",
1283 "src/date.h", 1283 "src/date.h",
1284 "src/dateparser-inl.h", 1284 "src/dateparser-inl.h",
1285 "src/dateparser.cc", 1285 "src/dateparser.cc",
1286 "src/dateparser.h", 1286 "src/dateparser.h",
1287 "src/debug/debug-evaluate.cc", 1287 "src/debug/debug-evaluate.cc",
1288 "src/debug/debug-evaluate.h", 1288 "src/debug/debug-evaluate.h",
1289 "src/debug/debug-frames.cc", 1289 "src/debug/debug-frames.cc",
1290 "src/debug/debug-frames.h", 1290 "src/debug/debug-frames.h",
1291 "src/debug/debug-interface.h",
1291 "src/debug/debug-scopes.cc", 1292 "src/debug/debug-scopes.cc",
1292 "src/debug/debug-scopes.h", 1293 "src/debug/debug-scopes.h",
1293 "src/debug/debug.cc", 1294 "src/debug/debug.cc",
1294 "src/debug/debug.h", 1295 "src/debug/debug.h",
1295 "src/debug/liveedit.cc", 1296 "src/debug/liveedit.cc",
1296 "src/debug/liveedit.h", 1297 "src/debug/liveedit.h",
1297 "src/deoptimize-reason.cc", 1298 "src/deoptimize-reason.cc",
1298 "src/deoptimize-reason.h", 1299 "src/deoptimize-reason.h",
1299 "src/deoptimizer.cc", 1300 "src/deoptimizer.cc",
1300 "src/deoptimizer.h", 1301 "src/deoptimizer.h",
(...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2962 ] 2963 ]
2963 2964
2964 configs = [ 2965 configs = [
2965 ":external_config", 2966 ":external_config",
2966 ":internal_config_base", 2967 ":internal_config_base",
2967 ] 2968 ]
2968 } 2969 }
2969 2970
2970 v8_fuzzer("wasm_data_section_fuzzer") { 2971 v8_fuzzer("wasm_data_section_fuzzer") {
2971 } 2972 }
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698