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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 devtools_embedder_scripts = [ 9 devtools_embedder_scripts = [
10 "front_end/devtools_compatibility.js", 10 "front_end/devtools_compatibility.js",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "front_end/common/SegmentedRange.js", 42 "front_end/common/SegmentedRange.js",
43 "front_end/common/Settings.js", 43 "front_end/common/Settings.js",
44 "front_end/common/StaticContentProvider.js", 44 "front_end/common/StaticContentProvider.js",
45 "front_end/common/Text.js", 45 "front_end/common/Text.js",
46 "front_end/common/TextDictionary.js", 46 "front_end/common/TextDictionary.js",
47 "front_end/common/TextRange.js", 47 "front_end/common/TextRange.js",
48 "front_end/common/TextUtils.js", 48 "front_end/common/TextUtils.js",
49 "front_end/common/Throttler.js", 49 "front_end/common/Throttler.js",
50 "front_end/common/Trie.js", 50 "front_end/common/Trie.js",
51 "front_end/common/UIString.js", 51 "front_end/common/UIString.js",
52 "front_end/common/WebInspector.js",
53 "front_end/common/Worker.js", 52 "front_end/common/Worker.js",
54 ] 53 ]
55 devtools_components_js_files = [ 54 devtools_components_js_files = [
56 "front_end/components/breakpointsList.css", 55 "front_end/components/breakpointsList.css",
57 "front_end/components/customPreviewSection.css", 56 "front_end/components/customPreviewSection.css",
58 "front_end/components/domUtils.css", 57 "front_end/components/domUtils.css",
59 "front_end/components/eventListenersView.css", 58 "front_end/components/eventListenersView.css",
60 "front_end/components/networkConditionsSettingsTab.css", 59 "front_end/components/networkConditionsSettingsTab.css",
61 "front_end/components/objectPropertiesSection.css", 60 "front_end/components/objectPropertiesSection.css",
62 "front_end/components/objectValue.css", 61 "front_end/components/objectValue.css",
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 deps = [ 1149 deps = [
1151 ":frontend_protocol_sources", 1150 ":frontend_protocol_sources",
1152 ":supported_css_properties", 1151 ":supported_css_properties",
1153 ] 1152 ]
1154 sources = generated_scripts 1153 sources = generated_scripts
1155 outputs = [ 1154 outputs = [
1156 "$resources_out_debug_dir/{{source_file_part}}", 1155 "$resources_out_debug_dir/{{source_file_part}}",
1157 ] 1156 ]
1158 } 1157 }
1159 } 1158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698