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

Side by Side Diff: BUILD.gn

Issue 2529383002: [inspector] Split off interface-types.h (Closed)
Patch Set: Rebase Created 4 years 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') | src/debug/interface-types.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 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 "src/dateparser.h", 1291 "src/dateparser.h",
1292 "src/debug/debug-evaluate.cc", 1292 "src/debug/debug-evaluate.cc",
1293 "src/debug/debug-evaluate.h", 1293 "src/debug/debug-evaluate.h",
1294 "src/debug/debug-frames.cc", 1294 "src/debug/debug-frames.cc",
1295 "src/debug/debug-frames.h", 1295 "src/debug/debug-frames.h",
1296 "src/debug/debug-interface.h", 1296 "src/debug/debug-interface.h",
1297 "src/debug/debug-scopes.cc", 1297 "src/debug/debug-scopes.cc",
1298 "src/debug/debug-scopes.h", 1298 "src/debug/debug-scopes.h",
1299 "src/debug/debug.cc", 1299 "src/debug/debug.cc",
1300 "src/debug/debug.h", 1300 "src/debug/debug.h",
1301 "src/debug/interface-types.h",
1301 "src/debug/liveedit.cc", 1302 "src/debug/liveedit.cc",
1302 "src/debug/liveedit.h", 1303 "src/debug/liveedit.h",
1303 "src/deoptimize-reason.cc", 1304 "src/deoptimize-reason.cc",
1304 "src/deoptimize-reason.h", 1305 "src/deoptimize-reason.h",
1305 "src/deoptimizer.cc", 1306 "src/deoptimizer.cc",
1306 "src/deoptimizer.h", 1307 "src/deoptimizer.h",
1307 "src/disasm.h", 1308 "src/disasm.h",
1308 "src/disassembler.cc", 1309 "src/disassembler.cc",
1309 "src/disassembler.h", 1310 "src/disassembler.h",
1310 "src/diy-fp.cc", 1311 "src/diy-fp.cc",
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 ] 2992 ]
2992 2993
2993 configs = [ 2994 configs = [
2994 ":external_config", 2995 ":external_config",
2995 ":internal_config_base", 2996 ":internal_config_base",
2996 ] 2997 ]
2997 } 2998 }
2998 2999
2999 v8_fuzzer("wasm_data_section_fuzzer") { 3000 v8_fuzzer("wasm_data_section_fuzzer") {
3000 } 3001 }
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/debug/interface-types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698