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

Side by Side Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2713613003: Revert of DevTools: do not use RAII for sync native breakpoints, reuse AsyncTask where possible. (Closed)
Patch Set: Created 3 years, 10 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
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("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 import("//third_party/inspector_protocol/inspector_protocol.gni") 7 import("//third_party/inspector_protocol/inspector_protocol.gni")
8 import("//v8/gni/v8.gni") 8 import("//v8/gni/v8.gni")
9 9
10 _inspector_protocol_dir = "//third_party/inspector_protocol" 10 _inspector_protocol_dir = "//third_party/inspector_protocol"
(...skipping 26 matching lines...) Expand all
37 "InspectorDOMDebuggerAgent.cpp", 37 "InspectorDOMDebuggerAgent.cpp",
38 "InspectorDOMDebuggerAgent.h", 38 "InspectorDOMDebuggerAgent.h",
39 "InspectorHighlight.cpp", 39 "InspectorHighlight.cpp",
40 "InspectorHighlight.h", 40 "InspectorHighlight.h",
41 "InspectorHistory.cpp", 41 "InspectorHistory.cpp",
42 "InspectorHistory.h", 42 "InspectorHistory.h",
43 "InspectorInputAgent.cpp", 43 "InspectorInputAgent.cpp",
44 "InspectorInputAgent.h", 44 "InspectorInputAgent.h",
45 "InspectorInstrumentation.cpp", 45 "InspectorInstrumentation.cpp",
46 "InspectorInstrumentation.h", 46 "InspectorInstrumentation.h",
47 "InspectorInstrumentationCustomInl.h",
47 "InspectorLayerTreeAgent.cpp", 48 "InspectorLayerTreeAgent.cpp",
48 "InspectorLayerTreeAgent.h", 49 "InspectorLayerTreeAgent.h",
49 "InspectorLogAgent.cpp", 50 "InspectorLogAgent.cpp",
50 "InspectorLogAgent.h", 51 "InspectorLogAgent.h",
51 "InspectorMemoryAgent.cpp", 52 "InspectorMemoryAgent.cpp",
52 "InspectorMemoryAgent.h", 53 "InspectorMemoryAgent.h",
53 "InspectorNetworkAgent.cpp", 54 "InspectorNetworkAgent.cpp",
54 "InspectorNetworkAgent.h", 55 "InspectorNetworkAgent.h",
55 "InspectorOverlayHost.cpp", 56 "InspectorOverlayHost.cpp",
56 "InspectorOverlayHost.h", 57 "InspectorOverlayHost.h",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 outputs = [ 253 outputs = [
253 output_file, 254 output_file,
254 ] 255 ]
255 256
256 args = [ 257 args = [
257 rebase_path("browser_protocol.json", root_build_dir), 258 rebase_path("browser_protocol.json", root_build_dir),
258 rebase_path(v8_inspector_js_protocol, root_build_dir), 259 rebase_path(v8_inspector_js_protocol, root_build_dir),
259 rebase_path(output_file, root_build_dir), 260 rebase_path(output_file, root_build_dir),
260 ] 261 ]
261 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698