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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2281703002: DevTools: Create TextEditor Interface around CodeMirrorTextEditor (Closed)
Patch Set: Remove accidental devtools.gypi Created 4 years, 3 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 | third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 devtools_embedder_scripts = [ 8 devtools_embedder_scripts = [
9 "front_end/devtools.js", 9 "front_end/devtools.js",
10 "front_end/Tests.js", 10 "front_end/Tests.js",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "front_end/ui/Dialog.js", 242 "front_end/ui/Dialog.js",
243 "front_end/ui/DOMSyntaxHighlighter.js", 243 "front_end/ui/DOMSyntaxHighlighter.js",
244 "front_end/ui/DropDownMenu.js", 244 "front_end/ui/DropDownMenu.js",
245 "front_end/ui/DropTarget.js", 245 "front_end/ui/DropTarget.js",
246 "front_end/ui/EmptyWidget.js", 246 "front_end/ui/EmptyWidget.js",
247 "front_end/ui/FilterBar.js", 247 "front_end/ui/FilterBar.js",
248 "front_end/ui/ForwardedInputEventHandler.js", 248 "front_end/ui/ForwardedInputEventHandler.js",
249 "front_end/ui/HistoryInput.js", 249 "front_end/ui/HistoryInput.js",
250 "front_end/ui/Infobar.js", 250 "front_end/ui/Infobar.js",
251 "front_end/ui/InplaceEditor.js", 251 "front_end/ui/InplaceEditor.js",
252 "front_end/ui/TextEditor.js",
252 "front_end/ui/InspectorView.js", 253 "front_end/ui/InspectorView.js",
253 "front_end/ui/KeyboardShortcut.js", 254 "front_end/ui/KeyboardShortcut.js",
254 "front_end/ui/ListWidget.js", 255 "front_end/ui/ListWidget.js",
255 "front_end/ui/Panel.js", 256 "front_end/ui/Panel.js",
256 "front_end/ui/Popover.js", 257 "front_end/ui/Popover.js",
257 "front_end/ui/ProgressIndicator.js", 258 "front_end/ui/ProgressIndicator.js",
258 "front_end/ui/ReportView.js", 259 "front_end/ui/ReportView.js",
259 "front_end/ui/ResizerWidget.js", 260 "front_end/ui/ResizerWidget.js",
260 "front_end/ui/RootView.js", 261 "front_end/ui/RootView.js",
261 "front_end/ui/SearchableView.js", 262 "front_end/ui/SearchableView.js",
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 ] 1157 ]
1157 } 1158 }
1158 1159
1159 copy("copy_emulated_devices_images_debug") { 1160 copy("copy_emulated_devices_images_debug") {
1160 sources = devtools_emulated_devices_images 1161 sources = devtools_emulated_devices_images
1161 outputs = [ 1162 outputs = [
1162 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}", 1163 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}",
1163 ] 1164 ]
1164 } 1165 }
1165 } 1166 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/source_frame/SourceFrame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698