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

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

Issue 2421983002: [DevTools] Remove layout editor experiment. (Closed)
Patch Set: rebased 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 | third_party/WebKit/Source/core/inspector/InspectorCSSAgent.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("//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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "InspectorStyleSheet.cpp", 66 "InspectorStyleSheet.cpp",
67 "InspectorStyleSheet.h", 67 "InspectorStyleSheet.h",
68 "InspectorTaskRunner.cpp", 68 "InspectorTaskRunner.cpp",
69 "InspectorTaskRunner.h", 69 "InspectorTaskRunner.h",
70 "InspectorTraceEvents.cpp", 70 "InspectorTraceEvents.cpp",
71 "InspectorTraceEvents.h", 71 "InspectorTraceEvents.h",
72 "InspectorTracingAgent.cpp", 72 "InspectorTracingAgent.cpp",
73 "InspectorTracingAgent.h", 73 "InspectorTracingAgent.h",
74 "InspectorWorkerAgent.cpp", 74 "InspectorWorkerAgent.cpp",
75 "InspectorWorkerAgent.h", 75 "InspectorWorkerAgent.h",
76 "LayoutEditor.cpp",
77 "LayoutEditor.h",
78 "MainThreadDebugger.cpp", 76 "MainThreadDebugger.cpp",
79 "MainThreadDebugger.h", 77 "MainThreadDebugger.h",
80 "NetworkResourcesData.cpp", 78 "NetworkResourcesData.cpp",
81 "NetworkResourcesData.h", 79 "NetworkResourcesData.h",
82 "ThreadDebugger.cpp", 80 "ThreadDebugger.cpp",
83 "ThreadDebugger.h", 81 "ThreadDebugger.h",
84 "V8InspectorString.cpp", 82 "V8InspectorString.cpp",
85 "V8InspectorString.h", 83 "V8InspectorString.h",
86 "WorkerInspectorController.cpp", 84 "WorkerInspectorController.cpp",
87 "WorkerInspectorController.h", 85 "WorkerInspectorController.h",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 outputs = [ 253 outputs = [
256 output_file, 254 output_file,
257 ] 255 ]
258 256
259 args = [ 257 args = [
260 rebase_path("browser_protocol.json", root_build_dir), 258 rebase_path("browser_protocol.json", root_build_dir),
261 rebase_path(v8_inspector_js_protocol, root_build_dir), 259 rebase_path(v8_inspector_js_protocol, root_build_dir),
262 rebase_path(output_file, root_build_dir), 260 rebase_path(output_file, root_build_dir),
263 ] 261 ]
264 } 262 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698